From dfc34740c7c13242d75c8b7c3f0e0ff78fa399de Mon Sep 17 00:00:00 2001 From: Christopher Paciorek Date: Thu, 18 Jul 2024 13:19:43 -0700 Subject: [PATCH] Built site for gh-pages --- .nojekyll | 2 +- search.json | 17 +- sitemap.xml | 4 +- units/unit1.html | 179 ++++++++---------- .../figure-html/cell-2-output-1.png | Bin 19729 -> 14034 bytes units/unit3.html | 10 +- units/unit3.pdf | Bin 25656 -> 25075 bytes .../figure-html/cell-2-output-1.png | Bin 13431 -> 20320 bytes 8 files changed, 89 insertions(+), 123 deletions(-) diff --git a/.nojekyll b/.nojekyll index 2abcdb1..7ad177b 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -3429f5f1 \ No newline at end of file +3aabb09e \ No newline at end of file diff --git a/search.json b/search.json index f2d1478..a277480 100644 --- a/search.json +++ b/search.json @@ -89,7 +89,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.15095281477735717", + "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.02780378200781541", "crumbs": [ "Units", "Unit 3: More" @@ -111,7 +111,7 @@ "href": "units/unit3.html#latex-macro", "title": "Unit 3: More", "section": "LaTeX macro", - "text": "LaTeX macro\n\nWarning: need to look back at this as having include-before-body in the yaml causes extra space at top of page.\n\n\\[\nA = X \\trans Y\n\\]", + "text": "LaTeX macro\n\nWarning: having include-before-body in the yaml header of this file causes extra space at top of page.\n\n\\[\nA = X \\trans Y\n\\]", "crumbs": [ "Units", "Unit 3: More" @@ -140,7 +140,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.03199906463730891", + "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.10771421685487213", "crumbs": [ "Units", "Unit 1: Intro" @@ -157,17 +157,6 @@ "Unit 1: Intro" ] }, - { - "objectID": "units/unit1.html#latex-macro", - "href": "units/unit1.html#latex-macro", - "title": "Unit 1: Intro", - "section": "\\(\\LaTeX\\) macro", - "text": "\\(\\LaTeX\\) macro\n\nWarning: need to look back at this as having include-before-body in the yaml causes extra space at top of page.\n\n\\[\nA = X \\trans Y\n\\]", - "crumbs": [ - "Units", - "Unit 1: Intro" - ] - }, { "objectID": "units/unit1.html#styled-div-via-direct-html", "href": "units/unit1.html#styled-div-via-direct-html", diff --git a/sitemap.xml b/sitemap.xml index b838ba3..d084ed5 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -18,7 +18,7 @@ https://berkeley-scf.github.io/course-site-quarto/units/unit3.html - 2024-07-18T20:11:25.814Z + 2024-07-18T20:18:26.880Z https://berkeley-scf.github.io/course-site-quarto/units/macros.html @@ -26,7 +26,7 @@ https://berkeley-scf.github.io/course-site-quarto/units/unit1.html - 2024-07-18T20:06:19.310Z + 2024-07-18T20:18:43.060Z https://berkeley-scf.github.io/course-site-quarto/index.html diff --git a/units/unit1.html b/units/unit1.html index 1219dc2..9a94e50 100644 --- a/units/unit1.html +++ b/units/unit1.html @@ -251,7 +251,6 @@

On this page