Skip to content

Commit 793d580

Browse files
committed
Update documentation
1 parent 1f81d76 commit 793d580

475 files changed

Lines changed: 16825 additions & 13281 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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: 8412ec72bf69a6188b4c2a547ed3dfba
3+
config: 3c190afc5e02ef722489109db89c6393
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

1-intro/21st_cen_skills.html

Lines changed: 61 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -16,33 +16,30 @@
1616
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
1717
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
1818
</script>
19-
<!--
20-
this give us a css class that will be invisible only if js is disabled
21-
-->
22-
<noscript>
23-
<style>
24-
.pst-js-only { display: none !important; }
25-
26-
</style>
27-
</noscript>
2819

2920
<!-- Loaded before other Sphinx assets -->
30-
<link href="../_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
31-
<link href="../_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
21+
<link href="../_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
22+
<link href="../_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
23+
<link href="../_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
24+
25+
26+
<link href="../_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" />
27+
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" />
28+
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" />
29+
<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" />
3230

33-
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=fa44fd50" />
34-
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=a3416100" />
31+
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=03e43079" />
32+
<link rel="stylesheet" type="text/css" href="../_static/styles/sphinx-book-theme.css?v=eba8b062" />
3533
<link rel="stylesheet" type="text/css" href="../_static/togglebutton.css?v=13237357" />
3634
<link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" />
37-
<link rel="stylesheet" type="text/css" href="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
35+
<link rel="stylesheet" type="text/css" href="../_static/mystnb.8ecb98da25f57f5357bf6f572d296f466b2cfe2517ffebfabe82451661e28f02.css" />
3836
<link rel="stylesheet" type="text/css" href="../_static/sphinx-thebe.css?v=4fa983c6" />
3937
<link rel="stylesheet" type="text/css" href="../_static/sphinx-design.min.css?v=95c83b7e" />
4038

41-
<!-- So that users can add custom icons -->
42-
<script src="../_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
4339
<!-- Pre-loaded scripts that we'll load fully later -->
44-
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
45-
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
40+
<link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" />
41+
<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" />
42+
<script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script>
4643

4744
<script src="../_static/documentation_options.js?v=9eb32ce0"></script>
4845
<script src="../_static/doctools.js?v=9a2dae69"></script>
@@ -82,7 +79,6 @@
8279
<link rel="prev" title="Authenticity" href="authenticity.html" />
8380
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8481
<meta name="docsearch:language" content="en"/>
85-
<meta name="docsearch:version" content="" />
8682
</head>
8783

8884

@@ -98,24 +94,36 @@
9894
<i class="fa-solid fa-arrow-up"></i>Back to top</button>
9995

10096

101-
<dialog id="pst-search-dialog">
102-
97+
<input type="checkbox"
98+
class="sidebar-toggle"
99+
id="pst-primary-sidebar-checkbox"/>
100+
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label>
101+
102+
<input type="checkbox"
103+
class="sidebar-toggle"
104+
id="pst-secondary-sidebar-checkbox"/>
105+
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label>
106+
107+
<div class="search-button__wrapper">
108+
<div class="search-button__overlay"></div>
109+
<div class="search-button__search-container">
103110
<form class="bd-search d-flex align-items-center"
104111
action="../search.html"
105112
method="get">
106113
<i class="fa-solid fa-magnifying-glass"></i>
107114
<input type="search"
108115
class="form-control"
109116
name="q"
117+
id="search-input"
110118
placeholder="Search this book..."
111119
aria-label="Search this book..."
112120
autocomplete="off"
113121
autocorrect="off"
114122
autocapitalize="off"
115123
spellcheck="false"/>
116124
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
117-
</form>
118-
</dialog>
125+
</form></div>
126+
</div>
119127

120128
<div class="pst-async-banner-revealer d-none">
121129
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
@@ -131,8 +139,7 @@
131139

132140

133141

134-
<dialog id="pst-primary-sidebar-modal"></dialog>
135-
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar">
142+
<div class="bd-sidebar-primary bd-sidebar">
136143

137144

138145

@@ -162,17 +169,21 @@
162169

163170

