Skip to content

Commit b8340a4

Browse files
committed
use correct version of manual
1 parent 553c2fd commit b8340a4

23 files changed

+2943
-543
lines changed

CHANGELOG.html

Lines changed: 123 additions & 116 deletions
Large diffs are not rendered by default.

_static/basic.css

Lines changed: 26 additions & 1 deletion
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
*/
@@ -237,6 +237,10 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240+
a:visited {
241+
color: #551A8B;
242+
}
243+
240244
h1:hover > a.headerlink,
241245
h2:hover > a.headerlink,
242246
h3:hover > a.headerlink,
@@ -324,13 +328,15 @@ aside.sidebar {
324328
p.sidebar-title {
325329
font-weight: bold;
326330
}
331+
327332
nav.contents,
328333
aside.topic,
329334
div.admonition, div.topic, blockquote {
330335
clear: left;
331336
}
332337

333338
/* -- topics ---------------------------------------------------------------- */
339+
334340
nav.contents,
335341
aside.topic,
336342
div.topic {
@@ -606,6 +612,7 @@ ol.simple p,
606612
ul.simple p {
607613
margin-bottom: 0;
608614
}
615+
609616
aside.footnote > span,
610617
div.citation > span {
611618
float: left;
@@ -667,6 +674,16 @@ dd {
667674
margin-left: 30px;
668675
}
669676

677+
.sig dd {
678+
margin-top: 0px;
679+
margin-bottom: 0px;
680+
}
681+
682+
.sig dl {
683+
margin-top: 0px;
684+
margin-bottom: 0px;
685+
}
686+
670687
dl > dd:last-child,
671688
dl > dd:last-child > :last-child {
672689
margin-bottom: 0;
@@ -735,6 +752,14 @@ abbr, acronym {
735752
cursor: help;
736753
}
737754

755+
.translated {
756+
background-color: rgba(207, 255, 207, 0.2)
757+
}
758+
759+
.untranslated {
760+
background-color: rgba(255, 207, 207, 0.2)
761+
}
762+
738763
/* -- code displays --------------------------------------------------------- */
739764

740765
pre {

_static/doctools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
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
*/

_static/documentation_options.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '4.8.2',
1+
const DOCUMENTATION_OPTIONS = {
2+
VERSION: '4.8.3',
43
LANGUAGE: 'en',
54
COLLAPSE_INDEX: false,
65
BUILDER: 'html',

_static/language_data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/

_static/pygments.css

Lines changed: 33 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
1818
.highlight .gd { color: #A00000 } /* Generic.Deleted */
1919
.highlight .ge { font-style: italic } /* Generic.Emph */
20+
.highlight .ges { font-weight: bold; font-style: italic } /* Generic.EmphStrong */
2021
.highlight .gr { color: #FF0000 } /* Generic.Error */
2122
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
2223
.highlight .gi { color: #00A000 } /* Generic.Inserted */
@@ -80,35 +81,36 @@ body[data-theme="dark"] .highlight td.linenos .special { color: #000000; backgro
8081
body[data-theme="dark"] .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
8182
body[data-theme="dark"] .highlight .hll { background-color: #49483e }
8283
body[data-theme="dark"] .highlight { background: #272822; color: #f8f8f2 }
83-
body[data-theme="dark"] .highlight .c { color: #75715e } /* Comment */
84-
body[data-theme="dark"] .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
84+
body[data-theme="dark"] .highlight .c { color: #959077 } /* Comment */
85+
body[data-theme="dark"] .highlight .err { color: #ed007e; background-color: #1e0010 } /* Error */
8586
body[data-theme="dark"] .highlight .esc { color: #f8f8f2 } /* Escape */
8687
body[data-theme="dark"] .highlight .g { color: #f8f8f2 } /* Generic */
8788
body[data-theme="dark"] .highlight .k { color: #66d9ef } /* Keyword */
8889
body[data-theme="dark"] .highlight .l { color: #ae81ff } /* Literal */
8990
body[data-theme="dark"] .highlight .n { color: #f8f8f2 } /* Name */
90-
body[data-theme="dark"] .highlight .o { color: #f92672 } /* Operator */
91+
body[data-theme="dark"] .highlight .o { color: #ff4689 } /* Operator */
9192
body[data-theme="dark"] .highlight .x { color: #f8f8f2 } /* Other */
9293
body[data-theme="dark"] .highlight .p { color: #f8f8f2 } /* Punctuation */
93-
body[data-theme="dark"] .highlight .ch { color: #75715e } /* Comment.Hashbang */
94-
body[data-theme="dark"] .highlight .cm { color: #75715e } /* Comment.Multiline */
95-
body[data-theme="dark"] .highlight .cp { color: #75715e } /* Comment.Preproc */
96-
body[data-theme="dark"] .highlight .cpf { color: #75715e } /* Comment.PreprocFile */
97-
body[data-theme="dark"] .highlight .c1 { color: #75715e } /* Comment.Single */
98-
body[data-theme="dark"] .highlight .cs { color: #75715e } /* Comment.Special */
99-
body[data-theme="dark"] .highlight .gd { color: #f92672 } /* Generic.Deleted */
94+
body[data-theme="dark"] .highlight .ch { color: #959077 } /* Comment.Hashbang */
95+
body[data-theme="dark"] .highlight .cm { color: #959077 } /* Comment.Multiline */
96+
body[data-theme="dark"] .highlight .cp { color: #959077 } /* Comment.Preproc */
97+
body[data-theme="dark"] .highlight .cpf { color: #959077 } /* Comment.PreprocFile */
98+
body[data-theme="dark"] .highlight .c1 { color: #959077 } /* Comment.Single */
99+
body[data-theme="dark"] .highlight .cs { color: #959077 } /* Comment.Special */
100+
body[data-theme="dark"] .highlight .gd { color: #ff4689 } /* Generic.Deleted */
100101
body[data-theme="dark"] .highlight .ge { color: #f8f8f2; font-style: italic } /* Generic.Emph */
102+
body[data-theme="dark"] .highlight .ges { color: #f8f8f2; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
101103
body[data-theme="dark"] .highlight .gr { color: #f8f8f2 } /* Generic.Error */
102104
body[data-theme="dark"] .highlight .gh { color: #f8f8f2 } /* Generic.Heading */
103105
body[data-theme="dark"] .highlight .gi { color: #a6e22e } /* Generic.Inserted */
104106
body[data-theme="dark"] .highlight .go { color: #66d9ef } /* Generic.Output */
105-
body[data-theme="dark"] .highlight .gp { color: #f92672; font-weight: bold } /* Generic.Prompt */
107+
body[data-theme="dark"] .highlight .gp { color: #ff4689; font-weight: bold } /* Generic.Prompt */
106108
body[data-theme="dark"] .highlight .gs { color: #f8f8f2; font-weight: bold } /* Generic.Strong */
107-
body[data-theme="dark"] .highlight .gu { color: #75715e } /* Generic.Subheading */
109+
body[data-theme="dark"] .highlight .gu { color: #959077 } /* Generic.Subheading */
108110
body[data-theme="dark"] .highlight .gt { color: #f8f8f2 } /* Generic.Traceback */
109111
body[data-theme="dark"] .highlight .kc { color: #66d9ef } /* Keyword.Constant */
110112
body[data-theme="dark"] .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
111-
body[data-theme="dark"] .highlight .kn { color: #f92672 } /* Keyword.Namespace */
113+
body[data-theme="dark"] .highlight .kn { color: #ff4689 } /* Keyword.Namespace */
112114
body[data-theme="dark"] .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
113115
body[data-theme="dark"] .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
114116
body[data-theme="dark"] .highlight .kt { color: #66d9ef } /* Keyword.Type */
@@ -127,9 +129,9 @@ body[data-theme="dark"] .highlight .nl { color: #f8f8f2 } /* Name.Label */
127129
body[data-theme="dark"] .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
128130
body[data-theme="dark"] .highlight .nx { color: #a6e22e } /* Name.Other */
129131
body[data-theme="dark"] .highlight .py { color: #f8f8f2 } /* Name.Property */
130-
body[data-theme="dark"] .highlight .nt { color: #f92672 } /* Name.Tag */
132+
body[data-theme="dark"] .highlight .nt { color: #ff4689 } /* Name.Tag */
131133
body[data-theme="dark"] .highlight .nv { color: #f8f8f2 } /* Name.Variable */
132-
body[data-theme="dark"] .highlight .ow { color: #f92672 } /* Operator.Word */
134+
body[data-theme="dark"] .highlight .ow { color: #ff4689 } /* Operator.Word */
133135
body[data-theme="dark"] .highlight .pm { color: #f8f8f2 } /* Punctuation.Marker */
134136
body[data-theme="dark"] .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
135137
body[data-theme="dark"] .highlight .mb { color: #ae81ff } /* Literal.Number.Bin */
@@ -165,35 +167,36 @@ body:not([data-theme="light"]) .highlight td.linenos .special { color: #000000;
165167
body:not([data-theme="light"]) .highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
166168
body:not([data-theme="light"]) .highlight .hll { background-color: #49483e }
167169
body:not([data-theme="light"]) .highlight { background: #272822; color: #f8f8f2 }
168-
body:not([data-theme="light"]) .highlight .c { color: #75715e } /* Comment */
169-
body:not([data-theme="light"]) .highlight .err { color: #960050; background-color: #1e0010 } /* Error */
170+
body:not([data-theme="light"]) .highlight .c { color: #959077 } /* Comment */
171+
body:not([data-theme="light"]) .highlight .err { color: #ed007e; background-color: #1e0010 } /* Error */
170172
body:not([data-theme="light"]) .highlight .esc { color: #f8f8f2 } /* Escape */
171173
body:not([data-theme="light"]) .highlight .g { color: #f8f8f2 } /* Generic */
172174
body:not([data-theme="light"]) .highlight .k { color: #66d9ef } /* Keyword */
173175
body:not([data-theme="light"]) .highlight .l { color: #ae81ff } /* Literal */
174176
body:not([data-theme="light"]) .highlight .n { color: #f8f8f2 } /* Name */
175-
body:not([data-theme="light"]) .highlight .o { color: #f92672 } /* Operator */
177+
body:not([data-theme="light"]) .highlight .o { color: #ff4689 } /* Operator */
176178
body:not([data-theme="light"]) .highlight .x { color: #f8f8f2 } /* Other */
177179
body:not([data-theme="light"]) .highlight .p { color: #f8f8f2 } /* Punctuation */
178-
body:not([data-theme="light"]) .highlight .ch { color: #75715e } /* Comment.Hashbang */
179-
body:not([data-theme="light"]) .highlight .cm { color: #75715e } /* Comment.Multiline */
180-
body:not([data-theme="light"]) .highlight .cp { color: #75715e } /* Comment.Preproc */
181-
body:not([data-theme="light"]) .highlight .cpf { color: #75715e } /* Comment.PreprocFile */
182-
body:not([data-theme="light"]) .highlight .c1 { color: #75715e } /* Comment.Single */
183-
body:not([data-theme="light"]) .highlight .cs { color: #75715e } /* Comment.Special */
184-
body:not([data-theme="light"]) .highlight .gd { color: #f92672 } /* Generic.Deleted */
180+
body:not([data-theme="light"]) .highlight .ch { color: #959077 } /* Comment.Hashbang */
181+
body:not([data-theme="light"]) .highlight .cm { color: #959077 } /* Comment.Multiline */
182+
body:not([data-theme="light"]) .highlight .cp { color: #959077 } /* Comment.Preproc */
183+
body:not([data-theme="light"]) .highlight .cpf { color: #959077 } /* Comment.PreprocFile */
184+
body:not([data-theme="light"]) .highlight .c1 { color: #959077 } /* Comment.Single */
185+
body:not([data-theme="light"]) .highlight .cs { color: #959077 } /* Comment.Special */
186+
body:not([data-theme="light"]) .highlight .gd { color: #ff4689 } /* Generic.Deleted */
185187
body:not([data-theme="light"]) .highlight .ge { color: #f8f8f2; font-style: italic } /* Generic.Emph */
188+
body:not([data-theme="light"]) .highlight .ges { color: #f8f8f2; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
186189
body:not([data-theme="light"]) .highlight .gr { color: #f8f8f2 } /* Generic.Error */
187190
body:not([data-theme="light"]) .highlight .gh { color: #f8f8f2 } /* Generic.Heading */
188191
body:not([data-theme="light"]) .highlight .gi { color: #a6e22e } /* Generic.Inserted */
189192
body:not([data-theme="light"]) .highlight .go { color: #66d9ef } /* Generic.Output */
190-
body:not([data-theme="light"]) .highlight .gp { color: #f92672; font-weight: bold } /* Generic.Prompt */
193+
body:not([data-theme="light"]) .highlight .gp { color: #ff4689; font-weight: bold } /* Generic.Prompt */
191194
body:not([data-theme="light"]) .highlight .gs { color: #f8f8f2; font-weight: bold } /* Generic.Strong */
192-
body:not([data-theme="light"]) .highlight .gu { color: #75715e } /* Generic.Subheading */
195+
body:not([data-theme="light"]) .highlight .gu { color: #959077 } /* Generic.Subheading */
193196
body:not([data-theme="light"]) .highlight .gt { color: #f8f8f2 } /* Generic.Traceback */
194197
body:not([data-theme="light"]) .highlight .kc { color: #66d9ef } /* Keyword.Constant */
195198
body:not([data-theme="light"]) .highlight .kd { color: #66d9ef } /* Keyword.Declaration */
196-
body:not([data-theme="light"]) .highlight .kn { color: #f92672 } /* Keyword.Namespace */
199+
body:not([data-theme="light"]) .highlight .kn { color: #ff4689 } /* Keyword.Namespace */
197200
body:not([data-theme="light"]) .highlight .kp { color: #66d9ef } /* Keyword.Pseudo */
198201
body:not([data-theme="light"]) .highlight .kr { color: #66d9ef } /* Keyword.Reserved */
199202
body:not([data-theme="light"]) .highlight .kt { color: #66d9ef } /* Keyword.Type */
@@ -212,9 +215,9 @@ body:not([data-theme="light"]) .highlight .nl { color: #f8f8f2 } /* Name.Label *
212215
body:not([data-theme="light"]) .highlight .nn { color: #f8f8f2 } /* Name.Namespace */
213216
body:not([data-theme="light"]) .highlight .nx { color: #a6e22e } /* Name.Other */
214217
body:not([data-theme="light"]) .highlight .py { color: #f8f8f2 } /* Name.Property */
215-
body:not([data-theme="light"]) .highlight .nt { color: #f92672 } /* Name.Tag */
218+
body:not([data-theme="light"]) .highlight .nt { color: #ff4689 } /* Name.Tag */
216219
body:not([data-theme="light"]) .highlight .nv { color: #f8f8f2 } /* Name.Variable */
217-
body:not([data-theme="light"]) .highlight .ow { color: #f92672 } /* Operator.Word */
220+
body:not([data-theme="light"]) .highlight .ow { color: #ff4689 } /* Operator.Word */
218221
body:not([data-theme="light"]) .highlight .pm { color: #f8f8f2 } /* Punctuation.Marker */
219222
body:not([data-theme="light"]) .highlight .w { color: #f8f8f2 } /* Text.Whitespace */
220223
body:not([data-theme="light"]) .highlight .mb { color: #ae81ff } /* Literal.Number.Bin */

0 commit comments

Comments
 (0)