16
16
document . documentElement . dataset . mode = localStorage . getItem ( "mode" ) || "" ;
17
17
document . documentElement . dataset . theme = localStorage . getItem ( "theme" ) || "" ;
18
18
</ script >
19
-
20
- <!-- Loaded before other Sphinx assets -->
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 " />
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 ; }
24
25
26
+ </ style >
27
+ </ noscript >
25
28
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 " />
29
+ <!-- Loaded before other Sphinx assets -->
30
+ < link href ="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549 " rel ="stylesheet " />
31
+ < link href ="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549 " rel ="stylesheet " />
30
32
31
33
< link rel ="stylesheet " type ="text/css " href ="_static/pygments.css?v=fa44fd50 " />
32
34
< link rel ="stylesheet " type ="text/css " href ="_static/sphinx-pythia-theme.min.css?v=ba7ce088 " />
37
39
< link rel ="stylesheet " type ="text/css " href ="_static/sphinx-design.min.css?v=95c83b7e " />
38
40
< link rel ="stylesheet " type ="text/css " href ="_static/custom.css?v=c54c090a " />
39
41
42
+ <!-- So that users can add custom icons -->
43
+ < script src ="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549 "> </ script >
40
44
<!-- Pre-loaded scripts that we'll load fully later -->
41
- < link rel ="preload " as ="script " href ="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b " />
42
- < link rel ="preload " as ="script " href ="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b " />
43
- < script src ="_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b "> </ script >
45
+ < link rel ="preload " as ="script " href ="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549 " />
46
+ < link rel ="preload " as ="script " href ="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549 " />
44
47
45
48
< script src ="_static/documentation_options.js?v=9eb32ce0 "> </ script >
46
49
< script src ="_static/doctools.js?v=9a2dae69 "> </ script >
78
81
< link rel ="next " title ="How to Cite This Cookbook " href ="notebooks/how-to-cite.html " />
79
82
< meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
80
83
< meta name ="docsearch:language " content ="en "/>
81
- < meta name ="docbuild:last-update " content ="29 August 2024 "/>
84
+ < meta name ="docsearch:version " content ="" />
85
+ < meta name ="docbuild:last-update " content ="11 November 2024 "/>
82
86
</ head >
83
87
84
88
117
121
118
122
119
123
< img src ="_static/pythia_logo-white-rtext.svg " class ="logo__image only-light " alt ="Kerchunk Cookbook - Home "/>
120
- < script > document . write ( `< img src="_static/pythia_logo-white-rtext.svg" class="logo__image only-dark" alt="Kerchunk Cookbook - Home"/>` ) ; </ script >
124
+ < img src ="_static/pythia_logo-white-rtext.svg " class ="logo__image only-dark pst-js-only " alt ="Kerchunk Cookbook - Home "/>
121
125
122
126
123
127
</ a > </ div >
346
350
< input type ="search "
347
351
class ="form-control "
348
352
name ="q "
349
- id ="search-input "
350
353
placeholder ="Search... "
351
354
aria-label ="Search... "
352
355
autocomplete ="off "
380
383
< li class ="toctree-l1 "> < a class ="reference internal " href ="notebooks/advanced/Parquet_Reference_Storage.html "> Store Kerchunk Reference Files as Parquet</ a > </ li >
381
384
382
385
383
- < li class ="toctree-l1 "> < a class ="reference internal " href ="notebooks/advanced/Pangeo_Forge.html "> Kerchunk and Pangeo-Forge</ a > </ li >
384
386
< li class ="toctree-l1 "> < a class ="reference internal " href ="notebooks/advanced/appending.html "> Appending to Kerchunk references</ a > </ li >
385
387
</ ul >
386
388
< p aria-level ="2 " class ="caption " role ="heading "> < span class ="caption-text "> Generating Reference Files</ span > </ p >
@@ -787,24 +789,16 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
787
789
788
790
789
791
790
- < script >
791
- document . write ( `
792
- <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">
793
- <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
794
- <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
795
- <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
796
- </button>
797
- ` ) ;
798
- </ script >
792
+ < 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 ">
793
+ < i class ="theme-switch fa-solid fa-sun fa-lg " data-mode ="light " title ="Light "> </ i >
794
+ < i class ="theme-switch fa-solid fa-moon fa-lg " data-mode ="dark " title ="Dark "> </ i >
795
+ < i class ="theme-switch fa-solid fa-circle-half-stroke fa-lg " data-mode ="auto " title ="System Settings "> </ i >
796
+ </ button >
799
797
800
798
801
- < script >
802
- document . write ( `
803
- <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">
799
+ < 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 ">
804
800
< i class ="fa-solid fa-magnifying-glass fa-lg "> </ i >
805
- </button>
806
- ` ) ;
807
- </ script >
801
+ </ button >
808
802
< button class ="sidebar-toggle secondary-toggle btn btn-sm " title ="Toggle secondary sidebar " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
809
803
< span class ="fa-solid fa-list "> </ span >
810
804
</ button >
@@ -842,7 +836,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
842
836
843
837
< div class ="footer-item ">
844
838
< p class ="last-updated ">
845
- Last updated on 29 August 2024.
839
+ Last updated on 11 November 2024.
846
840
< br />
847
841
</ p >
848
842
</ div >
@@ -859,8 +853,8 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
859
853
</ div >
860
854
861
855
<!-- Scripts loaded after <body> so the DOM is not blocked -->
862
- < script src ="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b "> </ script >
863
- < script src ="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b "> </ script >
856
+ < script defer src ="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549 "> </ script >
857
+ < script defer src ="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549 "> </ script >
864
858
865
859
< footer class ="bd-footer ">
866
860
@@ -896,7 +890,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
896
890
897
891
By Norland Raphael Hagen.
898
892
899
- Last updated on 29 August 2024.
893
+ Last updated on 11 November 2024.
900
894
</ p >
901
895
</ div >
902
896
</ div >
0 commit comments