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 Dec 17, 2024
1 parent 5bff404 commit e0f02a8
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fb6740bb
04f50e4a
20 changes: 10 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,11 +361,11 @@ <h2 class="anchored" data-anchor-id="schedule">Schedule</h2>
.label-Exam { background-color: green}

#th-schedule {
width: 10%;
width: 15%;
}

#td-schedule:first-of-type {
width: 60%;
width: 55%;
}

#td-schedule:last-of-type {
Expand Down Expand Up @@ -442,17 +442,17 @@ <h4 class="anchored">Week 1</h4>
<th id="th-schedule" scope="row" rowspan="3">2024-08-25:</th>


<td id="td-schedule"><strong class="label label-Lecture">Lecture 2</strong> <a href="./units/unit2.html" target="_blank">Next</a></td>
<td id="td-schedule"><strong class="label label-Lecture">Lecture 2</strong> <a class="unpublished">Next</a></td>


<td id="td-schedule">


<a href="https://berkeley.edu">Note 1</a>
<a class="unpublished">Note 1</a>



<a href="https://berkeley.edu">Note 2</a>
<a class="unpublished">Note 2</a>


</td>
Expand All @@ -464,7 +464,7 @@ <h4 class="anchored">Week 1</h4>
<tr>


<td id="td-schedule"><strong class="label label-Homework">Homework 1A</strong> <a href="https://berkeley.edu" target="_blank">Plotting and Permutation Test (due Aug 31)</a></td>
<td id="td-schedule"><strong class="label label-Homework">Homework 1A</strong> <a class="unpublished">Plotting and Permutation Test (due Aug 31)</a></td>


<td></td>
Expand All @@ -476,7 +476,7 @@ <h4 class="anchored">Week 1</h4>
<tr>


<td id="td-schedule"><strong class="label label-Homework">Homework 1B</strong> <a href="https://berkeley.edu" target="_blank">Prerequisite Math (due Aug 31)</a></td>
<td id="td-schedule"><strong class="label label-Homework">Homework 1B</strong> <a class="unpublished">Prerequisite Math (due Aug 31)</a></td>


<td></td>
Expand Down Expand Up @@ -505,7 +505,7 @@ <h4 class="anchored">Week 2</h4>
<th id="th-schedule" scope="row" rowspan="2">2024-08-29:</th>


<td id="td-schedule"><strong class="label label-Lecture">Lecture 3</strong> <a href="./units/unit2.html" target="_blank">Pandas 1</a></td>
<td id="td-schedule"><strong class="label label-Lecture">Lecture 3</strong> <a class="unpublished">Pandas 1</a></td>


<td></td>
Expand All @@ -517,13 +517,13 @@ <h4 class="anchored">Week 2</h4>
<tr>


<td id="td-schedule"><strong class="label label-Participation">Participation 2</strong> <a href="./units/unit3.html" target="_blank">Lecture Participation 2</a></td>
<td id="td-schedule"><strong class="label label-Participation">Participation 2</strong> <a class="unpublished">Lecture Participation 2</a></td>


<td id="td-schedule">


<a href="https://berkeley.edu">Note 3</a>
<a class="unpublished">Note 3</a>


</td>
Expand Down
4 changes: 2 additions & 2 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,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.07179083186178226",
"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.004598734977877802",
"crumbs": [
"Units",
"Unit 3: More"
Expand Down Expand Up @@ -160,7 +160,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\n-0.10438872482803531",
"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.03685609572080518",
"crumbs": [
"Units",
"Unit 1: Intro"
Expand Down
8 changes: 4 additions & 4 deletions units/unit1.html
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,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="fe472ff6" class="cell" data-execution_count="1">
<div id="ce7d76b3" 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 @@ -297,12 +297,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="566" height="411" class="figure-img"></p>
<p><img src="unit1_files/figure-html/cell-2-output-1.png" width="579" height="411" class="figure-img"></p>
</figure>
</div>
</div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>-0.10438872482803531</code></pre>
<pre><code>0.03685609572080518</code></pre>
</div>
</div>
</section>
Expand Down Expand Up @@ -355,7 +355,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="891cec29" class="cell" data-execution_count="2">
<div id="02b6ec39" 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.
6 changes: 3 additions & 3 deletions units/unit3.html
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,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="9a40177d" class="cell" data-execution_count="1">
<div id="ae037be3" 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 @@ -298,12 +298,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="411" class="figure-img"></p>
<p><img src="unit3_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.07179083186178226</code></pre>
<pre><code>-0.004598734977877802</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 e0f02a8

Please sign in to comment.