Skip to content

Commit

Permalink
rebuilding
Browse files Browse the repository at this point in the history
  • Loading branch information
gvwilson committed Apr 28, 2024
1 parent 1316837 commit a722e2d
Show file tree
Hide file tree
Showing 81 changed files with 76 additions and 73 deletions.
7 changes: 4 additions & 3 deletions docs/archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="archive">
<meta name="has_slides" content="true">
Expand Down Expand Up @@ -689,11 +689,12 @@ <h3>What Time Is It?</h3>
<p class="continue">and an example of a single test is:</p>
<div class="code-sample lang-py" title="test_backup.py">
<div class="highlight"><pre><span></span><code><span class="k">def</span> <span class="nf">test_nested_example</span><span class="p">(</span><span class="n">our_fs</span><span class="p">):</span>
<span class="k">with</span> <span class="n">patch</span><span class="p">(</span><span class="s2">&quot;backup.current_time&quot;</span><span class="p">,</span> <span class="n">return_value</span><span class="o">=</span><span class="mi">1234</span><span class="p">):</span>
<span class="n">timestamp</span> <span class="o">=</span> <span class="mi">1234</span>
<span class="k">with</span> <span class="n">patch</span><span class="p">(</span><span class="s2">&quot;backup.current_time&quot;</span><span class="p">,</span> <span class="n">return_value</span><span class="o">=</span><span class="n">timestamp</span><span class="p">):</span>
<span class="n">manifest</span> <span class="o">=</span> <span class="n">backup</span><span class="p">(</span><span class="s2">&quot;.&quot;</span><span class="p">,</span> <span class="s2">&quot;/backup&quot;</span><span class="p">)</span>
<span class="k">assert</span> <span class="n">Path</span><span class="p">(</span><span class="s2">&quot;/backup&quot;</span><span class="p">,</span> <span class="sa">f</span><span class="s2">&quot;</span><span class="si">{</span><span class="n">timestamp</span><span class="si">}</span><span class="s2">.csv&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">exists</span><span class="p">()</span>
<span class="k">for</span> <span class="n">filename</span><span class="p">,</span> <span class="n">hash_code</span> <span class="ow">in</span> <span class="n">manifest</span><span class="p">:</span>
<span class="k">assert</span> <span class="n">Path</span><span class="p">(</span><span class="s2">&quot;/backup&quot;</span><span class="p">,</span> <span class="sa">f</span><span class="s2">&quot;</span><span class="si">{</span><span class="n">hash_code</span><span class="si">}</span><span class="s2">.bck&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">exists</span><span class="p">()</span>
<span class="k">assert</span> <span class="n">Path</span><span class="p">(</span><span class="s2">&quot;/backup&quot;</span><span class="p">,</span> <span class="s2">&quot;1234.csv&quot;</span><span class="p">)</span><span class="o">.</span><span class="n">exists</span><span class="p">()</span>
</code></pre></div>
</div>
<h2 id="archive-refactor">Section 10.4: Refactoring</h2>
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="archive">

Expand Down
1 change: 0 additions & 1 deletion docs/archive/test_backup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,4 @@ def test_nested_example(our_fs):
assert Path("/backup", f"{timestamp}.csv").exists()
for filename, hash_code in manifest:
assert Path("/backup", f"{hash_code}.bck").exists()

# [/test]
2 changes: 1 addition & 1 deletion docs/bib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="bib">

Expand Down
2 changes: 1 addition & 1 deletion docs/binary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="binary">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/binary/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="binary">

Expand Down
2 changes: 1 addition & 1 deletion docs/bonus/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="bonus">

Expand Down
2 changes: 1 addition & 1 deletion docs/build/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="build">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/build/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="build">

Expand Down
2 changes: 1 addition & 1 deletion docs/check/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="check">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/check/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="check">

Expand Down
2 changes: 1 addition & 1 deletion docs/colophon/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="colophon">

Expand Down
2 changes: 1 addition & 1 deletion docs/conduct/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="conduct">

Expand Down
2 changes: 1 addition & 1 deletion docs/contents/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="contents">

Expand Down
2 changes: 1 addition & 1 deletion docs/contrib/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="contrib">

Expand Down
2 changes: 1 addition & 1 deletion docs/db/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="db">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/db/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="db">

Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="debugger">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/debugger/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="debugger">

Expand Down
2 changes: 1 addition & 1 deletion docs/dup/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="dup">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/dup/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="dup">

Expand Down
2 changes: 1 addition & 1 deletion docs/finale/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="finale">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/finale/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="finale">

Expand Down
2 changes: 1 addition & 1 deletion docs/ftp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="ftp">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/ftp/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="ftp">

Expand Down
2 changes: 1 addition & 1 deletion docs/func/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="func">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/func/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="func">

Expand Down
2 changes: 1 addition & 1 deletion docs/glob/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="glob">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/glob/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="glob">

Expand Down
2 changes: 1 addition & 1 deletion docs/glossary/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="glossary">

Expand Down
2 changes: 1 addition & 1 deletion docs/http/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="http">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/http/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="http">

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="@root">

Expand Down
2 changes: 1 addition & 1 deletion docs/interp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="interp">
<meta name="has_slides" content="true">
Expand Down
2 changes: 1 addition & 1 deletion docs/interp/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="interp">

Expand Down
4 changes: 2 additions & 2 deletions docs/intro/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="default">
<meta name="major" content="intro">
<meta name="has_slides" content="true">
Expand Down Expand Up @@ -577,7 +577,7 @@ <h2 id="intro-acknowledgments">Section 1.6: Acknowledgments</h2>
and </li>
<li>the posts and <a href="https://wizardzines.com/">zines</a> created by <a href="https://jvns.ca/">Julia Evans</a>.</li>
</ul>
<p>I am grateful to Miras Adilov, Alvee Akand, Rohan Alexander, Alexey Alexapolsky, Lina Andrén, Alberto Bacchelli, Yanina Bellini Saibene, Matthew Bluteau, Adrienne Canino, Marc Chéhab, Stephen Childs, Hector Correa, Socorro Dominguez, Christian Drumm, Christian Epple, Julia Evans, Davide Fucci, Thomas Fritz, Francisco Gabriel, Florian Gaudin-Delrieu, Craig Gross, Jonathan Guyer, McKenzie Hagen, Han Qi, Fraser Hay, Alexandru Hurjui, Finnur Agust Ingimundarson, Bahman Karimi, Carolyn Kim, Kitsios Konstantinos, Jenna Landy, Peter Lin, Zihan Liu, Becca Love, Dan McCloy, Ramiro Mejia, Michael Miller, Firas Moosvi, Joe Nash, Sheena Ng, Reiko Okamoto, Joshua Ossai, Juanan Pereira, Mahmoodur Rahman, Arpan Sarkar, Silvan Schlegel, Dave W. Smith, Stephen M. Sturdevant, Diyar Taskiran, Ece Turnator, and Yao Yundong for feedback on early drafts of this material.</p>
<p>I am grateful to Miras Adilov, Alvee Akand, Rohan Alexander, Alexey Alexapolsky, Lina Andrén, Alberto Bacchelli, Yanina Bellini Saibene, Grigoriy Beziuk, Matthew Bluteau, Adrienne Canino, Marc Chéhab, Stephen Childs, Hector Correa, Socorro Dominguez, Christian Drumm, Christian Epple, Julia Evans, Davide Fucci, Thomas Fritz, Francisco Gabriel, Florian Gaudin-Delrieu, Craig Gross, Jonathan Guyer, McKenzie Hagen, Han Qi, Fraser Hay, Alexandru Hurjui, Finnur Agust Ingimundarson, Bahman Karimi, Carolyn Kim, Kitsios Konstantinos, Jenna Landy, Peter Lin, Zihan Liu, Becca Love, Dan McCloy, Ramiro Mejia, Michael Miller, Firas Moosvi, Joe Nash, Sheena Ng, Reiko Okamoto, Joshua Ossai, Juanan Pereira, Mahmoodur Rahman, Arpan Sarkar, Silvan Schlegel, Dave W. Smith, Stephen M. Sturdevant, Diyar Taskiran, Ece Turnator, and Yao Yundong for feedback on early drafts of this material.</p>
<p>I am also grateful to Shashi Kumar for help with LaTeX,
to <a href="https://www.drafolin.ch/">Odin Beuchat</a> for help with JavaScript,
and to the creators of
Expand Down
2 changes: 1 addition & 1 deletion docs/intro/slides/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="repo" content="https://github.com/gvwilson/sdxpy">
<meta name="build_date" content="2024-04-24">
<meta name="build_date" content="2024-04-28">
<meta name="template" content="slides">
<meta name="major" content="intro">

Expand Down
Loading

0 comments on commit a722e2d

Please sign in to comment.