28
28
document . documentElement . dataset . mode = localStorage . getItem ( "mode" ) || "" ;
29
29
document . documentElement . dataset . theme = localStorage . getItem ( "theme" ) || "" ;
30
30
</ script >
31
-
32
- <!-- Loaded before other Sphinx assets -->
33
- < link href ="../../../_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b " rel ="stylesheet " />
34
- < link href ="../../../_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b " rel ="stylesheet " />
35
- < link href ="../../../_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b " rel ="stylesheet " />
31
+ <!--
32
+ this give us a css class that will be invisible only if js is disabled
33
+ -->
34
+ < noscript >
35
+ < style >
36
+ .pst-js-only { display : none !important ; }
36
37
38
+ </ style >
39
+ </ noscript >
37
40
38
- < link href ="../../../_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b " rel ="stylesheet " />
39
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../../../_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2 " />
40
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../../../_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2 " />
41
- < link rel ="preload " as ="font " type ="font/woff2 " crossorigin href ="../../../_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2 " />
41
+ <!-- Loaded before other Sphinx assets -->
42
+ < link href ="../../../_static/styles/theme.css?digest=8878045cc6db502f8baf " rel ="stylesheet " />
43
+ < link href ="../../../_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf " rel ="stylesheet " />
42
44
43
45
< link rel ="stylesheet " type ="text/css " href ="../../../_static/pygments.css?v=a746c00c " />
44
46
< link rel ="stylesheet " type ="text/css " href ="../../../_static/copybutton.css?v=76b2166b " />
45
- < link rel ="stylesheet " type ="text/css " href ="../../../_static/sphinx-design.min.css?v=87e54e7c " />
47
+ < link rel ="stylesheet " type ="text/css " href ="../../../_static/sphinx-design.min.css?v=95c83b7e " />
46
48
49
+ <!-- So that users can add custom icons -->
50
+ < script src ="../../../_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf "> </ script >
47
51
<!-- Pre-loaded scripts that we'll load fully later -->
48
- < link rel ="preload " as ="script " href ="../../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b " />
49
- < link rel ="preload " as ="script " href ="../../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b " />
50
- < script src ="../../../_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b "> </ script >
52
+ < link rel ="preload " as ="script " href ="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf " />
53
+ < link rel ="preload " as ="script " href ="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf " />
51
54
52
55
< script src ="../../../_static/documentation_options.js?v=6f83b549 "> </ script >
53
- < script src ="../../../_static/doctools.js?v=9a2dae69 "> </ script >
56
+ < script src ="../../../_static/doctools.js?v=9bcbadda "> </ script >
54
57
< script src ="../../../_static/sphinx_highlight.js?v=dc90522c "> </ script >
55
58
< script src ="../../../_static/clipboard.min.js?v=a7894cd8 "> </ script >
56
59
< script src ="../../../_static/copybutton.js?v=f281be69 "> </ script >
62
65
< link rel ="search " title ="Search " href ="../../../search.html " />
63
66
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
64
67
< meta name ="docsearch:language " content ="en "/>
68
+ < meta name ="docsearch:version " content ="" />
65
69
</ head >
66
70
67
71
77
81
< i class ="fa-solid fa-arrow-up "> </ i > Back to top</ button >
78
82
79
83
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 ">
84
+ < dialog id ="pst-search-dialog ">
85
+
93
86
< form class ="bd-search d-flex align-items-center "
94
87
action ="../../../search.html "
95
88
method ="get ">
96
89
< i class ="fa-solid fa-magnifying-glass "> </ i >
97
90
< input type ="search "
98
91
class ="form-control "
99
92
name ="q "
100
- id ="search-input "
101
93
placeholder ="Search the docs ... "
102
94
aria-label ="Search the docs ... "
103
95
autocomplete ="off "
104
96
autocorrect ="off "
105
97
autocapitalize ="off "
106
98
spellcheck ="false "/>
107
99
< span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd > K</ kbd > </ span >
108
- </ form > </ div >
109
- </ div >
100
+ </ form >
101
+ </ dialog >
110
102
111
103
< div class ="pst-async-banner-revealer d-none ">
112
104
< aside id ="bd-header-version-warning " class ="d-none d-print-none " aria-label ="Version warning "> </ aside >
143
135
144
136
145
137
< img src ="../../../_static/DataLab-Title.svg " class ="logo__image only-light " alt =""/>
146
- < script > document . write ( `< img src="../../../_static/DataLab-Title.svg" class="logo__image only-dark" alt=""/>` ) ; </ script >
138
+ < img src ="../../../_static/DataLab-Title.svg " class ="logo__image only-dark pst-js-only " alt =""/>
147
139
148
140
149
141
< p class ="title logo__title "> v0.19.1</ p >
198
190
< div class ="navbar-item navbar-persistent--container ">
199
191
200
192
201
- < script >
202
- document . write ( `
203
- <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
204
- <i class="fa-solid fa-magnifying-glass"></i>
205
- <span class="search-button__default-text">Search</span>
206
- <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
207
- </button>
208
- ` ) ;
209
- </ script >
193
+ < 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 ">
194
+ < i class ="fa-solid fa-magnifying-glass "> </ i >
195
+ < span class ="search-button__default-text "> Search</ span >
196
+ < span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd class ="kbd-shortcut__modifier "> K</ kbd > </ span >
197
+ </ button >
210
198
</ div >
211
199
212
200
213
201
< div class ="navbar-item ">
214
202
215
- < script >
216
- document . write ( `
217
- <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">
218
- <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
219
- <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
220
- <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
221
- </button>
222
- ` ) ;
223
- </ script > </ div >
203
+ < 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 ">
204
+ < i class ="theme-switch fa-solid fa-sun fa-lg " data-mode ="light " title ="Light "> </ i >
205
+ < i class ="theme-switch fa-solid fa-moon fa-lg " data-mode ="dark " title ="Dark "> </ i >
206
+ < i class ="theme-switch fa-solid fa-circle-half-stroke fa-lg " data-mode ="auto " title ="System Settings "> </ i >
207
+ </ button > </ div >
224
208
225
209
< div class ="navbar-item "> < ul class ="navbar-icon-links "
226
210
aria-label ="Icon Links ">
271
255
272
256
< div class ="navbar-persistent--mobile ">
273
257
274
- < script >
275
- document . write ( `
276
- <button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip">
277
- <i class="fa-solid fa-magnifying-glass"></i>
278
- <span class="search-button__default-text">Search</span>
279
- <span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span>
280
- </button>
281
- ` ) ;
282
- </ script >
258
+ < 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 ">
259
+ < i class ="fa-solid fa-magnifying-glass "> </ i >
260
+ < span class ="search-button__default-text "> Search</ span >
261
+ < span class ="search-button__kbd-shortcut "> < kbd class ="kbd-shortcut__modifier "> Ctrl</ kbd > +< kbd class ="kbd-shortcut__modifier "> K</ kbd > </ span >
262
+ </ button >
283
263
</ div >
284
264
285
265
296
276
297
277
298
278
299
- < div class ="bd-sidebar-primary bd-sidebar hide-on-wide ">
279
+ < dialog id ="pst-primary-sidebar-modal "> </ dialog >
280
+ < div id ="pst-primary-sidebar " class ="bd-sidebar-primary bd-sidebar hide-on-wide ">
300
281
301
282
302
283
350
331
351
332
< div class ="navbar-item ">
352
333
353
- < script >
354
- document . write ( `
355
- <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">
356
- <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
357
- <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
358
- <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
359
- </button>
360
- ` ) ;
361
- </ script > </ div >
334
+ < 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 ">
335
+ < i class ="theme-switch fa-solid fa-sun fa-lg " data-mode ="light " title ="Light "> </ i >
336
+ < i class ="theme-switch fa-solid fa-moon fa-lg " data-mode ="dark " title ="Dark "> </ i >
337
+ < i class ="theme-switch fa-solid fa-circle-half-stroke fa-lg " data-mode ="auto " title ="System Settings "> </ i >
338
+ </ button > </ div >
362
339
363
340
< div class ="navbar-item "> < ul class ="navbar-icon-links "
364
341
aria-label ="Icon Links ">
408
385
409
386
410
387
< div class ="sidebar-primary-items__end sidebar-primary__section ">
388
+ < div class ="sidebar-primary-item ">
389
+ < div id ="ethical-ad-placement "
390
+ class ="flat "
391
+ data-ea-publisher ="readthedocs "
392
+ data-ea-type ="readthedocs-sidebar "
393
+ data-ea-manual ="true ">
394
+ </ div > </ div >
411
395
</ div >
412
-
413
- < div id ="rtd-footer-container "> </ div >
414
396
415
397
416
398
</ div >
428
410
429
411
< div class ="header-article-item ">
430
412
431
-
432
-
433
413
< nav aria-label ="Breadcrumb " class ="d-print-none ">
434
414
< ul class ="bd-breadcrumbs ">
435
415
441
421
442
422
< li class ="breadcrumb-item "> < a href ="../../index.html " class ="nav-link "> Module code</ a > </ li >
443
423
444
- < li class ="breadcrumb-item active " aria-current ="page "> cdl.algorith... </ li >
424
+ < li class ="breadcrumb-item active " aria-current ="page "> < span class =" ellipsis " > cdl.algorithms.coordinates </ span > </ li >
445
425
</ ul >
446
426
</ nav >
447
427
</ div >
@@ -755,8 +735,8 @@ <h1>Source code for cdl.algorithms.coordinates</h1><div class="highlight"><pre>
755
735
</ div >
756
736
757
737
<!-- Scripts loaded after <body> so the DOM is not blocked -->
758
- < script src ="../../../_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b "> </ script >
759
- < script src ="../../../_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b "> </ script >
738
+ < script defer src ="../../../_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf "> </ script >
739
+ < script defer src ="../../../_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf "> </ script >
760
740
761
741
< footer class ="bd-footer ">
762
742
< div class ="bd-footer__inner bd-page-width ">
@@ -776,7 +756,7 @@ <h1>Source code for cdl.algorithms.coordinates</h1><div class="highlight"><pre>
776
756
< div class ="footer-item ">
777
757
778
758
< p class ="sphinx-version ">
779
- Created using < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > 7.4.7 .
759
+ Created using < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > 8.2.3 .
780
760
< br />
781
761
</ p >
782
762
</ div >
@@ -789,7 +769,8 @@ <h1>Source code for cdl.algorithms.coordinates</h1><div class="highlight"><pre>
789
769
790
770
< div class ="footer-item ">
791
771
< p class ="theme-version ">
792
- Built with the < a href ="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html "> PyData Sphinx Theme</ a > 0.15.4.
772
+ <!-- # L10n: Setting the PST URL as an argument as this does not need to be localized -->
773
+ Built with the < a href ="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html "> PyData Sphinx Theme</ a > 0.16.1.
793
774
</ p > </ div >
794
775
795
776
</ div >
0 commit comments