Skip to content

Commit 4d484ab

Browse files
Fix type in sample notebook, adding new heading error
1 parent 5fd31ac commit 4d484ab

File tree

9 files changed

+12
-7
lines changed

9 files changed

+12
-7
lines changed

docs/build/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 8a4fe729a5cd3a3a6783d7ce4e9c2cdf
3+
config: dd942e65b9a35586d239b8996b6d759a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
139 Bytes
Binary file not shown.
281 Bytes
Binary file not shown.

docs/build/.doctrees/nbsphinx/examples/sample-sindy.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"source": [
77
"# Don't do weird things with headers\n",
88
"\n",
9-
"* Don;t start with a level-2 header (`##`) and later include a\n",
9+
"* Don't start with a level-2 header (`##`) and later include a\n",
1010
"level-1 header (`#`)\n",
11+
"* Don't include multiple level-1 headers. Include exactly one.\n",
1112
"* Don't skip header levels (though I think this isn't an error per se)"
1213
]
1314
},

docs/build/_sources/examples/sample-sindy.ipynb.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"source": [
77
"# Don't do weird things with headers\n",
88
"\n",
9-
"* Don;t start with a level-2 header (`##`) and later include a\n",
9+
"* Don't start with a level-2 header (`##`) and later include a\n",
1010
"level-1 header (`#`)\n",
11+
"* Don't include multiple level-1 headers. Include exactly one.\n",
1112
"* Don't skip header levels (though I think this isn't an error per se)"
1213
]
1314
},

docs/build/examples/sample-sindy.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@
7878
<section id="Don't-do-weird-things-with-headers">
7979
<h1>Don’t do weird things with headers<a class="headerlink" href="#Don't-do-weird-things-with-headers" title="Link to this heading"></a></h1>
8080
<ul class="simple">
81-
<li><p>Don;t start with a level-2 header (<code class="docutils literal notranslate"><span class="pre">##</span></code>) and later include a level-1 header (<code class="docutils literal notranslate"><span class="pre">#</span></code>)</p></li>
81+
<li><p>Don’t start with a level-2 header (<code class="docutils literal notranslate"><span class="pre">##</span></code>) and later include a level-1 header (<code class="docutils literal notranslate"><span class="pre">#</span></code>)</p></li>
82+
<li><p>Don’t include multiple level-1 headers. Include exactly one.</p></li>
8283
<li><p>Don’t skip header levels (though I think this isn’t an error per se)</p></li>
8384
</ul>
8485
<div class="nbinput nblast docutils container">

docs/build/examples/sample-sindy.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"source": [
77
"# Don't do weird things with headers\n",
88
"\n",
9-
"* Don;t start with a level-2 header (`##`) and later include a\n",
9+
"* Don't start with a level-2 header (`##`) and later include a\n",
1010
"level-1 header (`#`)\n",
11+
"* Don't include multiple level-1 headers. Include exactly one.\n",
1112
"* Don't skip header levels (though I think this isn't an error per se)"
1213
]
1314
},

docs/build/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/sample-sindy.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
"source": [
77
"# Don't do weird things with headers\n",
88
"\n",
9-
"* Don;t start with a level-2 header (`##`) and later include a\n",
9+
"* Don't start with a level-2 header (`##`) and later include a\n",
1010
"level-1 header (`#`)\n",
11+
"* Don't include multiple level-1 headers. Include exactly one.\n",
1112
"* Don't skip header levels (though I think this isn't an error per se)"
1213
]
1314
},

0 commit comments

Comments
 (0)