Skip to content

Commit 2cf97b4

Browse files
committed
deploy: 46b4f54
1 parent 36b4023 commit 2cf97b4

File tree

99 files changed

+1222
-893
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+1222
-893
lines changed

.doctrees/environment.pickle

0 Bytes
Binary file not shown.

CONTRIBUTING.html

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
2828
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
2929
</script>
30-
<!--
31-
this give us a css class that will be invisible only if js is disabled
30+
<!--
31+
this give us a css class that will be invisible only if js is disabled
3232
-->
3333
<noscript>
3434
<style>
@@ -38,8 +38,8 @@
3838
</noscript>
3939

4040
<!-- Loaded before other Sphinx assets -->
41-
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
42-
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
41+
<link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
42+
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
4343

4444
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
4545
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
@@ -48,10 +48,10 @@
4848
<link rel="stylesheet" type="text/css" href="_static/pyos.css?v=3cb6c64c" />
4949

5050
<!-- So that users can add custom icons -->
51-
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
51+
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
5252
<!-- Pre-loaded scripts that we'll load fully later -->
53-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
54-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
53+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
54+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
5555

5656
<script src="_static/documentation_options.js?v=2709fde1"></script>
5757
<script src="_static/doctools.js?v=9a2dae69"></script>
@@ -179,7 +179,9 @@
179179
</li>
180180

181181
<li class="nav-item dropdown">
182-
<button class="btn dropdown-toggle nav-item" type="button" data-bs-toggle="dropdown" aria-expanded="false" aria-controls="pst-nav-more-links">
182+
<button class="btn dropdown-toggle nav-item" type="button"
183+
data-bs-toggle="dropdown" aria-expanded="false"
184+
aria-controls="pst-nav-more-links">
183185
More
184186
</button>
185187
<ul id="pst-nav-more-links" class="dropdown-menu">
@@ -410,9 +412,14 @@
410412

411413

412414
<div class="sidebar-primary-items__end sidebar-primary__section">
415+
<div class="sidebar-primary-item">
416+
<div id="ethical-ad-placement"
417+
class="flat"
418+
data-ea-publisher="readthedocs"
419+
data-ea-type="readthedocs-sidebar"
420+
data-ea-manual="true">
421+
</div></div>
413422
</div>
414-
415-
<div id="rtd-footer-container"></div>
416423

417424

418425
</div>
@@ -898,13 +905,13 @@ <h3>Code examples<a class="headerlink" href="#code-examples" title="Link to this
898905
</div>
899906

900907
<div class="sidebar-secondary-item">
901-
902-
<div class="tocsection sourcelink">
903-
<a href="_sources/CONTRIBUTING.md.txt">
904-
<i class="fa-solid fa-file-lines"></i> Show Source
905-
</a>
906-
</div>
907-
</div>
908+
<div role="note" aria-label="source link">
909+
<h3>This Page</h3>
910+
<ul class="this-page-menu">
911+
<li><a href="_sources/CONTRIBUTING.md.txt"
912+
rel="nofollow">Show Source</a></li>
913+
</ul>
914+
</div></div>
908915

909916
</div></div>
910917

@@ -919,8 +926,8 @@ <h3>Code examples<a class="headerlink" href="#code-examples" title="Link to this
919926
</div>
920927

921928
<!-- Scripts loaded after <body> so the DOM is not blocked -->
922-
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
923-
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
929+
<script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
930+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
924931

925932
<footer class="bd-footer">
926933
<div class="bd-footer__inner bd-page-width">

TRANSLATING.html

Lines changed: 26 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
document.documentElement.dataset.mode = localStorage.getItem("mode") || "";
2828
document.documentElement.dataset.theme = localStorage.getItem("theme") || "";
2929
</script>
30-
<!--
31-
this give us a css class that will be invisible only if js is disabled
30+
<!--
31+
this give us a css class that will be invisible only if js is disabled
3232
-->
3333
<noscript>
3434
<style>
@@ -38,8 +38,8 @@
3838
</noscript>
3939

