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 Jan 22, 2024
1 parent 89fb4c7 commit 4780e4a
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nojekyll
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fcd8892a
304bdd47
6 changes: 3 additions & 3 deletions search.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"href": "units/unit2.html",
"title": "Unit 2: Next",
"section": "",
"text": "This is an example of using an ipynb file as source rather than qmd. It follows instructions from https://github.com/DS-100/course-notes/README.md."
"text": "This is an example of using an ipynb file as source rather than qmd. It follows instructions from https://github.com/DS-100/course-notes/README.md.\nLink to the data."
},
{
"objectID": "units/unit2.html#latex",
Expand Down Expand Up @@ -46,7 +46,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\n0.06021409314246446"
"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\n0.0920384063968349"
},
{
"objectID": "units/unit1.html#latex",
Expand Down Expand Up @@ -151,7 +151,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-0.07774854920361257"
"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-0.14571366001985703"
},
{
"objectID": "units/unit3.html#latex",
Expand Down
16 changes: 8 additions & 8 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,34 +2,34 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/calendar.html</loc>
<lastmod>2024-01-22T21:34:34.636Z</lastmod>
<lastmod>2024-01-22T21:39:40.394Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/units/unit2.html</loc>
<lastmod>2024-01-22T21:34:13.456Z</lastmod>
<lastmod>2024-01-22T21:39:05.734Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/units/unit1.html</loc>
<lastmod>2024-01-22T21:34:12.508Z</lastmod>
<lastmod>2024-01-22T21:39:04.622Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/data.html</loc>
<lastmod>2024-01-22T21:34:01.073Z</lastmod>
<lastmod>2024-01-22T21:38:46.214Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/syllabus.html</loc>
<lastmod>2024-01-22T21:34:00.793Z</lastmod>
<lastmod>2024-01-22T21:38:45.870Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/index.html</loc>
<lastmod>2024-01-22T21:34:01.561Z</lastmod>
<lastmod>2024-01-22T21:38:46.678Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/units/macros.html</loc>
<lastmod>2024-01-22T21:34:12.828Z</lastmod>
<lastmod>2024-01-22T21:39:04.974Z</lastmod>
</url>
<url>
<loc>https://berkeley-scf.github.io/stat999-quarto/units/unit3.html</loc>
<lastmod>2024-01-22T21:34:34.360Z</lastmod>
<lastmod>2024-01-22T21:39:39.722Z</lastmod>
</url>
</urlset>
2 changes: 1 addition & 1 deletion units/unit1.html
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2 class="anchored" data-anchor-id="evaluated-python-code-chunk-with-a-plot">Ev
<p><img src="unit1_files/figure-html/cell-2-output-1.png" width="566" height="411"></p>
</div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>0.06021409314246446</code></pre>
<pre><code>0.0920384063968349</code></pre>
</div>
</div>
</section>
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.
1 change: 1 addition & 0 deletions units/unit2.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ <h1 class="title">Unit 2: Next</h1>
</header>

<p>This is an example of using an ipynb file as source rather than qmd. It follows instructions from https://github.com/DS-100/course-notes/README.md.</p>
<p>Link to the <a href="../data">data</a>.</p>
<section id="latex" class="level2">
<h2 class="anchored" data-anchor-id="latex"><span class="math inline">\(\LaTeX\)</span></h2>
<p>Here is some <span class="math inline">\(\LaTeX\)</span>. <span class="math display">\[
Expand Down
2 changes: 1 addition & 1 deletion units/unit3.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h2 class="anchored" data-anchor-id="evaluated-python-code-chunk-with-a-plot">Ev
<p><img src="unit3_files/figure-html/cell-2-output-1.png" width="579" height="411"></p>
</div>
<div class="cell-output cell-output-display" data-execution_count="1">
<pre><code>-0.07774854920361257</code></pre>
<pre><code>-0.14571366001985703</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 4780e4a

Please sign in to comment.