1616 document . documentElement . dataset . mode = localStorage . getItem ( "mode" ) || "" ;
1717 document . documentElement . dataset . theme = localStorage . getItem ( "theme" ) || "" ;
1818 </ 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 ; }
2425
26+ </ style >
27+ </ noscript >
2528
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=8878045cc6db502f8baf " rel ="stylesheet " />
31+ < link href ="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf " rel ="stylesheet " />
3032
31- < link rel ="stylesheet " type ="text/css " href ="_static/pygments.css?v=fa44fd50 " />
33+ < link rel ="stylesheet " type ="text/css " href ="_static/pygments.css?v=03e43079 " />
3234 < link rel ="stylesheet " type ="text/css " href ="_static/sphinx-pythia-theme.min.css?v=ba7ce088 " />
3335 < link rel ="stylesheet " type ="text/css " href ="_static/togglebutton.css?v=13237357 " />
3436 < link rel ="stylesheet " type ="text/css " href ="_static/copybutton.css?v=76b2166b " />
3739 < link rel ="stylesheet " type ="text/css " href ="_static/sphinx-design.min.css?v=95c83b7e " />
3840 < link rel ="stylesheet " type ="text/css " href ="_static/custom.css?v=6b4ca61d " />
3941
42+ <!-- So that users can add custom icons -->
43+ < script src ="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf "> </ script >
4044 <!-- 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=8878045cc6db502f8baf " />
46+ < link rel ="preload " as ="script " href ="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf " />
4447
4548 < script src ="_static/documentation_options.js?v=9eb32ce0 "> </ script >
4649 < script src ="_static/doctools.js?v=9a2dae69 "> </ script >
7881 < link rel ="next " title ="How to Cite This Cookbook " href ="notebooks/how-to-cite.html " />
7982 < meta name ="viewport " content ="width=device-width, initial-scale=1 "/>
8083 < meta name ="docsearch:language " content ="en "/>
81- < meta name ="docbuild:last-update " content ="18 October 2024 "/>
84+ < meta name ="docsearch:version " content ="" />
85+ < meta name ="docbuild:last-update " content ="9 January 2025 "/>
8286 </ head >
8387
8488
117121
118122
119123 < img src ="_static/pythia_logo-white-rtext.svg " class ="logo__image only-light " alt ="ARCO ERA-5 Interactive Visualization - Home "/>
120- < script > document . write ( `< img src="_static/pythia_logo-white-rtext.svg" class="logo__image only-dark" alt="ARCO ERA-5 Interactive Visualization - Home"/>` ) ; </ script >
124+ < img src ="_static/pythia_logo-white-rtext.svg " class ="logo__image only-dark pst-js-only " alt ="ARCO ERA-5 Interactive Visualization - Home "/>
121125
122126
123127</ a > </ div >
346350 < input type ="search "
347351 class ="form-control "
348352 name ="q "
349- id ="search-input "
350353 placeholder ="Search... "
351354 aria-label ="Search... "
352355 autocomplete ="off "
388391
389392
390393 < div class ="sidebar-primary-items__end sidebar-primary__section ">
394+ < div class ="sidebar-primary-item ">
395+ < div id ="ethical-ad-placement "
396+ class ="flat "
397+ data-ea-publisher ="readthedocs "
398+ data-ea-type ="readthedocs-sidebar "
399+ data-ea-manual ="true ">
400+ </ div > </ div >
391401 </ div >
392-
393- < div id ="rtd-footer-container "> </ div >
394402
395403
396404 </ div >
@@ -792,24 +800,16 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
792800
793801
794802
795- < script >
796- document . write ( `
797- <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">
798- <i class="theme-switch fa-solid fa-sun fa-lg" data-mode="light"></i>
799- <i class="theme-switch fa-solid fa-moon fa-lg" data-mode="dark"></i>
800- <i class="theme-switch fa-solid fa-circle-half-stroke fa-lg" data-mode="auto"></i>
801- </button>
802- ` ) ;
803- </ script >
803+ < 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 ">
804+ < i class ="theme-switch fa-solid fa-sun fa-lg " data-mode ="light " title ="Light "> </ i >
805+ < i class ="theme-switch fa-solid fa-moon fa-lg " data-mode ="dark " title ="Dark "> </ i >
806+ < i class ="theme-switch fa-solid fa-circle-half-stroke fa-lg " data-mode ="auto " title ="System Settings "> </ i >
807+ </ button >
804808
805809
806- < script >
807- document . write ( `
808- <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">
810+ < 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 ">
809811 < i class ="fa-solid fa-magnifying-glass fa-lg "> </ i >
810- </button>
811- ` ) ;
812- </ script >
812+ </ button >
813813< button class ="sidebar-toggle secondary-toggle btn btn-sm " title ="Toggle secondary sidebar " data-bs-placement ="bottom " data-bs-toggle ="tooltip ">
814814 < span class ="fa-solid fa-list "> </ span >
815815</ button >
@@ -847,7 +847,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
847847
848848 < div class ="footer-item ">
849849 < p class ="last-updated ">
850- Last updated on 18 October 2024 .
850+ Last updated on 9 January 2025 .
851851 < br />
852852</ p >
853853 </ div >
@@ -864,8 +864,8 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
864864 </ div >
865865
866866 <!-- Scripts loaded after <body> so the DOM is not blocked -->
867- < script src ="_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b "> </ script >
868- < script src ="_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b "> </ script >
867+ < script defer src ="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf "> </ script >
868+ < script defer src ="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf "> </ script >
869869
870870 < footer class ="bd-footer ">
871871
@@ -901,7 +901,7 @@ <h3>Running on Your Own Machine<a class="headerlink" href="#running-on-your-own-
901901
902902 By Michael Barletta, Kevin Tyle, Negin Sobhani, Nicholas Cote, Harshah Hampapura, Philip Chmielowiec.
903903
904- Last updated on 18 October 2024 .
904+ Last updated on 9 January 2025 .
905905 </ p >
906906 </ div >
907907 </ div >
0 commit comments