Skip to content

Commit 78c12db

Browse files
committed
1 parent 3803f85 commit 78c12db

51 files changed

Lines changed: 3633 additions & 2078 deletions

File tree

Some content is hidden

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

latest/.buildinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: d6c5c474059ef557471493e658f3ee93
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: e5000e9e67322558c40cde17b9944e7c
44
tags: d77d1c0d9ca2f4c8421862c7c5a0d620

latest/_static/basic.css

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

122114
ul.search li {
123-
padding: 5px 0 5px 20px;
124-
background-image: url(file.png);
125-
background-repeat: no-repeat;
126-
background-position: 0 7px;
115+
padding: 5px 0;
127116
}
128117

129118
ul.search li a {
@@ -752,14 +741,6 @@ abbr, acronym {
752741
cursor: help;
753742
}
754743

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-
763744
/* -- code displays --------------------------------------------------------- */
764745

765746
pre {

latest/_static/doctools.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

latest/_static/language_data.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
/*
2-
* language_data.js
3-
* ~~~~~~~~~~~~~~~~
4-
*
52
* This script contains the language-specific data used by searchtools.js,
63
* namely the list of stopwords, stemmer, scorer and splitter.
7-
*
8-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
9-
* :license: BSD, see LICENSE for details.
10-
*
114
*/
125

136
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];

latest/_static/pygments.css

Lines changed: 71 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -3,85 +3,77 @@
33
.highlight span.linenos { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
44
.highlight td.linenos .special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
55
.highlight span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
6-
.highlight .hll { background-color: #ffffcc }
7-
.highlight { background: #f8f8f8; }
8-
.highlight .c { color: #8F5902; font-style: italic } /* Comment */
9-
.highlight .err { color: #A40000; border: 1px solid #EF2929 } /* Error */
10-
.highlight .g { color: #000 } /* Generic */
11-
.highlight .k { color: #204A87; font-weight: bold } /* Keyword */
12-
.highlight .l { color: #000 } /* Literal */
13-
.highlight .n { color: #000 } /* Name */
14-
.highlight .o { color: #CE5C00; font-weight: bold } /* Operator */
15-
.highlight .x { color: #000 } /* Other */
16-
.highlight .p { color: #000; font-weight: bold } /* Punctuation */
17-
.highlight .ch { color: #8F5902; font-style: italic } /* Comment.Hashbang */
18-
.highlight .cm { color: #8F5902; font-style: italic } /* Comment.Multiline */
19-
.highlight .cp { color: #8F5902; font-style: italic } /* Comment.Preproc */
20-
.highlight .cpf { color: #8F5902; font-style: italic } /* Comment.PreprocFile */
21-
.highlight .c1 { color: #8F5902; font-style: italic } /* Comment.Single */
22-
.highlight .cs { color: #8F5902; font-style: italic } /* Comment.Special */
23-
.highlight .gd { color: #A40000 } /* Generic.Deleted */
24-
.highlight .ge { color: #000; font-style: italic } /* Generic.Emph */
25-
.highlight .ges { color: #000; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
26-
.highlight .gr { color: #EF2929 } /* Generic.Error */
27-
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
28-
.highlight .gi { color: #00A000 } /* Generic.Inserted */
29-
.highlight .go { color: #000; font-style: italic } /* Generic.Output */
30-
.highlight .gp { color: #8F5902 } /* Generic.Prompt */
31-
.highlight .gs { color: #000; font-weight: bold } /* Generic.Strong */
32-
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
33-
.highlight .gt { color: #A40000; font-weight: bold } /* Generic.Traceback */
34-
.highlight .kc { color: #204A87; font-weight: bold } /* Keyword.Constant */
35-
.highlight .kd { color: #204A87; font-weight: bold } /* Keyword.Declaration */
36-
.highlight .kn { color: #204A87; font-weight: bold } /* Keyword.Namespace */
37-
.highlight .kp { color: #204A87; font-weight: bold } /* Keyword.Pseudo */
38-
.highlight .kr { color: #204A87; font-weight: bold } /* Keyword.Reserved */
39-
.highlight .kt { color: #204A87; font-weight: bold } /* Keyword.Type */
40-
.highlight .ld { color: #000 } /* Literal.Date */
41-
.highlight .m { color: #0000CF; font-weight: bold } /* Literal.Number */
42-
.highlight .s { color: #4E9A06 } /* Literal.String */
43-
.highlight .na { color: #C4A000 } /* Name.Attribute */
44-
.highlight .nb { color: #204A87 } /* Name.Builtin */
45-
.highlight .nc { color: #000 } /* Name.Class */
46-
.highlight .no { color: #000 } /* Name.Constant */
47-
.highlight .nd { color: #5C35CC; font-weight: bold } /* Name.Decorator */
48-
.highlight .ni { color: #CE5C00 } /* Name.Entity */
49-
.highlight .ne { color: #C00; font-weight: bold } /* Name.Exception */
50-
.highlight .nf { color: #000 } /* Name.Function */
51-
.highlight .nl { color: #F57900 } /* Name.Label */
52-
.highlight .nn { color: #000 } /* Name.Namespace */
53-
.highlight .nx { color: #000 } /* Name.Other */
54-
.highlight .py { color: #000 } /* Name.Property */
55-
.highlight .nt { color: #204A87; font-weight: bold } /* Name.Tag */
56-
.highlight .nv { color: #000 } /* Name.Variable */
57-
.highlight .ow { color: #204A87; font-weight: bold } /* Operator.Word */
58-
.highlight .pm { color: #000; font-weight: bold } /* Punctuation.Marker */
59-
.highlight .w { color: #F8F8F8 } /* Text.Whitespace */
60-
.highlight .mb { color: #0000CF; font-weight: bold } /* Literal.Number.Bin */
61-
.highlight .mf { color: #0000CF; font-weight: bold } /* Literal.Number.Float */
62-
.highlight .mh { color: #0000CF; font-weight: bold } /* Literal.Number.Hex */
63-
.highlight .mi { color: #0000CF; font-weight: bold } /* Literal.Number.Integer */
64-
.highlight .mo { color: #0000CF; font-weight: bold } /* Literal.Number.Oct */
65-
.highlight .sa { color: #4E9A06 } /* Literal.String.Affix */
66-
.highlight .sb { color: #4E9A06 } /* Literal.String.Backtick */
67-
.highlight .sc { color: #4E9A06 } /* Literal.String.Char */
68-
.highlight .dl { color: #4E9A06 } /* Literal.String.Delimiter */
69-
.highlight .sd { color: #8F5902; font-style: italic } /* Literal.String.Doc */
70-
.highlight .s2 { color: #4E9A06 } /* Literal.String.Double */
71-
.highlight .se { color: #4E9A06 } /* Literal.String.Escape */
72-
.highlight .sh { color: #4E9A06 } /* Literal.String.Heredoc */
73-
.highlight .si { color: #4E9A06 } /* Literal.String.Interpol */
74-
.highlight .sx { color: #4E9A06 } /* Literal.String.Other */
75-
.highlight .sr { color: #4E9A06 } /* Literal.String.Regex */
76-
.highlight .s1 { color: #4E9A06 } /* Literal.String.Single */
77-
.highlight .ss { color: #4E9A06 } /* Literal.String.Symbol */
78-
.highlight .bp { color: #3465A4 } /* Name.Builtin.Pseudo */
79-
.highlight .fm { color: #000 } /* Name.Function.Magic */
80-
.highlight .vc { color: #000 } /* Name.Variable.Class */
81-
.highlight .vg { color: #000 } /* Name.Variable.Global */
82-
.highlight .vi { color: #000 } /* Name.Variable.Instance */
83-
.highlight .vm { color: #000 } /* Name.Variable.Magic */
84-
.highlight .il { color: #0000CF; font-weight: bold } /* Literal.Number.Integer.Long */
6+
.highlight .hll { background-color: #fdf2e2 }
7+
.highlight { background: #f2f2f2; color: #1E1E1E }
8+
.highlight .c { color: #515151 } /* Comment */
9+
.highlight .err { color: #D71835 } /* Error */
10+
.highlight .k { color: #8045E5 } /* Keyword */
11+
.highlight .l { color: #7F4707 } /* Literal */
12+
.highlight .n { color: #1E1E1E } /* Name */
13+
.highlight .o { color: #163 } /* Operator */
14+
.highlight .p { color: #1E1E1E } /* Punctuation */
15+
.highlight .ch { color: #515151 } /* Comment.Hashbang */
16+
.highlight .cm { color: #515151 } /* Comment.Multiline */
17+
.highlight .cp { color: #515151 } /* Comment.Preproc */
18+
.highlight .cpf { color: #515151 } /* Comment.PreprocFile */
19+
.highlight .c1 { color: #515151 } /* Comment.Single */
20+
.highlight .cs { color: #515151 } /* Comment.Special */
21+
.highlight .gd { color: #00749C } /* Generic.Deleted */
22+
.highlight .ge { font-style: italic } /* Generic.Emph */
23+
.highlight .gh { color: #00749C } /* Generic.Heading */
24+
.highlight .gs { font-weight: bold } /* Generic.Strong */
25+
.highlight .gu { color: #00749C } /* Generic.Subheading */
26+
.highlight .kc { color: #8045E5 } /* Keyword.Constant */
27+
.highlight .kd { color: #8045E5 } /* Keyword.Declaration */
28+
.highlight .kn { color: #8045E5 } /* Keyword.Namespace */
29+
.highlight .kp { color: #8045E5 } /* Keyword.Pseudo */
30+
.highlight .kr { color: #8045E5 } /* Keyword.Reserved */
31+
.highlight .kt { color: #7F4707 } /* Keyword.Type */
32+
.highlight .ld { color: #7F4707 } /* Literal.Date */
33+
.highlight .m { color: #7F4707 } /* Literal.Number */
34+
.highlight .s { color: #163 } /* Literal.String */
35+
.highlight .na { color: #7F4707 } /* Name.Attribute */
36+
.highlight .nb { color: #7F4707 } /* Name.Builtin */
37+
.highlight .nc { color: #00749C } /* Name.Class */
38+
.highlight .no { color: #00749C } /* Name.Constant */
39+
.highlight .nd { color: #7F4707 } /* Name.Decorator */
40+
.highlight .ni { color: #163 } /* Name.Entity */
41+
.highlight .ne { color: #8045E5 } /* Name.Exception */
42+
.highlight .nf { color: #00749C } /* Name.Function */
43+
.highlight .nl { color: #7F4707 } /* Name.Label */
44+
.highlight .nn { color: #1E1E1E } /* Name.Namespace */
45+
.highlight .nx { color: #1E1E1E } /* Name.Other */
46+
.highlight .py { color: #00749C } /* Name.Property */
47+
.highlight .nt { color: #00749C } /* Name.Tag */
48+
.highlight .nv { color: #D71835 } /* Name.Variable */
49+
.highlight .ow { color: #8045E5 } /* Operator.Word */
50+
.highlight .pm { color: #1E1E1E } /* Punctuation.Marker */
51+
.highlight .w { color: #1E1E1E } /* Text.Whitespace */
52+
.highlight .mb { color: #7F4707 } /* Literal.Number.Bin */
53+
.highlight .mf { color: #7F4707 } /* Literal.Number.Float */
54+
.highlight .mh { color: #7F4707 } /* Literal.Number.Hex */
55+
.highlight .mi { color: #7F4707 } /* Literal.Number.Integer */
56+
.highlight .mo { color: #7F4707 } /* Literal.Number.Oct */
57+
.highlight .sa { color: #163 } /* Literal.String.Affix */
58+
.highlight .sb { color: #163 } /* Literal.String.Backtick */
59+
.highlight .sc { color: #163 } /* Literal.String.Char */
60+
.highlight .dl { color: #163 } /* Literal.String.Delimiter */
61+
.highlight .sd { color: #163 } /* Literal.String.Doc */
62+
.highlight .s2 { color: #163 } /* Literal.String.Double */
63+
.highlight .se { color: #163 } /* Literal.String.Escape */
64+
.highlight .sh { color: #163 } /* Literal.String.Heredoc */
65+
.highlight .si { color: #163 } /* Literal.String.Interpol */
66+
.highlight .sx { color: #163 } /* Literal.String.Other */
67+
.highlight .sr { color: #D71835 } /* Literal.String.Regex */
68+
.highlight .s1 { color: #163 } /* Literal.String.Single */
69+
.highlight .ss { color: #00749C } /* Literal.String.Symbol */
70+
.highlight .bp { color: #7F4707 } /* Name.Builtin.Pseudo */
71+
.highlight .fm { color: #00749C } /* Name.Function.Magic */
72+
.highlight .vc { color: #D71835 } /* Name.Variable.Class */
73+
.highlight .vg { color: #D71835 } /* Name.Variable.Global */
74+
.highlight .vi { color: #D71835 } /* Name.Variable.Instance */
75+
.highlight .vm { color: #7F4707 } /* Name.Variable.Magic */
76+
.highlight .il { color: #7F4707 } /* Literal.Number.Integer.Long */
8577
@media not print {
8678
body[data-theme="dark"] .highlight pre { line-height: 125%; }
8779
body[data-theme="dark"] .highlight td.linenos .normal { color: #aaaaaa; background-color: transparent; padding-left: 5px; padding-right: 5px; }

0 commit comments

Comments
 (0)