Skip to content

Commit

Permalink
Try and remove external links from header
Browse files Browse the repository at this point in the history
  • Loading branch information
jvivian committed Mar 9, 2024
1 parent 4e61a02 commit 0894786
Show file tree
Hide file tree
Showing 8 changed files with 85 additions and 97 deletions.
4 changes: 2 additions & 2 deletions _freeze/posts/dr-dfm/index/execute-results/html.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ <h5 class="quarto-listing-category-title">Categories</h5><div class="quarto-list

<div class="quarto-listing quarto-listing-container-default" id="listing-listing">
<div class="list quarto-listing-default">
<div class="quarto-post image-right" data-index="0" data-categories="Math,Modeling,Python" data-listing-date-sort="1709971200000" data-listing-file-modified-sort="1710023537914" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="11">
<div class="quarto-post image-right" data-index="0" data-categories="Math,Modeling,Python" data-listing-date-sort="1709971200000" data-listing-file-modified-sort="1710023655237" data-listing-date-modified-sort="NaN" data-listing-reading-time-sort="11">
<div class="thumbnail">
<p><a href="./posts/dr-dfm/index.html"> <img src="./posts/dr-dfm/jv_dfm.jpg" class="thumbnail-image"> </a></p>
</div>
Expand Down
90 changes: 45 additions & 45 deletions docs/posts/kd-art/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/posts/kd-inked-into-creation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1095,7 +1095,7 @@ <h1>Addendum</h1>
});
</script>
</div> <!-- /content -->
<script>var lightboxQuarto = GLightbox({"selector":".lightbox","openEffect":"zoom","descPosition":"bottom","loop":true,"closeEffect":"zoom"});</script>
<script>var lightboxQuarto = GLightbox({"openEffect":"zoom","loop":true,"descPosition":"bottom","closeEffect":"zoom","selector":".lightbox"});</script>



Expand Down
2 changes: 1 addition & 1 deletion docs/search.json
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@
"href": "temp/kingdom-death/index.html#summary-statistics",
"title": "Kingdom Death",
"section": "Summary Statistics",
"text": "Summary Statistics\n\nThere is a valid defence [sic] of using non-Bayesian methods, namely incompetence\n\n\n\n/tmp/ipykernel_31397/1245481724.py:9: DeprecationWarning:\n\n`apply` is deprecated. It has been renamed to `map_elements`.\n\n/tmp/ipykernel_31397/1245481724.py:10: DeprecationWarning:\n\n`cumsum` is deprecated. It has been renamed to `cum_sum`.\n\n\n\n\nCumulative Deaths Over Time\n\n\n\n \n\n\n\n\nMost Dangerous Foes\n\n\n/tmp/ipykernel_31397/510724665.py:2: DeprecationWarning:\n\n`groupby` is deprecated. It has been renamed to `group_by`.\n\n\n\n\n \n\n\n\n\nMost Hunted Quarries\n\n\n/tmp/ipykernel_31397/250231344.py:3: DeprecationWarning:\n\n`groupby` is deprecated. It has been renamed to `group_by`.\n\n/tmp/ipykernel_31397/250231344.py:4: DeprecationWarning:\n\n`count` is deprecated. It has been renamed to `len`.\n\n\n\n\n\n\n\n\n\n\ncount\n\n\nMonster\n\n\n\n\n\nWhite Lion\n10\n\n\nGigalion\n5\n\n\nAntelope\n4"
"text": "Summary Statistics\n\nThere is a valid defence [sic] of using non-Bayesian methods, namely incompetence\n\n\n\n/tmp/ipykernel_32509/1245481724.py:9: DeprecationWarning:\n\n`apply` is deprecated. It has been renamed to `map_elements`.\n\n/tmp/ipykernel_32509/1245481724.py:10: DeprecationWarning:\n\n`cumsum` is deprecated. It has been renamed to `cum_sum`.\n\n\n\n\nCumulative Deaths Over Time\n\n\n\n \n\n\n\n\nMost Dangerous Foes\n\n\n/tmp/ipykernel_32509/510724665.py:2: DeprecationWarning:\n\n`groupby` is deprecated. It has been renamed to `group_by`.\n\n\n\n\n \n\n\n\n\nMost Hunted Quarries\n\n\n/tmp/ipykernel_32509/250231344.py:3: DeprecationWarning:\n\n`groupby` is deprecated. It has been renamed to `group_by`.\n\n/tmp/ipykernel_32509/250231344.py:4: DeprecationWarning:\n\n`count` is deprecated. It has been renamed to `len`.\n\n\n\n\n\n\n\n\n\n\ncount\n\n\nMonster\n\n\n\n\n\nWhite Lion\n10\n\n\nGigalion\n5\n\n\nAntelope\n4"
},
{
"objectID": "temp/kingdom-death/index.html#acknowledgements",
Expand Down
66 changes: 33 additions & 33 deletions docs/temp/kingdom-death/index.html

Large diffs are not rendered by default.

14 changes: 0 additions & 14 deletions posts/dr-dfm/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,6 @@ image: "jv_dfm.jpg"
format:
html:
toc: true
# output-file: "presentation-post.html"
# revealjs:
# include-in-header:
# text: |
# <style>
# .center-xy {
# margin: 0;
# position: absolute;
# top: 50%;
# left: 50%;
# -ms-transform: translateY(-50%), translateX(-50%);
# transform: translateY(-50%), translateX(-50%);
# }
# </style>
editor:
render-on-save: true
code:
Expand Down
2 changes: 2 additions & 0 deletions push.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
rm -r _freeze
rm -r docs
quarto render
git add .
git commit -m "$1"
Expand Down

0 comments on commit 0894786

Please sign in to comment.