Skip to content

Commit d700c1c

Browse files
author
Quarto GHA Workflow Runner
committed
Built site for gh-pages
1 parent d562c86 commit d700c1c

File tree

6 files changed

+119
-119
lines changed

6 files changed

+119
-119
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
c1e51b18
1+
99a3758e

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="author" content="Jane Doe">
1010
<meta name="author" content="John Doe">
11-
<meta name="dcterms.date" content="2024-08-04">
11+
<meta name="dcterms.date" content="2024-08-11">
1212
<meta name="keywords" content="key1, key2, key3">
1313
<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.">
1414

@@ -210,14 +210,14 @@
210210
<div>
211211
<div class="quarto-title-meta-heading">Published</div>
212212
<div class="quarto-title-meta-contents">
213-
<p class="date">August 4, 2024</p>
213+
<p class="date">August 11, 2024</p>
214214
</div>
215215
</div>
216216

217217
<div>
218218
<div class="quarto-title-meta-heading">Modified</div>
219219
<div class="quarto-title-meta-contents">
220-
<p class="date-modified">August 4, 2024</p>
220+
<p class="date-modified">August 11, 2024</p>
221221
</div>
222222
</div>
223223

@@ -398,16 +398,16 @@ <h2 data-number="2.3" class="anchored" data-anchor-id="python-code"><span class=
398398
<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>
399399
<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>
400400
<p><code>python</code> code chunks may be embedded as follows:</p>
401-
<div id="22923e72" class="cell" data-execution_count="1">
401+
<div id="eb4f3edc" class="cell" data-execution_count="1">
402402
<details class="code-fold">
403403
<summary>Hide/Show the code</summary>
404404
<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>
405405
<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>
406406
<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>
407407
</details>
408408
<div class="cell-output cell-output-display" data-execution_count="1">
409-
<pre><code>array([-0.75881661, -1.02804011, -1.61991709, -1.88703587, 0.06511878,
410-
0.79434162, 0.22275455, 0.15706478, 0.99459655, -1.48966117])</code></pre>
409+
<pre><code>array([-0.10750243, -0.77413371, -1.07586438, 0.15302411, -1.25941472,
410+
-0.21865454, 0.35055223, 1.06812595, -1.11090895, -0.23439242])</code></pre>
411411
</div>
412412
</div>
413413
</section>
@@ -628,7 +628,7 @@ <h1 class="unnumbered">References</h1>
628628
publisher = {Société Française de Statistique},
629629
title = {Template for Contribution to {Computo}},
630630
journal = {Computo},
631-
date = {2024-08-04},
631+
date = {2024-08-11},
632632
url = {https://computo.sfds.asso.fr/template-computo-quarto},
633633
doi = {xxxx},
634634
issn = {2824-7795},

template-computo-python.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<meta name="author" content="Jane Doe">
1010
<meta name="author" content="John Doe">
11-
<meta name="dcterms.date" content="2024-08-04">
11+
<meta name="dcterms.date" content="2024-08-11">
1212
<meta name="keywords" content="key1, key2, key3">
1313
<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.">
1414

@@ -210,14 +210,14 @@
210210
<div>
211211
<div class="quarto-title-meta-heading">Published</div>
212212
<div class="quarto-title-meta-contents">
213-
<p class="date">August 4, 2024</p>
213+
<p class="date">August 11, 2024</p>
214214
</div>
215215
</div>
216216

217217
<div>
218218
<div class="quarto-title-meta-heading">Modified</div>
219219
<div class="quarto-title-meta-contents">
220-
<p class="date-modified">August 4, 2024</p>
220+
<p class="date-modified">August 11, 2024</p>
221221
</div>
222222
</div>
223223

@@ -398,16 +398,16 @@ <h2 data-number="2.3" class="anchored" data-anchor-id="python-code"><span class=
398398
<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>
399399
<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>
400400
<p><code>python</code> code chunks may be embedded as follows:</p>
401-
<div id="22923e72" class="cell" data-execution_count="1">
401+
<div id="eb4f3edc" class="cell" data-execution_count="1">
402402
<details class="code-fold">
403403
<summary>Hide/Show the code</summary>
404404
<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>
405405
<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>
406406
<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>
407407
</details>
408408
<div class="cell-output cell-output-display" data-execution_count="1">
409-
<pre><code>array([-0.75881661, -1.02804011, -1.61991709, -1.88703587, 0.06511878,
410-
0.79434162, 0.22275455, 0.15706478, 0.99459655, -1.48966117])</code></pre>
409+
<pre><code>array([-0.10750243, -0.77413371, -1.07586438, 0.15302411, -1.25941472,
410+
-0.21865454, 0.35055223, 1.06812595, -1.11090895, -0.23439242])</code></pre>
411411
</div>
412412
</div>
413413
</section>
@@ -628,7 +628,7 @@ <h1 class="unnumbered">References</h1>
628628
publisher = {Société Française de Statistique},
629629
title = {Template for Contribution to {Computo}},
630630
journal = {Computo},
631-
date = {2024-08-04},
631+
date = {2024-08-11},
632632
url = {https://computo.sfds.asso.fr/template-computo-quarto},
633633
doi = {xxxx},
634634
issn = {2824-7795},

template-computo-python.pdf

24 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)