|
15 | 15 | document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; |
16 | 16 | document.documentElement.dataset.theme = localStorage.getItem("theme") || ""; |
17 | 17 | </script> |
18 | | - |
19 | | - <!-- Loaded before other Sphinx assets --> |
20 | | - <link href="../_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
21 | | -<link href="../_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
22 | | -<link href="../_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
| 18 | + <!-- |
| 19 | + this give us a css class that will be invisible only if js is disabled |
| 20 | + --> |
| 21 | + <noscript> |
| 22 | + <style> |
| 23 | + .pst-js-only { display: none !important; } |
23 | 24 |
|
| 25 | + </style> |
| 26 | + </noscript> |
24 | 27 |
|
25 | | - <link href="../_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> |
26 | | - <link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" /> |
27 | | -<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" /> |
28 | | -<link rel="preload" as="font" type="font/woff2" crossorigin href="../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" /> |
| 28 | + <!-- Loaded before other Sphinx assets --> |
| 29 | + <link href="../_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" /> |
| 30 | +<link href="../_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" /> |
29 | 31 |
|
30 | 32 | <link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=a746c00c" /> |
31 | 33 | <link rel="stylesheet" type="text/css" href="../_static/copybutton.css?v=76b2166b" /> |
32 | 34 | <link rel="stylesheet" type="text/css" href="../_static/sg_gallery.css?v=d2d258e8" /> |
33 | 35 |
|
| 36 | + <!-- So that users can add custom icons --> |
| 37 | + <script src="../_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script> |
34 | 38 | <!-- Pre-loaded scripts that we'll load fully later --> |
35 | | - <link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" /> |
36 | | -<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" /> |
37 | | - <script src="../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 39 | + <link rel="preload" as="script" href="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" /> |
| 40 | +<link rel="preload" as="script" href="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" /> |
38 | 41 |
|
39 | 42 | <script src="../_static/documentation_options.js?v=c6e86fd7"></script> |
40 | 43 | <script src="../_static/doctools.js?v=9bcbadda"></script> |
|
49 | 52 | <link rel="search" title="Search" href="../search.html" /> |
50 | 53 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
51 | 54 | <meta name="docsearch:language" content="en"/> |
| 55 | + <meta name="docsearch:version" content="latest" /> |
52 | 56 | </head> |
53 | 57 |
|
54 | 58 |
|
|
64 | 68 | <i class="fa-solid fa-arrow-up"></i>Back to top</button> |
65 | 69 |
|
66 | 70 |
|
67 | | - <input type="checkbox" |
68 | | - class="sidebar-toggle" |
69 | | - id="pst-primary-sidebar-checkbox"/> |
70 | | - <label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label> |
71 | | - |
72 | | - <input type="checkbox" |
73 | | - class="sidebar-toggle" |
74 | | - id="pst-secondary-sidebar-checkbox"/> |
75 | | - <label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label> |
76 | | - |
77 | | - <div class="search-button__wrapper"> |
78 | | - <div class="search-button__overlay"></div> |
79 | | - <div class="search-button__search-container"> |
| 71 | + <dialog id="pst-search-dialog"> |
| 72 | + |
80 | 73 | <form class="bd-search d-flex align-items-center" |
81 | 74 | action="../search.html" |
82 | 75 | method="get"> |
83 | 76 | <i class="fa-solid fa-magnifying-glass"></i> |
84 | 77 | <input type="search" |
85 | 78 | class="form-control" |
86 | 79 | name="q" |
87 | | - id="search-input" |
88 | 80 | placeholder="Search the docs ..." |
89 | 81 | aria-label="Search the docs ..." |
90 | 82 | autocomplete="off" |
91 | 83 | autocorrect="off" |
92 | 84 | autocapitalize="off" |
93 | 85 | spellcheck="false"/> |
94 | 86 | <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span> |
95 | | -</form></div> |
96 | | - </div> |
| 87 | +</form> |
| 88 | + </dialog> |
97 | 89 |
|
98 | 90 | <div class="pst-async-banner-revealer d-none"> |
99 | 91 | <aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside> |
|
167 | 159 | <div class="navbar-item navbar-persistent--container"> |
168 | 160 |
|
169 | 161 |
|
170 | | - <script> |
171 | | - document.write(` |
172 | | - <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
173 | | - <i class="fa-solid fa-magnifying-glass"></i> |
174 | | - <span class="search-button__default-text">Search</span> |
175 | | - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
176 | | - </button> |
177 | | - `); |
178 | | - </script> |
| 162 | +<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"> |
| 163 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 164 | + <span class="search-button__default-text">Search</span> |
| 165 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 166 | +</button> |
179 | 167 | </div> |
180 | 168 |
|
181 | 169 |
|
182 | 170 | <div class="navbar-item"> |
183 | 171 |
|
184 | | -<script> |
185 | | -document.write(` |
186 | | - <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"> |
187 | | - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
188 | | - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
189 | | - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
190 | | - </button> |
191 | | -`); |
192 | | -</script></div> |
| 172 | +<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"> |
| 173 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
| 174 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
| 175 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
| 176 | +</button></div> |
193 | 177 |
|
194 | 178 | <div class="navbar-item"><ul class="navbar-icon-links" |
195 | 179 | aria-label="Icon Links"> |
|
214 | 198 |
|
215 | 199 | <div class="navbar-persistent--mobile"> |
216 | 200 |
|
217 | | - <script> |
218 | | - document.write(` |
219 | | - <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
220 | | - <i class="fa-solid fa-magnifying-glass"></i> |
221 | | - <span class="search-button__default-text">Search</span> |
222 | | - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
223 | | - </button> |
224 | | - `); |
225 | | - </script> |
| 201 | +<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"> |
| 202 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 203 | + <span class="search-button__default-text">Search</span> |
| 204 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 205 | +</button> |
226 | 206 | </div> |
227 | 207 |
|
228 | 208 |
|
|
239 | 219 |
|
240 | 220 |
|
241 | 221 |
|
242 | | - <div class="bd-sidebar-primary bd-sidebar hide-on-wide"> |
| 222 | + <dialog id="pst-primary-sidebar-modal"></dialog> |
| 223 | + <div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar hide-on-wide"> |
243 | 224 |
|
244 | 225 |
|
245 | 226 |
|
|
286 | 267 |
|
287 | 268 | <div class="navbar-item"> |
288 | 269 |
|
289 | | -<script> |
290 | | -document.write(` |
291 | | - <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"> |
292 | | - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
293 | | - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
294 | | - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
295 | | - </button> |
296 | | -`); |
297 | | -</script></div> |
| 270 | +<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"> |
| 271 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
| 272 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
| 273 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
| 274 | +</button></div> |
298 | 275 |
|
299 | 276 | <div class="navbar-item"><ul class="navbar-icon-links" |
300 | 277 | aria-label="Icon Links"> |
|
338 | 315 |
|
339 | 316 | <div class="header-article-item"> |
340 | 317 |
|
341 | | - |
342 | | - |
343 | 318 | <nav aria-label="Breadcrumb" class="d-print-none"> |
344 | 319 | <ul class="bd-breadcrumbs"> |
345 | 320 |
|
|
348 | 323 | <i class="fa-solid fa-home"></i> |
349 | 324 | </a> |
350 | 325 | </li> |
351 | | - <li class="breadcrumb-item active" aria-current="page">Overview:...</li> |
| 326 | + <li class="breadcrumb-item active" aria-current="page"><span class="ellipsis">Overview: module code</span></li> |
352 | 327 | </ul> |
353 | 328 | </nav> |
354 | 329 | </div> |
@@ -402,8 +377,8 @@ <h1>All modules for which code is available</h1> |
402 | 377 | </div> |
403 | 378 |
|
404 | 379 | <!-- Scripts loaded after <body> so the DOM is not blocked --> |
405 | | - <script src="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
406 | | -<script src="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 380 | + <script defer src="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script> |
| 381 | +<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script> |
407 | 382 |
|
408 | 383 | <footer class="bd-footer"> |
409 | 384 | <div class="bd-footer__inner bd-page-width"> |
@@ -436,7 +411,7 @@ <h1>All modules for which code is available</h1> |
436 | 411 |
|
437 | 412 | <div class="footer-item"> |
438 | 413 | <p class="theme-version"> |
439 | | - Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.15.4. |
| 414 | + Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.16.0. |
440 | 415 | </p></div> |
441 | 416 |
|
442 | 417 | </div> |
|
0 commit comments