Skip to content

Commit

Permalink
Built site for gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paciorek committed Jun 5, 2024
1 parent 09a9a89 commit 42fd622
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
bcfb2d49
cfc56654
4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"href": "units/unit1.html#evaluated-python-code-chunk-with-a-plot",
"title": "Unit 1: Intro",
"section": "Evaluated Python code chunk, with a plot",
"text": "Evaluated Python code chunk, with a plot\n\n\nCode\nimport numpy as np\nx = np.random.normal(size=100)\nimport matplotlib.pyplot as plt\nplt.hist(x)\nplt.show()\nnp.mean(x)\n\n\n\n\n\n\n\n\n\n0.0819246894156537",
"text": "Evaluated Python code chunk, with a plot\n\n\nCode\nimport numpy as np\nx = np.random.normal(size=100)\nimport matplotlib.pyplot as plt\nplt.hist(x)\nplt.show()\nnp.mean(x)\n\n\n\n\n\n\n\n\n\n-0.09551244301740493",
"crumbs": [
"Units",
"Unit 1: Intro"
Expand Down Expand Up @@ -136,7 +136,7 @@
"href": "units/unit3.html#evaluated-python-code-chunk-with-a-plot",
"title": "Unit 3: More",
"section": "Evaluated Python code chunk, with a plot",
"text": "Evaluated Python code chunk, with a plot\n\n\nCode\nimport numpy as np\nx = np.random.normal(size=100)\nimport matplotlib.pyplot as plt\nplt.hist(x)\nplt.show()\nnp.mean(x)\n\n\n\n\n\n\n\n\n\n-0.03689231187477292",
"text": "Evaluated Python code chunk, with a plot\n\n\nCode\nimport numpy as np\nx = np.random.normal(size=100)\nimport matplotlib.pyplot as plt\nplt.hist(x)\nplt.show()\nnp.mean(x)\n\n\n\n\n\n\n\n\n\n-0.15013934163109383",
"crumbs": [
"Units",
"Unit 3: More"
Expand Down
10 changes: 5 additions & 5 deletions units/unit1.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
</ul>
</div>
<div class="quarto-sidebar-footer"><div class="sidebar-footer-item">
<p><a href="license.qmd">License</a></p>
<p><a href="../license.html">License</a></p>
</div></div></nav>
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
<!-- margin-sidebar -->
Expand Down Expand Up @@ -277,7 +277,7 @@ <h2 id="toc-title">On this page</h2>
<p>This is an example of using qmd as the source document.</p>
<section id="evaluated-python-code-chunk-with-a-plot" class="level2">
<h2 class="anchored" data-anchor-id="evaluated-python-code-chunk-with-a-plot">Evaluated Python code chunk, with a plot</h2>
<div id="60932e1c" class="cell" data-execution_count="1">
<div id="3b9f5045" class="cell" data-execution_count="1">
<details open="" class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
Expand All @@ -290,12 +290,12 @@ <h2 class="anchored" data-anchor-id="evaluated-python-code-chunk-with-a-plot">Ev
<div class="cell-output cell-output-display">
<div>
<figure class="figure">
<p><img src="unit1_files/figure-html/cell-2-output-1.png" width="579" height="411" class="figure-img"></p>
<p><img src="unit1_files/figure-html/cell-2-output-1.png" width="566" height="413" class="figure-img"></p>
</figure>
</div>
</div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>0.0819246894156537</code></pre>
<pre><code>-0.09551244301740493</code></pre>
</div>
</div>
</section>
Expand Down Expand Up @@ -357,7 +357,7 @@ <h2 class="anchored" data-anchor-id="tabset">Tabset</h2>
</div>
<div id="tabset-1-2" class="tab-pane" role="tabpanel" aria-labelledby="tabset-1-2-tab">
<p>This code is executed.</p>
<div id="91e66664" class="cell" data-execution_count="2">
<div id="5449f5ab" class="cell" data-execution_count="2">
<details open="" class="code-fold">
<summary>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="kw">def</span> fizz_buzz(num):</span>
Expand Down
Binary file modified units/unit1_files/figure-html/cell-2-output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion units/unit2.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
</ul>
</div>
<div class="quarto-sidebar-footer"><div class="sidebar-footer-item">
<p><a href="license.qmd">License</a></p>
<p><a href="../license.html">License</a></p>
</div></div></nav>
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
<!-- margin-sidebar -->
Expand Down
8 changes: 4 additions & 4 deletions units/unit3.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
</ul>
</div>
<div class="quarto-sidebar-footer"><div class="sidebar-footer-item">
<p><a href="license.qmd">License</a></p>
<p><a href="../license.html">License</a></p>
</div></div></nav>
<div id="quarto-sidebar-glass" class="quarto-sidebar-collapse-item" data-bs-toggle="collapse" data-bs-target=".quarto-sidebar-collapse-item"></div>
<!-- margin-sidebar -->
Expand Down Expand Up @@ -274,7 +274,7 @@ <h2 id="toc-title">On this page</h2>
<p>This is an example of using qmd as the source document with pdf as one target. I’ve taken out the qmd stuff that doesn’t seem to render to pdf.</p>
<section id="evaluated-python-code-chunk-with-a-plot" class="level2">
<h2 class="anchored" data-anchor-id="evaluated-python-code-chunk-with-a-plot">Evaluated Python code chunk, with a plot</h2>
<div id="a167b858" class="cell" data-execution_count="1">
<div id="769389af" class="cell" data-execution_count="1">
<details open="" class="code-fold">
<summary>Code</summary>
<div class="sourceCode cell-code" id="cb1"><pre class="sourceCode python code-with-copy"><code class="sourceCode python"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="im">import</span> numpy <span class="im">as</span> np</span>
Expand All @@ -287,12 +287,12 @@ <h2 class="anchored" data-anchor-id="evaluated-python-code-chunk-with-a-plot">Ev
<div class="cell-output cell-output-display">
<div>
<figure class="figure">
<p><img src="unit3_files/figure-html/cell-2-output-1.png" width="566" height="413" class="figure-img"></p>
<p><img src="unit3_files/figure-html/cell-2-output-1.png" width="566" height="411" class="figure-img"></p>
</figure>
</div>
</div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>-0.03689231187477292</code></pre>
<pre><code>-0.15013934163109383</code></pre>
</div>
</div>
</section>
Expand Down
Binary file modified units/unit3.pdf
Binary file not shown.
Binary file modified units/unit3_files/figure-html/cell-2-output-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 42fd622

Please sign in to comment.