Skip to content

Commit ef4109a

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

File tree

6 files changed

+122
-122
lines changed

6 files changed

+122
-122
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
694844af
1+
f030460f

index.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.6.21">
5+
<meta name="generator" content="quarto-1.6.25">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99
<meta name="author" content="Jane Doe">
1010
<meta name="author" content="John Doe">
11-
<meta name="dcterms.date" content="2024-10-06">
11+
<meta name="dcterms.date" content="2024-10-13">
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

@@ -91,7 +91,7 @@
9191
<link href="template-computo-python_files/libs/quarto-html/quarto-syntax-highlighting-6f7931aacaeb22aa467d6667c6f1725d.css" rel="stylesheet" id="quarto-text-highlighting-styles">
9292
<script src="template-computo-python_files/libs/bootstrap/bootstrap.min.js"></script>
9393
<link href="template-computo-python_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
94-
<link href="template-computo-python_files/libs/bootstrap/bootstrap-3d562f37409bf2d9a8bc8ded1d1c4080.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
94+
<link href="template-computo-python_files/libs/bootstrap/bootstrap-bd987972e5885778c45a80ac90485a07.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
9595
<style>
9696

9797
.quarto-title-block .quarto-title-banner h1,
@@ -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">October 6, 2024</p>
213+
<p class="date">October 13, 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">October 6, 2024</p>
220+
<p class="date-modified">October 13, 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="ac008710" class="cell" data-execution_count="1">
401+
<div id="350bc59f" 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.67297496, -0.18586654, 0.02168609, -0.84094483, 0.51247776,
410-
1.38320038, -0.72853478, 2.51977012, 1.5082455 , -0.55095359])</code></pre>
409+
<pre><code>array([ 1.62006075, -0.35178515, 0.55209458, 2.28314068, -0.61579271,
410+
1.12008553, -1.46972026, -1.85182821, -1.51808932, 1.70274536])</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-10-06},
631+
date = {2024-10-13},
632632
url = {https://computo.sfds.asso.fr/template-computo-quarto},
633633
doi = {xxxx},
634634
issn = {2824-7795},

template-computo-python.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"><head>
33

44
<meta charset="utf-8">
5-
<meta name="generator" content="quarto-1.6.21">
5+
<meta name="generator" content="quarto-1.6.25">
66

77
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
88

99
<meta name="author" content="Jane Doe">
1010
<meta name="author" content="John Doe">
11-
<meta name="dcterms.date" content="2024-10-06">
11+
<meta name="dcterms.date" content="2024-10-13">
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

@@ -91,7 +91,7 @@
9191
<link href="template-computo-python_files/libs/quarto-html/quarto-syntax-highlighting-6f7931aacaeb22aa467d6667c6f1725d.css" rel="stylesheet" id="quarto-text-highlighting-styles">
9292
<script src="template-computo-python_files/libs/bootstrap/bootstrap.min.js"></script>
9393
<link href="template-computo-python_files/libs/bootstrap/bootstrap-icons.css" rel="stylesheet">
94-
<link href="template-computo-python_files/libs/bootstrap/bootstrap-3d562f37409bf2d9a8bc8ded1d1c4080.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
94+
<link href="template-computo-python_files/libs/bootstrap/bootstrap-bd987972e5885778c45a80ac90485a07.min.css" rel="stylesheet" append-hash="true" id="quarto-bootstrap" data-mode="light">
9595
<style>
9696

9797
.quarto-title-block .quarto-title-banner h1,
@@ -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">October 6, 2024</p>
213+
<p class="date">October 13, 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">October 6, 2024</p>
220+
<p class="date-modified">October 13, 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="ac008710" class="cell" data-execution_count="1">
401+
<div id="350bc59f" 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.67297496, -0.18586654, 0.02168609, -0.84094483, 0.51247776,
410-
1.38320038, -0.72853478, 2.51977012, 1.5082455 , -0.55095359])</code></pre>
409+
<pre><code>array([ 1.62006075, -0.35178515, 0.55209458, 2.28314068, -0.61579271,
410+
1.12008553, -1.46972026, -1.85182821, -1.51808932, 1.70274536])</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-10-06},
631+
date = {2024-10-13},
632632
url = {https://computo.sfds.asso.fr/template-computo-quarto},
633633
doi = {xxxx},
634634
issn = {2824-7795},

template-computo-python.pdf

8 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)