Skip to content

Commit 19a10f4

Browse files
committed
deploy: 89c38af
1 parent 5c28ad5 commit 19a10f4

File tree

66 files changed

+936
-14096
lines changed

Some content is hidden

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

66 files changed

+936
-14096
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 87606785c9af53661df2c2421fd3ff0c
3+
config: ad54f4571a6c738fa7915639895c01a7
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

TODO.html

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11

2-
32
<!DOCTYPE html>
43

54

@@ -29,39 +28,37 @@
2928
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2" />
3029
<link rel="preload" as="font" type="font/woff2" crossorigin href="_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2" />
3130

32-
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
31+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
3332
<link rel="stylesheet" href="_static/styles/sphinx-book-theme.css?digest=14f4ca6b54d191a8c7657f6c759bf11a5fb86285" type="text/css" />
34-
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css" />
35-
<link rel="stylesheet" type="text/css" href="_static/copybutton.css" />
33+
<link rel="stylesheet" type="text/css" href="_static/togglebutton.css?v=13237357" />
34+
<link rel="stylesheet" type="text/css" href="_static/copybutton.css?v=76b2166b" />
3635
<link rel="stylesheet" type="text/css" href="_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css" />
37-
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css" />
38-
<link rel="stylesheet" type="text/css" href="_static/design-style.4045f2051d55cab465a707391d5b2007.min.css" />
36+
<link rel="stylesheet" type="text/css" href="_static/sphinx-thebe.css?v=4fa983c6" />
37+
<link rel="stylesheet" type="text/css" href="_static/design-style.4045f2051d55cab465a707391d5b2007.min.css?v=6ad1a40c" />
3938

4039
<!-- Pre-loaded scripts that we'll load fully later -->
4140
<link rel="preload" as="script" href="_static/scripts/bootstrap.js?digest=5b4479735964841361fd" />
4241
<link rel="preload" as="script" href="_static/scripts/pydata-sphinx-theme.js?digest=5b4479735964841361fd" />
4342
<script src="_static/vendor/fontawesome/6.1.2/js/all.min.js?digest=5b4479735964841361fd"></script>
4443

45-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
46-
<script src="_static/jquery.js"></script>
47-
<script src="_static/underscore.js"></script>
48-
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
49-
<script src="_static/doctools.js"></script>
50-
<script src="_static/clipboard.min.js"></script>
51-
<script src="_static/copybutton.js"></script>
44+
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js?v=2b91c5f0"></script>
45+
<script src="_static/doctools.js?v=888ff710"></script>
46+
<script src="_static/sphinx_highlight.js?v=4825356b"></script>
47+
<script src="_static/clipboard.min.js?v=a7894cd8"></script>
48+
<script src="_static/copybutton.js?v=f281be69"></script>
5249
<script src="_static/scripts/sphinx-book-theme.js?digest=5a5c038af52cf7bc1a1ec88eea08e6366ee68824"></script>
5350
<script>let toggleHintShow = 'Click to show';</script>
5451
<script>let toggleHintHide = 'Click to hide';</script>
5552
<script>let toggleOpenOnPrint = 'true';</script>
56-
<script src="_static/togglebutton.js"></script>
53+
<script src="_static/togglebutton.js?v=4a39c7ea"></script>
5754
<script>var togglebuttonSelector = '.toggle, .admonition.dropdown';</script>
58-
<script src="_static/design-tabs.js"></script>
55+
<script src="_static/design-tabs.js?v=36754332"></script>
5956
<script>const THEBE_JS_URL = "https://unpkg.com/[email protected]/lib/index.js"
6057
const thebe_selector = ".thebe,.cell"
6158
const thebe_selector_input = "pre"
6259
const thebe_selector_output = ".output, .cell_output"
6360
</script>
64-
<script async="async" src="_static/sphinx-thebe.js"></script>
61+
<script async="async" src="_static/sphinx-thebe.js?v=afe5de03"></script>
6562
<script>DOCUMENTATION_OPTIONS.pagename = 'TODO';</script>
6663
<link rel="index" title="Index" href="genindex.html" />
6764
<link rel="search" title="Search" href="search.html" />

_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

_static/basic.css

Lines changed: 21 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -324,17 +324,17 @@ aside.sidebar {
324324
p.sidebar-title {
325325
font-weight: bold;
326326
}
327+
327328
nav.contents,
328329
aside.topic,
329-
330330
div.admonition, div.topic, blockquote {
331331
clear: left;
332332
}
333333

334334
/* -- topics ---------------------------------------------------------------- */
335+
335336
nav.contents,
336337
aside.topic,
337-
338338
div.topic {
339339
border: 1px solid #ccc;
340340
padding: 7px;
@@ -375,7 +375,6 @@ div.sidebar > :last-child,
375375
aside.sidebar > :last-child,
376376
nav.contents > :last-child,
377377
aside.topic > :last-child,
378-
379378
div.topic > :last-child,
380379
div.admonition > :last-child {
381380
margin-bottom: 0;
@@ -385,7 +384,6 @@ div.sidebar::after,
385384
aside.sidebar::after,
386385
nav.contents::after,
387386
aside.topic::after,
388-
389387
div.topic::after,
390388
div.admonition::after,
391389
blockquote::after {
@@ -611,25 +609,6 @@ ul.simple p {
611609
margin-bottom: 0;
612610
}
613611

614-
/* Docutils 0.17 and older (footnotes & citations) */
615-
dl.footnote > dt,
616-
dl.citation > dt {
617-
float: left;
618-
margin-right: 0.5em;
619-
}
620-
621-
dl.footnote > dd,
622-
dl.citation > dd {
623-
margin-bottom: 0em;
624-
}
625-
626-
dl.footnote > dd:after,
627-
dl.citation > dd:after {
628-
content: "";
629-
clear: both;
630-
}
631-
632-
/* Docutils 0.18+ (footnotes & citations) */
633612
aside.footnote > span,
634613
div.citation > span {
635614
float: left;
@@ -654,8 +633,6 @@ div.citation > p:last-of-type:after {
654633
clear: both;
655634
}
656635

657-
/* Footnotes & citations ends */
658-
659636
dl.field-list {
660637
display: grid;
661638
grid-template-columns: fit-content(30%) auto;
@@ -668,10 +645,6 @@ dl.field-list > dt {
668645
padding-right: 5px;
669646
}
670647

671-
dl.field-list > dt:after {
672-
content: ":";
673-
}
674-
675648
dl.field-list > dd {
676649
padding-left: 0.5em;
677650
margin-top: 0em;
@@ -697,6 +670,16 @@ dd {
697670
margin-left: 30px;
698671
}
699672

673+
.sig dd {
674+
margin-top: 0px;
675+
margin-bottom: 0px;
676+
}
677+
678+
.sig dl {
679+
margin-top: 0px;
680+
margin-bottom: 0px;
681+
}
682+
700683
dl > dd:last-child,
701684
dl > dd:last-child > :last-child {
702685
margin-bottom: 0;
@@ -765,6 +748,14 @@ abbr, acronym {
765748
cursor: help;
766749
}
767750

751+
.translated {
752+
background-color: rgba(207, 255, 207, 0.2)
753+
}
754+
755+
.untranslated {
756+
background-color: rgba(255, 207, 207, 0.2)
757+
}
758+
768759
/* -- code displays --------------------------------------------------------- */
769760

770761
pre {

0 commit comments

Comments
 (0)