|
16 | 16 | document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
|
17 | 17 | document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
|
18 | 18 | </script>
|
19 |
| - |
20 |
| - <!-- Loaded before other Sphinx assets --> |
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" /> |
| 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; } |
24 | 25 |
|
| 26 | + </style> |
| 27 | + </noscript> |
25 | 28 |
|
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" /> |
| 29 | + <!-- 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" /> |
30 | 32 |
|
31 | 33 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
|
32 | 34 | <link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" />
|
|
36 | 38 | <link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
|
37 | 39 | <link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" />
|
38 | 40 |
|
| 41 | + <!-- So that users can add custom icons --> |
| 42 | + <script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script> |
39 | 43 | <!-- Pre-loaded scripts that we'll load fully later -->
|
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> |
| 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" /> |
43 | 46 |
|
44 | 47 | <script src="_static/documentation_options.js?v=9eb32ce0"></script>
|
45 | 48 | <script src="_static/doctools.js?v=9a2dae69"></script>
|
|
64 | 67 | <link rel="prev" title="Reporting Guide - Jupyter Events" href="conduct/reporting_events.html" />
|
65 | 68 | <meta name="viewport" content="width=device-width, initial-scale=1"/>
|
66 | 69 | <meta name="docsearch:language" content="en"/>
|
| 70 | + <meta name="docsearch:version" content="" /> |
67 | 71 | </head>
|
68 | 72 |
|
69 | 73 |
|
|
79 | 83 | <i class="fa-solid fa-arrow-up"></i>Back to top</button>
|
80 | 84 |
|
81 | 85 |
|
82 |
| - <input type="checkbox" |
83 |
| - class="sidebar-toggle" |
84 |
| - id="pst-primary-sidebar-checkbox"/> |
85 |
| - <label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label> |
86 |
| - |
87 |
| - <input type="checkbox" |
88 |
| - class="sidebar-toggle" |
89 |
| - id="pst-secondary-sidebar-checkbox"/> |
90 |
| - <label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label> |
91 |
| - |
92 |
| - <div class="search-button__wrapper"> |
93 |
| - <div class="search-button__overlay"></div> |
94 |
| - <div class="search-button__search-container"> |
| 86 | + <dialog id="pst-search-dialog"> |
| 87 | + |
95 | 88 | <form class="bd-search d-flex align-items-center"
|
96 | 89 | action="search.html"
|
97 | 90 | method="get">
|
98 | 91 | <i class="fa-solid fa-magnifying-glass"></i>
|
99 | 92 | <input type="search"
|
100 | 93 | class="form-control"
|
101 | 94 | name="q"
|
102 |
| - id="search-input" |
103 | 95 | placeholder="Search this book..."
|
104 | 96 | aria-label="Search this book..."
|
105 | 97 | autocomplete="off"
|
106 | 98 | autocorrect="off"
|
107 | 99 | autocapitalize="off"
|
108 | 100 | spellcheck="false"/>
|
109 | 101 | <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span>
|
110 |
| -</form></div> |
111 |
| - </div> |
| 102 | +</form> |
| 103 | + </dialog> |
112 | 104 |
|
113 | 105 | <div class="pst-async-banner-revealer d-none">
|
114 | 106 | <aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside>
|
|
124 | 116 |
|
125 | 117 |
|
126 | 118 |
|
127 |
| - <div class="bd-sidebar-primary bd-sidebar"> |
| 119 | + <dialog id="pst-primary-sidebar-modal"></dialog> |
| 120 | + <div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar"> |
128 | 121 |
|
129 | 122 |
|
130 | 123 |
|
|
154 | 147 | </a></div>
|
155 | 148 | <div class="sidebar-primary-item">
|
156 | 149 |
|
157 |
| - <script> |
158 |
| - document.write(` |
159 |
| - <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
160 |
| - <i class="fa-solid fa-magnifying-glass"></i> |
161 |
| - <span class="search-button__default-text">Search</span> |
162 |
| - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
163 |
| - </button> |
164 |
| - `); |
165 |
| - </script></div> |
| 150 | +<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"> |
| 151 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 152 | + <span class="search-button__default-text">Search</span> |
| 153 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 154 | +</button></div> |
166 | 155 | <div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
|
167 | 156 | <div class="bd-toc-item navbar-nav active">
|
168 | 157 |
|
|
335 | 324 |
|
336 | 325 |
|
337 | 326 |
|
338 |
| -<script> |
339 |
| -document.write(` |
340 |
| - <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"> |
341 |
| - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
342 |
| - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
343 |
| - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
344 |
| - </button> |
345 |
| -`); |
346 |
| -</script> |
| 327 | +<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"> |
| 328 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
| 329 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
| 330 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
| 331 | +</button> |
347 | 332 |
|
348 | 333 |
|
349 |
| -<script> |
350 |
| -document.write(` |
351 |
| - <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"> |
| 334 | +<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"> |
352 | 335 | <i class="fa-solid fa-magnifying-glass fa-lg"></i>
|
353 |
| - </button> |
354 |
| -`); |
355 |
| -</script> |
| 336 | +</button> |
356 | 337 | <button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip">
|
357 | 338 | <span class="fa-solid fa-list"></span>
|
358 | 339 | </button>
|
@@ -536,7 +517,8 @@ <h3>Personal Report<a class="headerlink" href="#personal-report" title="Link to
|
536 | 517 |
|
537 | 518 |
|
538 | 519 |
|
539 |
| - <div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner"> |
| 520 | + <dialog id="pst-secondary-sidebar-modal"></dialog> |
| 521 | + <div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner"> |
540 | 522 |
|
541 | 523 |
|
542 | 524 | <div class="sidebar-secondary-item">
|
@@ -612,8 +594,8 @@ <h3>Personal Report<a class="headerlink" href="#personal-report" title="Link to
|
612 | 594 | </div>
|
613 | 595 |
|
614 | 596 | <!-- Scripts loaded after <body> so the DOM is not blocked -->
|
615 |
| - <script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
616 |
| -<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 597 | + <script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script> |
| 598 | +<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script> |
617 | 599 |
|
618 | 600 | <footer class="bd-footer">
|
619 | 601 | </footer>
|
|
0 commit comments