164171
<img src="../_static/NESC3505_icon.png" class="logo__image only-light" alt="Neural Data Science in Python - Home"/>
165-
<img src="../_static/NESC3505_icon.png" class="logo__image only-dark pst-js-only" alt="Neural Data Science in Python - Home"/>
172+
<script>document.write(`<img src="../_static/NESC3505_icon.png" class="logo__image only-dark" alt="Neural Data Science in Python - Home"/>`);</script>
166173

167174

168175
</a></div>
169176
<div class="sidebar-primary-item">
170177

171-
<button class="btn search-button-field search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
172-
<i class="fa-solid fa-magnifying-glass"></i>
173-
<span class="search-button__default-text">Search</span>
174-
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
175-
</button></div>
178+
<script>
179+
document.write(`
180+
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
181+
<i class="fa-solid fa-magnifying-glass"></i>
182+
<span class="search-button__default-text">Search</span>
183+
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
184+
</button>
185+
`);
186+
</script></div>
176187
<div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
177188
<div class="bd-toc-item navbar-nav active">
178189

@@ -190,6 +201,7 @@
190201
<li class="toctree-l1"><a class="reference internal" href="../syllabus.html">Syllabus</a></li>
191202
<li class="toctree-l1 has-children"><a class="reference internal" href="learning_approach.html">How to Approach this Course</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
192203
<li class="toctree-l2"><a class="reference internal" href="actually_write_code.html">Actually Write Code</a></li>
204+
193205
<li class="toctree-l2"><a class="reference internal" href="mindset.html">Mindset</a></li>
194206
<li class="toctree-l2"><a class="reference internal" href="flipped_classroom.html">Flipped Classroom</a></li>
195207
<li class="toctree-l2"><a class="reference internal" href="errors_debugging.html">Errors and Debugging</a></li>
@@ -255,7 +267,7 @@
255267
</ul>
256268
<p aria-level="2" class="caption" role="heading"><span class="caption-text">Set Up Your Computer for Data Science</span></p>
257269
<ul class="nav bd-sidenav">
258-
<li class="toctree-l1"><a class="reference internal" href="../2b-setup/introduction.html">Some Assembly Required</a></li>
270+
<li class="toctree-l1"><a class="reference internal" href="../2b-setup/introduction.html">Setting Up your Computer for Data Science</a></li>
259271
<li class="toctree-l1"><a class="reference internal" href="../2b-setup/learning_objectives.html">Learning Objectives</a></li>
260272
<li class="toctree-l1 has-children"><a class="reference internal" href="../2b-setup/first_steps.html">First Steps</a><details><summary><span class="toctree-toggle" role="presentation"><i class="fa-solid fa-chevron-down"></i></span></summary><ul>
261273
<li class="toctree-l2"><a class="reference internal" href="../2b-setup/github.html">Get on GitHub</a></li>
@@ -559,16 +571,24 @@
559571

560572

561573

562-
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button pst-js-only" aria-label="Color mode" data-bs-title="Color mode" data-bs-placement="bottom" data-bs-toggle="tooltip">
563-
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i>
564-
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i>
565-
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i>
566-
</button>
574+
<script>
575+
document.write(`
576+
<button class="btn btn-sm nav-link pst-navbar-icon theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
577+
<i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
578+
<i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
579+
<i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
580+
</button>
581+
`);
582+
</script>
567583

568584

569-
<button class="btn btn-sm pst-navbar-icon search-button search-button__button pst-js-only" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
585+
<script>
586+
document.write(`
587+
<button class="btn btn-sm pst-navbar-icon search-button search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
570588
<i class="fa-solid fa-magnifying-glass fa-lg"></i>
571-
</button>
589+
</button>
590+
`);
591+
</script>
572592

573593
</div></div>
574594

@@ -720,8 +740,8 @@ <h1>21st Century Skills<a class="headerlink" href="#st-century-skills" title="Li
720740
</div>
721741

722742
<!-- Scripts loaded after <body> so the DOM is not blocked -->
723-
<script defer src="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
724-
<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
743+
<script src="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script>
744+
<script src="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script>
725745

726746
<footer class="bd-footer">
727747
</footer>

0 commit comments

Comments
 (0)