4040
<!-- Loaded before other Sphinx assets -->
41-
<link href="_static/styles/theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
42-
<link href="_static/styles/pydata-sphinx-theme.css?digest=26a4bc78f4c0ddb94549" rel="stylesheet" />
41+
<link href="_static/styles/theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
42+
<link href="_static/styles/pydata-sphinx-theme.css?digest=8878045cc6db502f8baf" rel="stylesheet" />
4343

4444
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=a746c00c" />
4545
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
@@ -48,10 +48,10 @@
4848
<link rel="stylesheet" type="text/css" href="_static/pyos.css?v=3cb6c64c" />
4949

5050
<!-- So that users can add custom icons -->
51-
<script src="_static/scripts/fontawesome.js?digest=26a4bc78f4c0ddb94549"></script>
51+
<script src="_static/scripts/fontawesome.js?digest=8878045cc6db502f8baf"></script>
5252
<!-- Pre-loaded scripts that we'll load fully later -->
53-
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549" />
54-
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549" />
53+
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf" />
54+
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf" />
5555

5656
<script src="_static/documentation_options.js?v=2709fde1"></script>
5757
<script src="_static/doctools.js?v=9a2dae69"></script>
@@ -179,7 +179,9 @@
179179
</li>
180180

181181
<li class="nav-item dropdown">
182-
<button class="btn dropdown-toggle nav-item" type="button" data-bs-toggle="dropdown" aria-expanded="false" aria-controls="pst-nav-more-links">
182+
<button class="btn dropdown-toggle nav-item" type="button"
183+
data-bs-toggle="dropdown" aria-expanded="false"
184+
aria-controls="pst-nav-more-links">
183185
More
184186
</button>
185187
<ul id="pst-nav-more-links" class="dropdown-menu">
@@ -410,9 +412,14 @@
410412

411413

412414
<div class="sidebar-primary-items__end sidebar-primary__section">
415+
<div class="sidebar-primary-item">
416+
<div id="ethical-ad-placement"
417+
class="flat"
418+
data-ea-publisher="readthedocs"
419+
data-ea-type="readthedocs-sidebar"
420+
data-ea-manual="true">
421+
</div></div>
413422
</div>
414-
415-
<div id="rtd-footer-container"></div>
416423

417424

418425
</div>
@@ -806,13 +813,13 @@ <h3>How can I get help with my translation?<a class="headerlink" href="#how-can-
806813
</div>
807814

808815
<div class="sidebar-secondary-item">
809-
810-
<div class="tocsection sourcelink">
811-
<a href="_sources/TRANSLATING.md.txt">
812-
<i class="fa-solid fa-file-lines"></i> Show Source
813-
</a>
814-
</div>
815-
</div>
816+
<div role="note" aria-label="source link">
817+
<h3>This Page</h3>
818+
<ul class="this-page-menu">
819+
<li><a href="_sources/TRANSLATING.md.txt"
820+
rel="nofollow">Show Source</a></li>
821+
</ul>
822+
</div></div>
816823

817824
</div></div>
818825

@@ -827,8 +834,8 @@ <h3>How can I get help with my translation?<a class="headerlink" href="#how-can-
827834
</div>
828835

829836
<!-- Scripts loaded after <body> so the DOM is not blocked -->
830-
<script defer src="_static/scripts/bootstrap.js?digest=26a4bc78f4c0ddb94549"></script>
831-
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=26a4bc78f4c0ddb94549"></script>
837+
<script defer src="_static/scripts/bootstrap.js?digest=8878045cc6db502f8baf"></script>
838+
<script defer src="_static/scripts/pydata-sphinx-theme.js?digest=8878045cc6db502f8baf"></script>
832839

833840
<footer class="bd-footer">
834841
<div class="bd-footer__inner bd-page-width">
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes
0 Bytes

0 commit comments

Comments
 (0)