|
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> |
|
174 | 166 | <div class="navbar-item navbar-persistent--container"> |
175 | 167 |
|
176 | 168 |
|
177 | | - <script> |
178 | | - document.write(` |
179 | | - <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
180 | | - <i class="fa-solid fa-magnifying-glass"></i> |
181 | | - <span class="search-button__default-text">Search</span> |
182 | | - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
183 | | - </button> |
184 | | - `); |
185 | | - </script> |
| 169 | +<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"> |
| 170 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 171 | + <span class="search-button__default-text">Search</span> |
| 172 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 173 | +</button> |
186 | 174 | </div> |
187 | 175 |
|
188 | 176 |
|
189 | 177 | <div class="navbar-item"> |
190 | 178 |
|
191 | | -<script> |
192 | | -document.write(` |
193 | | - <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"> |
194 | | - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
195 | | - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
196 | | - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
197 | | - </button> |
198 | | -`); |
199 | | -</script></div> |
| 179 | +<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"> |
| 180 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
| 181 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
| 182 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
| 183 | +</button></div> |
200 | 184 |
|
201 | 185 | <div class="navbar-item"><ul class="navbar-icon-links" |
202 | 186 | aria-label="Icon Links"> |
|
221 | 205 |
|
222 | 206 | <div class="navbar-persistent--mobile"> |
223 | 207 |
|
224 | | - <script> |
225 | | - document.write(` |
226 | | - <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
227 | | - <i class="fa-solid fa-magnifying-glass"></i> |
228 | | - <span class="search-button__default-text">Search</span> |
229 | | - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
230 | | - </button> |
231 | | - `); |
232 | | - </script> |
| 208 | +<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"> |
| 209 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 210 | + <span class="search-button__default-text">Search</span> |
| 211 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 212 | +</button> |
233 | 213 | </div> |
234 | 214 |
|
235 | 215 |
|
|
246 | 226 |
|
247 | 227 |
|
248 | 228 |
|
249 | | - <div class="bd-sidebar-primary bd-sidebar hide-on-wide"> |
| 229 | + <dialog id="pst-primary-sidebar-modal"></dialog> |
| 230 | + <div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar hide-on-wide"> |
250 | 231 |
|
251 | 232 |
|
252 | 233 |
|
|
300 | 281 |
|
301 | 282 | <div class="navbar-item"> |
302 | 283 |
|
303 | | -<script> |
304 | | -document.write(` |
305 | | - <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"> |
306 | | - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
307 | | - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
308 | | - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
309 | | - </button> |
310 | | -`); |
311 | | -</script></div> |
| 284 | +<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"> |
| 285 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
| 286 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
| 287 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
| 288 | +</button></div> |
312 | 289 |
|
313 | 290 | <div class="navbar-item"><ul class="navbar-icon-links" |
314 | 291 | aria-label="Icon Links"> |
|
352 | 329 |
|
353 | 330 | <div class="header-article-item"> |
354 | 331 |
|
355 | | - |
356 | | - |
357 | 332 | <nav aria-label="Breadcrumb" class="d-print-none"> |
358 | 333 | <ul class="bd-breadcrumbs"> |
359 | 334 |
|
|
362 | 337 | <i class="fa-solid fa-home"></i> |
363 | 338 | </a> |
364 | 339 | </li> |
365 | | - <li class="breadcrumb-item active" aria-current="page">Overview:...</li> |
| 340 | + <li class="breadcrumb-item active" aria-current="page"><span class="ellipsis">Overview: module code</span></li> |
366 | 341 | </ul> |
367 | 342 | </nav> |
368 | 343 | </div> |
@@ -457,8 +432,8 @@ <h1>All modules for which code is available</h1> |
457 | 432 | </div> |
458 | 433 |
|
459 | 434 | <!-- Scripts loaded after <body> so the DOM is not blocked --> |
460 | | - <script src="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
461 | | -<script src="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 435 | + <script defer src="../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script> |
| 436 | +<script defer src="../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script> |
462 | 437 |
|
463 | 438 | <footer class="bd-footer"> |
464 | 439 | <div class="bd-footer__inner bd-page-width"> |
@@ -491,7 +466,7 @@ <h1>All modules for which code is available</h1> |
491 | 466 |
|
492 | 467 | <div class="footer-item"> |
493 | 468 | <p class="theme-version"> |
494 | | - Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.15.4. |
| 469 | + Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.16.0. |
495 | 470 | </p></div> |
496 | 471 |
|
497 | 472 | </div> |
|
0 commit comments