13
13
14
14
< script data-cfasync ="false ">
15
15
document . documentElement . dataset . mode = localStorage . getItem ( "mode" ) || "" ;
16
- document . documentElement . dataset . theme = localStorage . getItem ( "theme" ) || "light " ;
16
+ document . documentElement . dataset . theme = localStorage . getItem ( "theme" ) || "" ;
17
17
</ script >
18
18
19
19
<!-- Loaded before other Sphinx assets -->
20
- < link href ="../_static/styles/theme.css?digest=8d27b9dea8ad943066ae " rel ="stylesheet " />
21
- < link href ="../_static/styles/bootstrap.css?digest=8d27b9dea8ad943066ae " rel ="stylesheet " />
22
- < link href ="../_static/styles/pydata-sphinx-theme.css?digest=8d27b9dea8ad943066ae " rel ="stylesheet " />
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 " />
23
23
24
24
25
- < link href ="../_static/vendor/fontawesome/6.5.1 /css/all.min.css?digest=8d27b9dea8ad943066ae " rel ="stylesheet " />
26
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../_static/vendor/fontawesome/6.5.1 /webfonts/fa-solid-900.woff2 " />
27
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../_static/vendor/fontawesome/6.5.1 /webfonts/fa-brands-400.woff2 " />
28
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../_static/vendor/fontawesome/6.5.1 /webfonts/fa-regular-400.woff2 " />
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 " />
29
29
30
30
< link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=fa44fd50 " />
31
31
< link rel ="stylesheet " type ="text/css " href ="../_static/plot_directive.css " />
32
32
< link rel ="stylesheet " type ="text/css " href ="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css " />
33
- < link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery.css?v=61a4c737 " />
33
+ < link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery.css?v=d2d258e8 " />
34
34
< link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery-binder.css?v=f4aeca0c " />
35
35
< link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery-dataframe.css?v=2082cf3c " />
36
36
< link rel ="stylesheet " type ="text/css " href ="../_static/sg_gallery-rendered-html.css?v=1277b6f3 " />
37
- < link rel ="stylesheet " type ="text/css " href ="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24. min.css?v=0a3b3ea7 " />
37
+ < link rel ="stylesheet " type ="text/css " href ="../_static/sphinx-design. min.css?v=87e54e7c " />
38
38
39
39
<!-- Pre-loaded scripts that we'll load fully later -->
40
- < link rel ="preload " as ="script " href ="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae " />
41
- < link rel ="preload " as ="script " href ="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae " />
42
- < script src ="../_static/vendor/fontawesome/6.5.1 /js/all.min.js?digest=8d27b9dea8ad943066ae "> </ script >
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 >
43
43
44
44
< script src ="../_static/documentation_options.js?v=f5cff4aa "> </ script >
45
45
< script src ="../_static/doctools.js?v=9a2dae69 "> </ script >
46
46
< script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
47
- < script src ="../_static/design-tabs.js?v=36754332 "> </ script >
47
+ < script src ="../_static/design-tabs.js?v=f930bc37 "> </ script >
48
48
< script > DOCUMENTATION_OPTIONS . pagename = '_modules/index' ; </ script >
49
49
< link rel ="index " title ="Index " href ="../genindex.html " />
50
50
< link rel ="search " title ="Search " href ="../search.html " />
57
57
58
58
59
59
60
- < a id ="pst-skip-link " class ="skip-link " href ="#main-content "> Skip to main content</ a >
60
+ < div id ="pst-skip-link " class ="skip-link d-print-none " > < a href ="#main-content "> Skip to main content</ a > </ div >
61
61
62
62
< div id ="pst-scroll-pixel-helper "> </ div >
63
63
64
64
< button type ="button " class ="btn rounded-pill " id ="pst-back-to-top ">
65
- < i class ="fa-solid fa-arrow-up "> </ i >
66
- Back to top
67
- </ button >
65
+ < i class ="fa-solid fa-arrow-up "> </ i > Back to top</ button >
68
66
69
67
70
68
< input type ="checkbox "
71
69
class ="sidebar-toggle "
72
- name ="__primary "
73
- id ="__primary "/>
74
- < label class ="overlay overlay-primary " for ="__primary "> </ label >
70
+ id ="pst-primary-sidebar-checkbox "/>
71
+ < label class ="overlay overlay-primary " for ="pst-primary-sidebar-checkbox "> </ label >
75
72
76
73
< input type ="checkbox "
77
74
class ="sidebar-toggle "
78
- name ="__secondary "
79
- id ="__secondary "/>
80
- < label class ="overlay overlay-secondary " for ="__secondary "> </ label >
75
+ id ="pst-secondary-sidebar-checkbox "/>
76
+ < label class ="overlay overlay-secondary " for ="pst-secondary-sidebar-checkbox "> </ label >
81
77
82
78
< div class ="search-button__wrapper ">
83
79
< div class ="search-button__overlay "> </ div >
99
95
< span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd > K</ kbd > </ span >
100
96
</ form > </ div >
101
97
</ div >
98
+
99
+ < div class ="pst-async-banner-revealer d-none ">
100
+ < aside id ="bd-header-version-warning " class ="d-none d-print-none " aria-label ="Version warning "> </ aside >
101
+ </ div >
102
+
102
103
103
- < header class ="bd-header navbar navbar-expand-lg bd-navbar ">
104
+ < header class ="bd-header navbar navbar-expand-lg bd-navbar d-print-none ">
104
105
< div class ="bd-header__inner bd-page-width ">
105
- < label class ="sidebar-toggle primary-toggle " for =" __primary ">
106
+ < button class ="pst-navbar-icon sidebar-toggle primary-toggle " aria-label =" Site navigation ">
106
107
< span class ="fa-solid fa-bars "> </ span >
107
- </ label >
108
+ </ button >
108
109
109
110
110
111
< div class ="col-lg-3 navbar-header-items__start ">
111
112
112
113
< div class ="navbar-item ">
113
114
114
115
116
+
117
+
115
118
116
119
< a class ="navbar-brand logo " href ="../index.html ">
117
120
131
134
< div class ="me-auto navbar-header-items__center ">
132
135
133
136
< div class ="navbar-item ">
134
- < nav class =" navbar-nav " >
137
+ < nav >
135
138
< ul class ="bd-navbar-elements navbar-nav ">
136
139
137
- < li class ="nav-item ">
138
- < a class ="nav-link nav-internal " href ="../user_guide/index.html ">
139
- User Guide
140
- </ a >
141
- </ li >
142
-
140
+ < li class ="nav-item ">
141
+ < a class ="nav-link nav-internal " href ="../user_guide/index.html ">
142
+ User Guide
143
+ </ a >
144
+ </ li >
143
145
144
- < li class ="nav-item ">
145
- < a class ="nav-link nav-internal " href ="../contributors_guide/index.html ">
146
- Contributor’s Guide
147
- </ a >
148
- </ li >
149
-
150
146
151
- < li class ="nav-item ">
152
- < a class ="nav-link nav-internal " href ="../source/auto_examples/index.html ">
153
- PyDDA Example Gallery
154
- </ a >
155
- </ li >
156
-
147
+ < li class ="nav-item ">
148
+ < a class ="nav-link nav-internal " href ="../contributors_guide/index.html ">
149
+ Contributor’s Guide
150
+ </ a >
151
+ </ li >
152
+
153
+
154
+ < li class ="nav-item ">
155
+ < a class ="nav-link nav-internal " href ="../source/auto_examples/index.html ">
156
+ PyDDA Example Gallery
157
+ </ a >
158
+ </ li >
159
+
160
+
161
+ < li class ="nav-item ">
162
+ < a class ="nav-link nav-internal " href ="../dev_reference/index.html ">
163
+ Developer Reference Manual
164
+ </ a >
165
+ </ li >
157
166
158
- < li class ="nav-item ">
159
- < a class ="nav-link nav-internal " href ="../dev_reference/index.html ">
160
- Developer Reference Manual
161
- </ a >
162
- </ li >
163
-
164
167
</ ul >
165
168
</ nav > </ div >
166
169
174
177
175
178
< script >
176
179
document . write ( `
177
- <button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
180
+ <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
178
181
<i class="fa-solid fa-magnifying-glass"></i>
179
182
<span class="search-button__default-text">Search</span>
180
183
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
188
191
189
192
< script >
190
193
document . write ( `
191
- <button class="btn btn-sm navbar-btn theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
192
- <span class="theme-switch nav-link" data-mode="light"><i class=" fa-solid fa-sun fa-lg"></i></span >
193
- <span class="theme-switch nav-link" data-mode="dark"><i class=" fa-solid fa-moon fa-lg"></i></span >
194
- <span class="theme-switch nav-link" data-mode="auto"><i class=" fa-solid fa-circle-half-stroke fa-lg"></i></span >
194
+ <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">
195
+ <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" ></i>
196
+ <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" ></i>
197
+ <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" ></i>
195
198
</button>
196
199
` ) ;
197
200
</ script > </ div >
205
208
206
209
< script >
207
210
document . write ( `
208
- <button class="btn navbar-btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
211
+ <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
209
212
<i class="fa-solid fa-magnifying-glass"></i>
210
213
<span class="search-button__default-text">Search</span>
211
214
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
237
240
238
241
< div class ="sidebar-header-items__center ">
239
242
240
- < div class ="navbar-item ">
241
- < nav class ="navbar-nav ">
243
+
244
+
245
+ < div class ="navbar-item ">
246
+ < nav >
242
247
< ul class ="bd-navbar-elements navbar-nav ">
243
248
244
- < li class ="nav-item ">
245
- < a class ="nav-link nav-internal " href ="../user_guide/index.html ">
246
- User Guide
247
- </ a >
248
- </ li >
249
-
249
+ < li class ="nav-item ">
250
+ < a class ="nav-link nav-internal " href ="../user_guide/index.html ">
251
+ User Guide
252
+ </ a >
253
+ </ li >
250
254
251
- < li class ="nav-item ">
252
- < a class ="nav-link nav-internal " href ="../contributors_guide/index.html ">
253
- Contributor’s Guide
254
- </ a >
255
- </ li >
256
-
257
255
258
- < li class ="nav-item ">
259
- < a class ="nav-link nav-internal " href ="../source/auto_examples/index.html ">
260
- PyDDA Example Gallery
261
- </ a >
262
- </ li >
263
-
256
+ < li class ="nav-item ">
257
+ < a class ="nav-link nav-internal " href ="../contributors_guide/index.html ">
258
+ Contributor’s Guide
259
+ </ a >
260
+ </ li >
261
+
262
+
263
+ < li class ="nav-item ">
264
+ < a class ="nav-link nav-internal " href ="../source/auto_examples/index.html ">
265
+ PyDDA Example Gallery
266
+ </ a >
267
+ </ li >
268
+
269
+
270
+ < li class ="nav-item ">
271
+ < a class ="nav-link nav-internal " href ="../dev_reference/index.html ">
272
+ Developer Reference Manual
273
+ </ a >
274
+ </ li >
264
275
265
- < li class ="nav-item ">
266
- < a class ="nav-link nav-internal " href ="../dev_reference/index.html ">
267
- Developer Reference Manual
268
- </ a >
269
- </ li >
270
-
271
276
</ ul >
272
277
</ nav > </ div >
278
+
273
279
274
280
</ div >
275
281
281
287
282
288
< script >
283
289
document . write ( `
284
- <button class="btn btn-sm navbar-btn theme-switch-button" title="light/dark" aria-label="light/dark" data-bs-placement="bottom" data-bs-toggle="tooltip">
285
- <span class="theme-switch nav-link" data-mode="light"><i class=" fa-solid fa-sun fa-lg"></i></span >
286
- <span class="theme-switch nav-link" data-mode="dark"><i class=" fa-solid fa-moon fa-lg"></i></span >
287
- <span class="theme-switch nav-link" data-mode="auto"><i class=" fa-solid fa-circle-half-stroke fa-lg"></i></span >
290
+ <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">
291
+ <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light" ></i>
292
+ <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark" ></i>
293
+ <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto" ></i>
288
294
</button>
289
295
` ) ;
290
296
</ script > </ div >
302
308
303
309
</ div >
304
310
305
- < main id ="main-content " class ="bd-main ">
311
+ < main id ="main-content " class ="bd-main " role =" main " >
306
312
307
313
308
314
< div class ="bd-content ">
309
315
< div class ="bd-article-container ">
310
316
311
- < div class ="bd-header-article ">
317
+ < div class ="bd-header-article d-print-none ">
312
318
< div class ="header-article-items header-article__inner ">
313
319
314
320
< div class ="header-article-items__start ">
317
323
318
324
319
325
320
- < nav aria-label ="Breadcrumb ">
326
+ < nav aria-label ="Breadcrumb " class =" d-print-none " >
321
327
< ul class ="bd-breadcrumbs ">
322
328
323
329
< li class ="breadcrumb-item breadcrumb-home ">
@@ -361,7 +367,7 @@ <h1>All modules for which code is available</h1>
361
367
362
368
363
369
364
- < footer class ="prev-next-footer ">
370
+ < footer class ="prev-next-footer d-print-none ">
365
371
366
372
< div class ="prev-next-area ">
367
373
</ div >
@@ -371,8 +377,6 @@ <h1>All modules for which code is available</h1>
371
377
372
378
373
379
374
- < div class ="bd-sidebar-secondary bd-toc "> </ div >
375
-
376
380
377
381
</ div >
378
382
< footer class ="bd-footer-content ">
@@ -384,8 +388,8 @@ <h1>All modules for which code is available</h1>
384
388
</ div >
385
389
386
390
<!-- Scripts loaded after <body> so the DOM is not blocked -->
387
- < script src ="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae "> </ script >
388
- < script src ="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae "> </ script >
391
+ < script src ="../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b "> </ script >
392
+ < script src ="../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b "> </ script >
389
393
390
394
< footer class ="bd-footer ">
391
395
< div class ="bd-footer__inner bd-page-width ">
@@ -405,7 +409,7 @@ <h1>All modules for which code is available</h1>
405
409
< div class ="footer-item ">
406
410
407
411
< p class ="sphinx-version ">
408
- Created using < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > 7.3 .7.
412
+ Created using < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > 7.4 .7.
409
413
< br />
410
414
</ p >
411
415
</ div >
@@ -418,7 +422,7 @@ <h1>All modules for which code is available</h1>
418
422
419
423
< div class ="footer-item ">
420
424
< p class ="theme-version ">
421
- Built with the < a href ="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html "> PyData Sphinx Theme</ a > 0.15.2 .
425
+ Built with the < a href ="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html "> PyData Sphinx Theme</ a > 0.15.4 .
422
426
</ p > </ div >
423
427
424
428
</ div >
0 commit comments