|
16 | 16 | document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; |
17 | 17 | document.documentElement.dataset.theme = localStorage.getItem("theme") || ""; |
18 | 18 | </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> |
28 | 19 |
|
29 | 20 | <!-- Loaded before other Sphinx assets --> |
30 | | - <link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" /> |
31 | | -<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" 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" /> |
32 | 30 |
|
33 | 31 | <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" /> |
34 | | - <link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=a3416100" /> |
| 32 | + <link rel="stylesheet" type="text/css" href="_static/styles/sphinx-book-theme.css?v=eba8b062" /> |
35 | 33 | <link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" /> |
36 | 34 | <link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" /> |
37 | 35 | <link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" /> |
38 | 36 | <link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" /> |
39 | 37 | <link rel="stylesheet" type="text/css" href="_static/sphinx-design.min.css?v=95c83b7e" /> |
40 | 38 |
|
41 | | - <!-- So that users can add custom icons --> |
42 | | - <script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script> |
43 | 39 | <!-- Pre-loaded scripts that we'll load fully later --> |
44 | | - <link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" /> |
45 | | -<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" /> |
| 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> |
46 | 43 |
|
47 | 44 | <script src="_static/documentation_options.js?v=9eb32ce0"></script> |
48 | 45 | <script src="_static/doctools.js?v=9a2dae69"></script> |
|
65 | 62 | <link rel="search" title="Search" href="search.html" /> |
66 | 63 | <meta name="viewport" content="width=device-width, initial-scale=1"/> |
67 | 64 | <meta name="docsearch:language" content="en"/> |
68 | | - <meta name="docsearch:version" content="" /> |
69 | 65 | </head> |
70 | 66 |
|
71 | 67 |
|
|
81 | 77 | <i class="fa-solid fa-arrow-up"></i>Back to top</button> |
82 | 78 |
|
83 | 79 |
|
84 | | - <dialog id="pst-search-dialog"> |
85 | | - |
| 80 | + <input type="checkbox" |
| 81 | + class="sidebar-toggle" |
| 82 | + id="pst-primary-sidebar-checkbox"/> |
| 83 | + <label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label> |
| 84 | + |
| 85 | + <input type="checkbox" |
| 86 | + class="sidebar-toggle" |
| 87 | + id="pst-secondary-sidebar-checkbox"/> |
| 88 | + <label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label> |
| 89 | + |
| 90 | + <div class="search-button__wrapper"> |
| 91 | + <div class="search-button__overlay"></div> |
| 92 | + <div class="search-button__search-container"> |
86 | 93 | <form class="bd-search d-flex align-items-center" |
87 | 94 | action="search.html" |
88 | 95 | method="get"> |
89 | 96 | <i class="fa-solid fa-magnifying-glass"></i> |
90 | 97 | <input type="search" |
91 | 98 | class="form-control" |
92 | 99 | name="q" |
| 100 | + id="search-input" |
93 | 101 | placeholder="Search this book..." |
94 | 102 | aria-label="Search this book..." |
95 | 103 | autocomplete="off" |
96 | 104 | autocorrect="off" |
97 | 105 | autocapitalize="off" |
98 | 106 | spellcheck="false"/> |
99 | 107 | <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span> |
100 | | -</form> |
101 | | - </dialog> |
| 108 | +</form></div> |
| 109 | + </div> |
102 | 110 |
|
103 | 111 | <div class="pst-async-banner-revealer d-none"> |
104 | 112 | <aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside> |
|
116 | 124 |
|
117 | 125 |
|
118 | 126 |
|
119 | | - <dialog id="pst-primary-sidebar-modal"></dialog> |
120 | | - <div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar"> |
| 127 | + <div class="bd-sidebar-primary bd-sidebar"> |
121 | 128 |
|
122 | 129 |
|
123 | 130 |
|
|
147 | 154 |
|
148 | 155 |
|
149 | 156 | <img src="_static/logo_alpha.png" class="logo__image only-light" alt="napari-cellseg3d Documentation - Home"/> |
150 | | - <img src="_static/logo_alpha.png" class="logo__image only-dark pst-js-only" alt="napari-cellseg3d Documentation - Home"/> |
| 157 | + <script>document.write(`<img src="_static/logo_alpha.png" class="logo__image only-dark" alt="napari-cellseg3d Documentation - Home"/>`);</script> |
151 | 158 |
|
152 | 159 |
|
153 | 160 | </a></div> |
154 | 161 | <div class="sidebar-primary-item"> |
155 | 162 |
|
156 | | -<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"> |
157 | | - <i class="fa-solid fa-magnifying-glass"></i> |
158 | | - <span class="search-button__default-text">Search</span> |
159 | | - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
160 | | -</button></div> |
| 163 | + <script> |
| 164 | + document.write(` |
| 165 | + <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
| 166 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 167 | + <span class="search-button__default-text">Search</span> |
| 168 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 169 | + </button> |
| 170 | + `); |
| 171 | + </script></div> |
161 | 172 | <div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main"> |
162 | 173 | <div class="bd-toc-item navbar-nav active"> |
163 | 174 |
|
|
238 | 249 |
|
239 | 250 |
|
240 | 251 | <div class="sidebar-primary-items__end sidebar-primary__section"> |
241 | | - <div class="sidebar-primary-item"> |
242 | | -<div id="ethical-ad-placement" |
243 | | - class="flat" |
244 | | - data-ea-publisher="readthedocs" |
245 | | - data-ea-type="readthedocs-sidebar" |
246 | | - data-ea-manual="true"> |
247 | | -</div></div> |
248 | 252 | </div> |
| 253 | + |
| 254 | + <div id="rtd-footer-container"></div> |
249 | 255 |
|
250 | 256 |
|
251 | 257 | </div> |
|
389 | 395 |
|
390 | 396 |
|
391 | 397 |
|
392 | | -<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"> |
393 | | - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
394 | | - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
395 | | - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
396 | | -</button> |
| 398 | +<script> |
| 399 | +document.write(` |
| 400 | + <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"> |
| 401 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
| 402 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
| 403 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
| 404 | + </button> |
| 405 | +`); |
| 406 | +</script> |
397 | 407 |
|
398 | 408 |
|
399 | | -<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"> |
| 409 | +<script> |
| 410 | +document.write(` |
| 411 | + <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"> |
400 | 412 | <i class="fa-solid fa-magnifying-glass fa-lg"></i> |
401 | | -</button> |
| 413 | + </button> |
| 414 | +`); |
| 415 | +</script> |
402 | 416 | <button class="sidebar-toggle secondary-toggle btn btn-sm" title="Toggle secondary sidebar" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
403 | 417 | <span class="fa-solid fa-list"></span> |
404 | 418 | </button> |
@@ -482,8 +496,7 @@ <h2> Contents </h2> |
482 | 496 |
|
483 | 497 |
|
484 | 498 |
|
485 | | - <dialog id="pst-secondary-sidebar-modal"></dialog> |
486 | | - <div id="pst-secondary-sidebar" class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner"> |
| 499 | + <div class="bd-sidebar-secondary bd-toc"><div class="sidebar-secondary-items sidebar-secondary__inner"> |
487 | 500 |
|
488 | 501 |
|
489 | 502 | <div class="sidebar-secondary-item"> |
@@ -541,8 +554,8 @@ <h2> Contents </h2> |
541 | 554 | </div> |
542 | 555 |
|
543 | 556 | <!-- Scripts loaded after <body> so the DOM is not blocked --> |
544 | | - <script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script> |
545 | | -<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script> |
| 557 | + <script src="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 558 | +<script src="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
546 | 559 |
|
547 | 560 | <footer class="bd-footer"> |
548 | 561 | </footer> |
|
0 commit comments