|
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=fa44fd50" />
|
31 | 33 | <link rel="stylesheet" type="text/css" href="../../../_static/styles/sphinx-book-theme.css?v=a3416100" />
|
|
34 | 36 | <link rel="stylesheet" type="text/css" href="../../../_static/sg_gallery-dataframe.css?v=2082cf3c" />
|
35 | 37 | <link rel="stylesheet" type="text/css" href="../../../_static/sg_gallery-rendered-html.css?v=1277b6f3" />
|
36 | 38 |
|
| 39 | + <!-- So that users can add custom icons --> |
| 40 | + <script src="../../../_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script> |
37 | 41 | <!-- Pre-loaded scripts that we'll load fully later -->
|
38 |
| - <link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" /> |
39 |
| -<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" /> |
40 |
| - <script src="../../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 42 | + <link rel="preload" as="script" href="../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" /> |
| 43 | +<link rel="preload" as="script" href="../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" /> |
41 | 44 |
|
42 | 45 | <script src="../../../_static/documentation_options.js?v=9eb32ce0"></script>
|
43 | 46 | <script src="../../../_static/doctools.js?v=9a2dae69"></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="1.1.1" /> |
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..."
|
89 | 81 | aria-label="Search..."
|
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>
|
|
111 | 103 |
|
112 | 104 |
|
113 | 105 |
|
114 |
| - <div class="bd-sidebar-primary bd-sidebar"> |
| 106 | + <dialog id="pst-primary-sidebar-modal"></dialog> |
| 107 | + <div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar"> |
115 | 108 |
|
116 | 109 |
|
117 | 110 |
|
|
141 | 134 |
|
142 | 135 |
|
143 | 136 | <img src="../../../_static/ec_sidebar_w.png" class="logo__image only-light" alt="EasyScience documentation - Home"/>
|
144 |
| - <script>document.write(`<img src="../../../_static/ec_sidebar_w.png" class="logo__image only-dark" alt="EasyScience documentation - Home"/>`);</script> |
| 137 | + <img src="../../../_static/ec_sidebar_w.png" class="logo__image only-dark pst-js-only" alt="EasyScience documentation - Home"/> |
145 | 138 |
|
146 | 139 |
|
147 | 140 | </a></div>
|
148 | 141 | <div class="sidebar-primary-item">
|
149 | 142 |
|
150 |
| - <script> |
151 |
| - document.write(` |
152 |
| - <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> |
153 |
| - <i class="fa-solid fa-magnifying-glass"></i> |
154 |
| - <span class="search-button__default-text">Search</span> |
155 |
| - <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
156 |
| - </button> |
157 |
| - `); |
158 |
| - </script></div> |
| 143 | +<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"> |
| 144 | + <i class="fa-solid fa-magnifying-glass"></i> |
| 145 | + <span class="search-button__default-text">Search</span> |
| 146 | + <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> |
| 147 | +</button></div> |
159 | 148 | <div class="sidebar-primary-item"><nav class="bd-links bd-docs-nav" aria-label="Main">
|
160 | 149 | <div class="bd-toc-item navbar-nav active">
|
161 | 150 | <p aria-level="2" class="caption" role="heading"><span class="caption-text">Getting Started</span></p>
|
|
243 | 232 |
|
244 | 233 |
|
245 | 234 |
|
246 |
| -<script> |
247 |
| -document.write(` |
248 |
| - <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"> |
249 |
| - <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i> |
250 |
| - <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i> |
251 |
| - <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i> |
252 |
| - </button> |
253 |
| -`); |
254 |
| -</script> |
| 235 | +<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"> |
| 236 | + <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" title="Light"></i> |
| 237 | + <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" title="Dark"></i> |
| 238 | + <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" title="System Settings"></i> |
| 239 | +</button> |
255 | 240 |
|
256 | 241 |
|
257 |
| -<script> |
258 |
| -document.write(` |
259 |
| - <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"> |
| 242 | +<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"> |
260 | 243 | <i class="fa-solid fa-magnifying-glass fa-lg"></i>
|
261 |
| - </button> |
262 |
| -`); |
263 |
| -</script> |
| 244 | +</button> |
264 | 245 |
|
265 | 246 | </div></div>
|
266 | 247 |
|
@@ -610,8 +591,8 @@ <h1>Source code for easyscience.Objects.Groups</h1><div class="highlight"><pre>
|
610 | 591 | </div>
|
611 | 592 |
|
612 | 593 | <!-- Scripts loaded after <body> so the DOM is not blocked -->
|
613 |
| - <script src="../../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> |
614 |
| -<script src="../../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> |
| 594 | + <script defer src="../../../_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script> |
| 595 | +<script defer src="../../../_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script> |
615 | 596 |
|
616 | 597 | <footer class="bd-footer">
|
617 | 598 | </footer>
|
|
0 commit comments