-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f11c091
commit a5f828b
Showing
43 changed files
with
833 additions
and
1,301 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,17 +15,19 @@ | |
document.documentElement.dataset.mode = localStorage.getItem("mode") || ""; | ||
document.documentElement.dataset.theme = localStorage.getItem("theme") || ""; | ||
</script> | ||
|
||
<!-- Loaded before other Sphinx assets --> | ||
<link href="/en/latest/_static/styles/theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> | ||
<link href="/en/latest/_static/styles/bootstrap.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> | ||
<link href="/en/latest/_static/styles/pydata-sphinx-theme.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> | ||
<!-- | ||
this give us a css class that will be invisible only if js is disabled | ||
--> | ||
<noscript> | ||
<style> | ||
.pst-js-only { display: none !important; } | ||
|
||
</style> | ||
</noscript> | ||
|
||
<link href="/en/latest/_static/vendor/fontawesome/6.5.2/css/all.min.css?digest=dfe6caa3a7d634c4db9b" rel="stylesheet" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="/en/latest/_static/vendor/fontawesome/6.5.2/webfonts/fa-solid-900.woff2" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="/en/latest/_static/vendor/fontawesome/6.5.2/webfonts/fa-brands-400.woff2" /> | ||
<link rel="preload" as="font" type="font/woff2" crossorigin href="/en/latest/_static/vendor/fontawesome/6.5.2/webfonts/fa-regular-400.woff2" /> | ||
<!-- Loaded before other Sphinx assets --> | ||
<link href="/en/latest/_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" /> | ||
<link href="/en/latest/_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" /> | ||
|
||
<link rel="stylesheet" type="text/css" href="/en/latest/_static/pygments.css?v=649a27d8" /> | ||
<link rel="stylesheet" type="text/css" href="/en/latest/_static/jupyter-sphinx.css" /> | ||
|
@@ -34,10 +36,11 @@ | |
<link rel="stylesheet" type="text/css" href="/en/latest/_static/no_search_highlight.css?v=0f58e32f" /> | ||
<link rel="stylesheet" type="text/css" href="/en/latest/_static/fontawesome/css/all.css?v=efc38b36" /> | ||
|
||
<!-- So that users can add custom icons --> | ||
<script src="/en/latest/_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script> | ||
<!-- Pre-loaded scripts that we'll load fully later --> | ||
<link rel="preload" as="script" href="/en/latest/_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b" /> | ||
<link rel="preload" as="script" href="/en/latest/_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b" /> | ||
<script src="/en/latest/_static/vendor/fontawesome/6.5.2/js/all.min.js?digest=dfe6caa3a7d634c4db9b"></script> | ||
<link rel="preload" as="script" href="/en/latest/_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" /> | ||
<link rel="preload" as="script" href="/en/latest/_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" /> | ||
|
||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin=""/> | ||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin=""></script> | ||
|
@@ -55,6 +58,7 @@ | |
<link rel="search" title="Search" href="/en/latest/search.html" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"/> | ||
<meta name="docsearch:language" content="en"/> | ||
<meta name="docsearch:version" content="" /> | ||
</head> | ||
|
||
|
||
|
@@ -70,36 +74,24 @@ | |
<i class="fa-solid fa-arrow-up"></i>Back to top</button> | ||
|
||
|
||
<input type="checkbox" | ||
class="sidebar-toggle" | ||
id="pst-primary-sidebar-checkbox"/> | ||
<label class="overlay overlay-primary" for="pst-primary-sidebar-checkbox"></label> | ||
|
||
<input type="checkbox" | ||
class="sidebar-toggle" | ||
id="pst-secondary-sidebar-checkbox"/> | ||
<label class="overlay overlay-secondary" for="pst-secondary-sidebar-checkbox"></label> | ||
|
||
<div class="search-button__wrapper"> | ||
<div class="search-button__overlay"></div> | ||
<div class="search-button__search-container"> | ||
<dialog id="pst-search-dialog"> | ||
|
||
<form class="bd-search d-flex align-items-center" | ||
action="/en/latest/search.html" | ||
method="get"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<input type="search" | ||
class="form-control" | ||
name="q" | ||
id="search-input" | ||
placeholder="Search the docs ..." | ||
aria-label="Search the docs ..." | ||
autocomplete="off" | ||
autocorrect="off" | ||
autocapitalize="off" | ||
spellcheck="false"/> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd>K</kbd></span> | ||
</form></div> | ||
</div> | ||
</form> | ||
</dialog> | ||
|
||
<div class="pst-async-banner-revealer d-none"> | ||
<aside id="bd-header-version-warning" class="d-none d-print-none" aria-label="Version warning"></aside> | ||
|
@@ -173,15 +165,11 @@ | |
<div class="navbar-item navbar-persistent--container"> | ||
|
||
|
||
<script> | ||
document.write(` | ||
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<span class="search-button__default-text">Search</span> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> | ||
</button> | ||
`); | ||
</script> | ||
<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"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<span class="search-button__default-text">Search</span> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> | ||
</button> | ||
</div> | ||
|
||
|
||
|
@@ -232,15 +220,11 @@ | |
|
||
<div class="navbar-persistent--mobile"> | ||
|
||
<script> | ||
document.write(` | ||
<button class="btn search-button-field search-button__button" title="Search" aria-label="Search" data-bs-placement="bottom" data-bs-toggle="tooltip"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<span class="search-button__default-text">Search</span> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> | ||
</button> | ||
`); | ||
</script> | ||
<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"> | ||
<i class="fa-solid fa-magnifying-glass"></i> | ||
<span class="search-button__default-text">Search</span> | ||
<span class="search-button__kbd-shortcut"><kbd class="kbd-shortcut__modifier">Ctrl</kbd>+<kbd class="kbd-shortcut__modifier">K</kbd></span> | ||
</button> | ||
</div> | ||
|
||
|
||
|
@@ -257,7 +241,8 @@ | |
|
||
|
||
|
||
<div class="bd-sidebar-primary bd-sidebar hide-on-wide"> | ||
<dialog id="pst-primary-sidebar-modal"></dialog> | ||
<div id="pst-primary-sidebar" class="bd-sidebar-primary bd-sidebar hide-on-wide"> | ||
|
||
|
||
|
||
|
@@ -417,8 +402,8 @@ <h1>Page not found.</h1> | |
</div> | ||
|
||
<!-- Scripts loaded after <body> so the DOM is not blocked --> | ||
<script src="/en/latest/_static/scripts/bootstrap.js?digest=dfe6caa3a7d634c4db9b"></script> | ||
<script src="/en/latest/_static/scripts/pydata-sphinx-theme.js?digest=dfe6caa3a7d634c4db9b"></script> | ||
<script defer src="/en/latest/_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script> | ||
<script defer src="/en/latest/_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script> | ||
|
||
<footer class="bd-footer"> | ||
<div class="bd-footer__inner bd-page-width"> | ||
|
@@ -451,7 +436,7 @@ <h1>Page not found.</h1> | |
|
||
<div class="footer-item"> | ||
<p class="theme-version"> | ||
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.15.4. | ||
Built with the <a href="https://pydata-sphinx-theme.readthedocs.io/en/stable/index.html">PyData Sphinx Theme</a> 0.16.0. | ||
</p></div> | ||
|
||
</div> | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.