Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Quarto GHA Workflow Runner committed Sep 8, 2024
1 parent 5143370 commit 41f7f97
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 120 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7a440b49
2e40b0fa
16 changes: 8 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="author" content="Jane Doe">
<meta name="author" content="John Doe">
<meta name="dcterms.date" content="2024-09-01">
<meta name="dcterms.date" content="2024-09-08">
<meta name="keywords" content="key1, key2, key3">
<meta name="description" content="This document provides a template based on the quarto system for contributions to Computo, using the quarto journal extension, the Jupyter kernel (Python user) and venv+pip to set-up the dependencies.">

Expand Down Expand Up @@ -91,7 +91,7 @@
<link href="template-computo-python_files/libs/quarto-html/quarto-syntax-highlighting-3d3a3f531f1be4526fdd4068b34a2ee6.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="template-computo-python_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="template-computo-python_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-03298d9ddba56f89ac751df14095fedf.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-8da51ca8572dc5806ece837cbf3ac82b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<style>

.quarto-title-block .quarto-title-banner h1,
Expand Down Expand Up @@ -210,14 +210,14 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">September 1, 2024</p>
<p class="date">September 8, 2024</p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">September 1, 2024</p>
<p class="date-modified">September 8, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -398,16 +398,16 @@ <h2 data-number="2.3" class="anchored" data-anchor-id="python-code"><span class=
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a><span class="fu">jupyter</span><span class="kw">:</span><span class="at"> python3</span></span>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p><code>python</code> code chunks may be embedded as follows:</p>
<div id="4ebe53d7" class="cell" data-execution_count="1">
<div id="6e99e6c4" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Hide/Show the code</summary>
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a>x <span class="op">=</span> np.random.normal(<span class="dv">0</span>, <span class="dv">1</span>, <span class="dv">10</span>)</span>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a>x</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>array([-1.00816721, 0.73086704, -0.9628571 , -0.53326415, 0.59856506,
-0.77490944, 0.41526569, -0.75078472, 1.21351522, -0.39293535])</code></pre>
<pre><code>array([ 0.69824877, 0.8933107 , 0.35664573, -0.47056447, 1.24690154,
-0.62492639, 1.13954194, -0.06854864, -0.93683938, 0.4185101 ])</code></pre>
</div>
</div>
</section>
Expand Down Expand Up @@ -628,7 +628,7 @@ <h1 class="unnumbered">References</h1>
publisher = {Société Française de Statistique},
title = {Template for Contribution to {Computo}},
journal = {Computo},
date = {2024-09-01},
date = {2024-09-08},
url = {https://computo.sfds.asso.fr/template-computo-quarto},
doi = {xxxx},
issn = {2824-7795},
Expand Down
16 changes: 8 additions & 8 deletions template-computo-python.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<meta name="author" content="Jane Doe">
<meta name="author" content="John Doe">
<meta name="dcterms.date" content="2024-09-01">
<meta name="dcterms.date" content="2024-09-08">
<meta name="keywords" content="key1, key2, key3">
<meta name="description" content="This document provides a template based on the quarto system for contributions to Computo, using the quarto journal extension, the Jupyter kernel (Python user) and venv+pip to set-up the dependencies.">

Expand Down Expand Up @@ -91,7 +91,7 @@
<link href="template-computo-python_files/libs/quarto-html/quarto-syntax-highlighting-3d3a3f531f1be4526fdd4068b34a2ee6.css" rel="stylesheet" id="quarto-text-highlighting-styles">
<script src="template-computo-python_files/libs/bootstrap/bootstrap.min.js"></script>
<link href="template-computo-python_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-03298d9ddba56f89ac751df14095fedf.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<link href="template-computo-python_files/libs/bootstrap/bootstrap-8da51ca8572dc5806ece837cbf3ac82b.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
<style>

.quarto-title-block .quarto-title-banner h1,
Expand Down Expand Up @@ -210,14 +210,14 @@
<div>
<div class="quarto-title-meta-heading">Published</div>
<div class="quarto-title-meta-contents">
<p class="date">September 1, 2024</p>
<p class="date">September 8, 2024</p>
</div>
</div>

<div>
<div class="quarto-title-meta-heading">Modified</div>
<div class="quarto-title-meta-contents">
<p class="date-modified">September 1, 2024</p>
<p class="date-modified">September 8, 2024</p>
</div>
</div>

Expand Down Expand Up @@ -398,16 +398,16 @@ <h2 data-number="2.3" class="anchored" data-anchor-id="python-code"><span class=
<span id="cb3-4"><a href="#cb3-4" aria-hidden="true" tabindex="-1"></a><span class="fu">jupyter</span><span class="kw">:</span><span class="at"> python3</span></span>
<span id="cb3-5"><a href="#cb3-5" aria-hidden="true" tabindex="-1"></a><span class="pp">---</span></span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
<p><code>python</code> code chunks may be embedded as follows:</p>
<div id="4ebe53d7" class="cell" data-execution_count="1">
<div id="6e99e6c4" class="cell" data-execution_count="1">
<details class="code-fold">
<summary>Hide/Show the code</summary>
<div class="sourceCode cell-code" id="cb4"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb4-1"><a href="#cb4-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
<span id="cb4-2"><a href="#cb4-2" aria-hidden="true" tabindex="-1"></a>x <span class="op">=</span> np.random.normal(<span class="dv">0</span>, <span class="dv">1</span>, <span class="dv">10</span>)</span>
<span id="cb4-3"><a href="#cb4-3" aria-hidden="true" tabindex="-1"></a>x</span></code><button title="Copy to Clipboard" class="code-copy-button"><i class="bi"></i></button></pre></div>
</details>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>array([-1.00816721, 0.73086704, -0.9628571 , -0.53326415, 0.59856506,
-0.77490944, 0.41526569, -0.75078472, 1.21351522, -0.39293535])</code></pre>
<pre><code>array([ 0.69824877, 0.8933107 , 0.35664573, -0.47056447, 1.24690154,
-0.62492639, 1.13954194, -0.06854864, -0.93683938, 0.4185101 ])</code></pre>
</div>
</div>
</section>
Expand Down Expand Up @@ -628,7 +628,7 @@ <h1 class="unnumbered">References</h1>
publisher = {Société Française de Statistique},
title = {Template for Contribution to {Computo}},
journal = {Computo},
date = {2024-09-01},
date = {2024-09-08},
url = {https://computo.sfds.asso.fr/template-computo-quarto},
doi = {xxxx},
issn = {2824-7795},
Expand Down
Binary file modified template-computo-python.pdf
Binary file not shown.
Loading

0 comments on commit 41f7f97

Please sign in to comment.