Skip to content

Commit b77f376

Browse files
committed
Built site for gh-pages
1 parent 6fae753 commit b77f376

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
94ec5ec9
1+
2c55f217

about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ <h2 data-anchor-id="what-this-is-not">What this is not</h2>
341341
<h2 data-anchor-id="some-technical-caveats">Some technical caveats</h2>
342342
<p>The blog itself is rendered directly from the jupyter notebooks by <a href="https://quarto.org/">quarto</a>. However, a lot of the boiler plate and set-up is hidden in the final blog post for readability. If you want more details (especially how the plots are generated), please see the source noteboook.</p>
343343
<p>Posts which use julia take advantage of the built in environment manager and there is an associated <code>Project.toml</code> for each notebook with compat entries frozen at the <em>last known working</em> versions. Many packages under active development will change significantly over time, so it is worth checking to see which version I was using as the package may have changed in the meantime.</p>
344-
<p>Posts which use python use the <a href="https://github.com/pathbird/poetry-kernel">poetry-kernel</a> to track the associated virtual environments, which are maintained in the pyproject.toml for each notebook. This shows the state of the virtual environment at the last time I ran the notebook.</p>
344+
<p>Posts which use python use the <a href="https://github.com/pathbird/poetry-kernel">poetry-kernel</a> to track the associated virtual environments, which are maintained in the <code>pyproject.toml</code> for each notebook. This shows the state of the virtual environment at the last time I ran the notebook.</p>
345345

346346

347347
</section>

search.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"href": "about.html#some-technical-caveats",
2626
"title": "Allan Farrell",
2727
"section": "Some technical caveats",
28-
"text": "Some technical caveats\nThe blog itself is rendered directly from the jupyter notebooks by quarto. However, a lot of the boiler plate and set-up is hidden in the final blog post for readability. If you want more details (especially how the plots are generated), please see the source noteboook.\nPosts which use julia take advantage of the built in environment manager and there is an associated Project.toml for each notebook with compat entries frozen at the last known working versions. Many packages under active development will change significantly over time, so it is worth checking to see which version I was using as the package may have changed in the meantime.\nPosts which use python use the poetry-kernel to track the associated virtual environments, which are maintained in the pyproject.toml for each notebook. This shows the state of the virtual environment at the last time I ran the notebook."
28+
"text": "Some technical caveats\nThe blog itself is rendered directly from the jupyter notebooks by quarto. However, a lot of the boiler plate and set-up is hidden in the final blog post for readability. If you want more details (especially how the plots are generated), please see the source noteboook.\nPosts which use julia take advantage of the built in environment manager and there is an associated Project.toml for each notebook with compat entries frozen at the last known working versions. Many packages under active development will change significantly over time, so it is worth checking to see which version I was using as the package may have changed in the meantime.\nPosts which use python use the poetry-kernel to track the associated virtual environments, which are maintained in the pyproject.toml for each notebook. This shows the state of the virtual environment at the last time I ran the notebook."
2929
},
3030
{
3131
"objectID": "index.html",

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://aefarrell.github.io/about.html</loc>
5-
<lastmod>2026-01-05T05:13:26.695Z</lastmod>
5+
<lastmod>2026-01-05T05:19:30.586Z</lastmod>
66
</url>
77
<url>
88
<loc>https://aefarrell.github.io/index.html</loc>

0 commit comments

Comments
 (0)