7
7
< head >
8
8
< meta charset ="utf-8 " />
9
9
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
10
- < title > Overview: module code — v2.9.1 </ title >
10
+ < title > Overview: module code — v2.10.0 </ title >
11
11
12
12
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=3ee479438cf8b5e0d341 " rel ="stylesheet " />
21
+ < link href ="../_static/styles/bootstrap.css?digest=3ee479438cf8b5e0d341 " rel ="stylesheet " />
22
+ < link href ="../_static/styles/pydata-sphinx-theme.css?digest=3ee479438cf8b5e0d341 " 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=3ee479438cf8b5e0d341 " 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
- < link rel ="stylesheet " type ="text/css " href ="../_static/styles/sphinx-book-theme.css?v=384b581d " />
31
+ < link rel ="stylesheet " type ="text/css " href ="../_static/styles/sphinx-book-theme.css?v=a3416100 " />
32
32
< link rel ="stylesheet " type ="text/css " href ="../_static/togglebutton.css?v=13237357 " />
33
33
< link rel ="stylesheet " type ="text/css " href ="../_static/copybutton.css?v=76b2166b " />
34
34
< link rel ="stylesheet " type ="text/css " href ="../_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css " />
35
35
< link rel ="stylesheet " type ="text/css " href ="../_static/sphinx-thebe.css?v=4fa983c6 " />
36
- < link rel ="stylesheet " type ="text/css " href ="../_static/design-style.1e8bd061cd6da7fc9cf755528e8ffc24.min.css?v=0a3b3ea7 " />
37
- < link rel ="icon " sizes ="32x32 " type ="image/png " href ="../_static/favicon.png?v=d31da69f " />
36
+ < link rel ="stylesheet " type ="text/css " href ="../_static/sphinx-design.min.css?v=87e54e7c " />
38
37
< link rel ="stylesheet " type ="text/css " href ="../_static/sharrow-docs.css?v=dd9f8deb " />
39
38
40
39
<!-- Pre-loaded scripts that we'll load fully later -->
41
- < link rel ="preload " as ="script " href ="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae " />
42
- < link rel ="preload " as ="script " href ="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae " />
43
- < 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=3ee479438cf8b5e0d341 " />
41
+ < link rel ="preload " as ="script " href ="../_static/scripts/pydata-sphinx-theme.js?digest=3ee479438cf8b5e0d341 " />
42
+ < script src ="../_static/vendor/fontawesome/6.5.2 /js/all.min.js?digest=3ee479438cf8b5e0d341 "> </ script >
44
43
45
44
< script src ="../_static/documentation_options.js?v=9eb32ce0 "> </ script >
46
45
< script src ="../_static/doctools.js?v=9a2dae69 "> </ script >
47
46
< script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
48
47
< script src ="../_static/clipboard.min.js?v=a7894cd8 "> </ script >
49
48
< script src ="../_static/copybutton.js?v=f281be69 "> </ script >
50
- < script src ="../_static/scripts/sphinx-book-theme.js?v=efea14e4 "> </ script >
49
+ < script src ="../_static/scripts/sphinx-book-theme.js?v=887ef09a "> </ script >
51
50
< script > let toggleHintShow = 'Click to show' ; </ script >
52
51
< script > let toggleHintHide = 'Click to hide' ; </ script >
53
52
< script > let toggleOpenOnPrint = 'true' ; </ script >
54
53
< script src ="../_static/togglebutton.js?v=4a39c7ea "> </ script >
55
54
< script > var togglebuttonSelector = '.toggle, .admonition.dropdown' ; </ script >
56
- < script src ="../_static/design-tabs.js?v=36754332 "> </ script >
55
+ < script src ="../_static/design-tabs.js?v=f930bc37 "> </ script >
57
56
< script > const THEBE_JS_URL = "https://unpkg.com/[email protected] /lib/index.js" ; const thebe_selector = ".thebe,.cell" ; const thebe_selector_input = "pre" ; const thebe_selector_output = ".output, .cell_output" </ script >
58
57
< script async ="async " src ="../_static/sphinx-thebe.js?v=c100c467 "> </ script >
59
58
< script > var togglebuttonSelector = '.toggle, .admonition.dropdown' ; </ script >
70
69
71
70
72
71
73
- < a id ="pst-skip-link " class ="skip-link " href ="#main-content "> Skip to main content</ a >
72
+ < div id ="pst-skip-link " class ="skip-link d-print-none " > < a href ="#main-content "> Skip to main content</ a > </ div >
74
73
75
74
< div id ="pst-scroll-pixel-helper "> </ div >
76
75
77
76
< button type ="button " class ="btn rounded-pill " id ="pst-back-to-top ">
78
- < i class ="fa-solid fa-arrow-up "> </ i >
79
- Back to top
80
- </ button >
77
+ < i class ="fa-solid fa-arrow-up "> </ i > Back to top</ button >
81
78
82
79
83
80
< input type ="checkbox "
84
81
class ="sidebar-toggle "
85
- name ="__primary "
86
- id ="__primary "/>
87
- < label class ="overlay overlay-primary " for ="__primary "> </ label >
82
+ id ="pst-primary-sidebar-checkbox "/>
83
+ < label class ="overlay overlay-primary " for ="pst-primary-sidebar-checkbox "> </ label >
88
84
89
85
< input type ="checkbox "
90
86
class ="sidebar-toggle "
91
- name ="__secondary "
92
- id ="__secondary "/>
93
- < label class ="overlay overlay-secondary " for ="__secondary "> </ label >
87
+ id ="pst-secondary-sidebar-checkbox "/>
88
+ < label class ="overlay overlay-secondary " for ="pst-secondary-sidebar-checkbox "> </ label >
94
89
95
90
< div class ="search-button__wrapper ">
96
91
< div class ="search-button__overlay "> </ div >
112
107
< span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd > K</ kbd > </ span >
113
108
</ form > </ div >
114
109
</ div >
110
+
111
+ < div class ="pst-async-banner-revealer d-none ">
112
+ < aside id ="bd-header-version-warning " class ="d-none d-print-none " aria-label ="Version warning "> </ aside >
113
+ </ div >
114
+
115
115
116
- < header class ="bd-header navbar navbar-expand-lg bd-navbar ">
116
+ < header class ="bd-header navbar navbar-expand-lg bd-navbar d-print-none ">
117
117
</ header >
118
118
119
119
151
151
152
152
153
153
154
- < img src ="../_static/logo.png " class ="logo__image only-light " alt ="v2.9.1 - Home "/>
155
- < script > document . write ( `<img src="../_static/logo.png" class="logo__image only-dark" alt="v2.9.1 - Home"/>` ) ; </ script >
154
+ < img src ="../_static/logo.png " class ="logo__image only-light " alt ="v2.10.0 - Home "/>
155
+ < script > document . write ( `<img src="../_static/logo.png" class="logo__image only-dark" alt="v2.10.0 - Home"/>` ) ; </ script >
156
156
157
157
158
158
</ a > </ div >
171
171
< div class ="bd-toc-item navbar-nav active ">
172
172
< ul class ="nav bd-sidenav ">
173
173
< li class ="toctree-l1 "> < a class ="reference internal " href ="../intro.html "> Getting Started</ a > </ li >
174
- < li class ="toctree-l1 has-children "> < a class ="reference internal " href ="../walkthrough/index.html "> User Guide</ a > < input class =" toctree-checkbox " id =" toctree-checkbox-1 " name =" toctree-checkbox-1 " type =" checkbox " /> < label class ="toctree-toggle " for =" toctree-checkbox-1 "> < i class ="fa-solid fa-chevron-down "> </ i > </ label > < ul >
174
+ < li class ="toctree-l1 has-children "> < a class ="reference internal " href ="../walkthrough/index.html "> User Guide</ a > < details > < summary > < span class ="toctree-toggle " role =" presentation "> < i class ="fa-solid fa-chevron-down "> </ i > </ span > </ summary > < ul >
175
175
< li class ="toctree-l2 "> < a class ="reference internal " href ="../walkthrough/one-dim.html "> Sharrow Basics</ a > </ li >
176
176
< li class ="toctree-l2 "> < a class ="reference internal " href ="../walkthrough/two-dim.html "> Multi-Dimensional Analysis</ a > </ li >
177
177
< li class ="toctree-l2 "> < a class ="reference internal " href ="../walkthrough/encoding.html "> Data Encoding</ a > </ li >
178
178
179
179
< li class ="toctree-l2 "> < a class ="reference internal " href ="../walkthrough/sparse.html "> Using Sparse MAZ Skims</ a > </ li >
180
180
</ ul >
181
- </ li >
181
+ </ details > </ li >
182
182
< li class ="toctree-l1 "> < a class ="reference internal " href ="../api.html "> API Reference</ a > </ li >
183
183
</ ul >
184
184
195
195
196
196
</ div >
197
197
198
- < main id ="main-content " class ="bd-main ">
198
+ < main id ="main-content " class ="bd-main " role =" main " >
199
199
200
200
201
201
204
204
< div class ="bd-content ">
205
205
< div class ="bd-article-container ">
206
206
207
- < div class ="bd-header-article ">
207
+ < div class ="bd-header-article d-print-none ">
208
208
< div class ="header-article-items header-article__inner ">
209
209
210
210
< div class ="header-article-items__start ">
211
211
212
- < div class ="header-article-item "> < label class ="sidebar-toggle primary-toggle btn btn-sm " for =" __primary " title ="Toggle primary sidebar " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
212
+ < div class ="header-article-item "> < button class ="sidebar-toggle primary-toggle btn btn-sm " title ="Toggle primary sidebar " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
213
213
< span class ="fa-solid fa-bars "> </ span >
214
- </ label > </ div >
214
+ </ button > </ div >
215
215
216
216
</ div >
217
217
@@ -342,7 +342,7 @@ <h1>All modules for which code is available</h1>
342
342
343
343
344
344
345
- < footer class ="prev-next-footer ">
345
+ < footer class ="prev-next-footer d-print-none ">
346
346
347
347
< div class ="prev-next-area ">
348
348
</ div >
@@ -352,8 +352,6 @@ <h1>All modules for which code is available</h1>
352
352
353
353
354
354
355
- < div class ="bd-sidebar-secondary bd-toc "> </ div >
356
-
357
355
358
356
</ div >
359
357
< footer class ="bd-footer-content ">
@@ -397,8 +395,8 @@ <h1>All modules for which code is available</h1>
397
395
</ div >
398
396
399
397
<!-- Scripts loaded after <body> so the DOM is not blocked -->
400
- < script src ="../_static/scripts/bootstrap.js?digest=8d27b9dea8ad943066ae "> </ script >
401
- < script src ="../_static/scripts/pydata-sphinx-theme.js?digest=8d27b9dea8ad943066ae "> </ script >
398
+ < script src ="../_static/scripts/bootstrap.js?digest=3ee479438cf8b5e0d341 "> </ script >
399
+ < script src ="../_static/scripts/pydata-sphinx-theme.js?digest=3ee479438cf8b5e0d341 "> </ script >
402
400
403
401
< footer class ="bd-footer ">
404
402
</ footer >
0 commit comments