Skip to content

Commit 595bab8

Browse files
committed
4.0.1
1 parent aa09e96 commit 595bab8

File tree

445 files changed

+140810
-1
lines changed

Some content is hidden

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

445 files changed

+140810
-1
lines changed

4.0.1/html/_static/basic.css

+925
Large diffs are not rendered by default.

4.0.1/html/_static/check-solid.svg

+4
Loading

4.0.1/html/_static/classic.css

+269
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,269 @@
1+
/*
2+
* classic.css_t
3+
* ~~~~~~~~~~~~~
4+
*
5+
* Sphinx stylesheet -- classic theme.
6+
*
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
10+
*/
11+
12+
@import url("basic.css");
13+
14+
/* -- page layout ----------------------------------------------------------- */
15+
16+
html {
17+
/* CSS hack for macOS's scrollbar (see #1125) */
18+
background-color: #FFFFFF;
19+
}
20+
21+
body {
22+
font-family: sans-serif;
23+
font-size: 100%;
24+
background-color: #11303d;
25+
color: #000;
26+
margin: 0;
27+
padding: 0;
28+
}
29+
30+
div.document {
31+
display: flex;
32+
background-color: #1c4e63;
33+
}
34+
35+
div.documentwrapper {
36+
float: left;
37+
width: 100%;
38+
}
39+
40+
div.bodywrapper {
41+
margin: 0 0 0 230px;
42+
}
43+
44+
div.body {
45+
background-color: #ffffff;
46+
color: #000000;
47+
padding: 0 20px 30px 20px;
48+
}
49+
50+
div.footer {
51+
color: #ffffff;
52+
width: 100%;
53+
padding: 9px 0 9px 0;
54+
text-align: center;
55+
font-size: 75%;
56+
}
57+
58+
div.footer a {
59+
color: #ffffff;
60+
text-decoration: underline;
61+
}
62+
63+
div.related {
64+
background-color: #133f52;
65+
line-height: 30px;
66+
color: #ffffff;
67+
}
68+
69+
div.related a {
70+
color: #ffffff;
71+
}
72+
73+
div.sphinxsidebar {
74+
}
75+
76+
div.sphinxsidebar h3 {
77+
font-family: 'Trebuchet MS', sans-serif;
78+
color: #ffffff;
79+
font-size: 1.4em;
80+
font-weight: normal;
81+
margin: 0;
82+
padding: 0;
83+
}
84+
85+
div.sphinxsidebar h3 a {
86+
color: #ffffff;
87+
}
88+
89+
div.sphinxsidebar h4 {
90+
font-family: 'Trebuchet MS', sans-serif;
91+
color: #ffffff;
92+
font-size: 1.3em;
93+
font-weight: normal;
94+
margin: 5px 0 0 0;
95+
padding: 0;
96+
}
97+
98+
div.sphinxsidebar p {
99+
color: #ffffff;
100+
}
101+
102+
div.sphinxsidebar p.topless {
103+
margin: 5px 10px 10px 10px;
104+
}
105+
106+
div.sphinxsidebar ul {
107+
margin: 10px;
108+
padding: 0;
109+
color: #ffffff;
110+
}
111+
112+
div.sphinxsidebar a {
113+
color: #98dbcc;
114+
}
115+
116+
div.sphinxsidebar input {
117+
border: 1px solid #98dbcc;
118+
font-family: sans-serif;
119+
font-size: 1em;
120+
}
121+
122+
123+
124+
/* -- hyperlink styles ------------------------------------------------------ */
125+
126+
a {
127+
color: #355f7c;
128+
text-decoration: none;
129+
}
130+
131+
a:visited {
132+
color: #551a8b;
133+
text-decoration: none;
134+
}
135+
136+
a:hover {
137+
text-decoration: underline;
138+
}
139+
140+
141+
142+
/* -- body styles ----------------------------------------------------------- */
143+
144+
div.body h1,
145+
div.body h2,
146+
div.body h3,
147+
div.body h4,
148+
div.body h5,
149+
div.body h6 {
150+
font-family: 'Trebuchet MS', sans-serif;
151+
background-color: #f2f2f2;
152+
font-weight: normal;
153+
color: #20435c;
154+
border-bottom: 1px solid #ccc;
155+
margin: 20px -20px 10px -20px;
156+
padding: 3px 0 3px 10px;
157+
}
158+
159+
div.body h1 { margin-top: 0; font-size: 200%; }
160+
div.body h2 { font-size: 160%; }
161+
div.body h3 { font-size: 140%; }
162+
div.body h4 { font-size: 120%; }
163+
div.body h5 { font-size: 110%; }
164+
div.body h6 { font-size: 100%; }
165+
166+
a.headerlink {
167+
color: #c60f0f;
168+
font-size: 0.8em;
169+
padding: 0 4px 0 4px;
170+
text-decoration: none;
171+
}
172+
173+
a.headerlink:hover {
174+
background-color: #c60f0f;
175+
color: white;
176+
}
177+
178+
div.body p, div.body dd, div.body li, div.body blockquote {
179+
text-align: justify;
180+
line-height: 130%;
181+
}
182+
183+
div.admonition p.admonition-title + p {
184+
display: inline;
185+
}
186+
187+
div.admonition p {
188+
margin-bottom: 5px;
189+
}
190+
191+
div.admonition pre {
192+
margin-bottom: 5px;
193+
}
194+
195+
div.admonition ul, div.admonition ol {
196+
margin-bottom: 5px;
197+
}
198+
199+
div.note {
200+
background-color: #eee;
201+
border: 1px solid #ccc;
202+
}
203+
204+
div.seealso {
205+
background-color: #ffc;
206+
border: 1px solid #ff6;
207+
}
208+
209+
nav.contents,
210+
aside.topic,
211+
div.topic {
212+
background-color: #eee;
213+
}
214+
215+
div.warning {
216+
background-color: #ffe4e4;
217+
border: 1px solid #f66;
218+
}
219+
220+
p.admonition-title {
221+
display: inline;
222+
}
223+
224+
p.admonition-title:after {
225+
content: ":";
226+
}
227+
228+
pre {
229+
padding: 5px;
230+
background-color: unset;
231+
color: unset;
232+
line-height: 120%;
233+
border: 1px solid #ac9;
234+
border-left: none;
235+
border-right: none;
236+
}
237+
238+
code {
239+
background-color: #ecf0f3;
240+
padding: 0 1px 0 1px;
241+
font-size: 0.95em;
242+
}
243+
244+
th, dl.field-list > dt {
245+
background-color: #ede;
246+
}
247+
248+
.warning code {
249+
background: #efc2c2;
250+
}
251+
252+
.note code {
253+
background: #d6d6d6;
254+
}
255+
256+
.viewcode-back {
257+
font-family: sans-serif;
258+
}
259+
260+
div.viewcode-block:target {
261+
background-color: #f4debf;
262+
border-top: 1px solid #ac9;
263+
border-bottom: 1px solid #ac9;
264+
}
265+
266+
div.code-block-caption {
267+
color: #efefef;
268+
background-color: #1c4e63;
269+
}

4.0.1/html/_static/clipboard.min.js

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

4.0.1/html/_static/copy-button.svg

+5
Loading

4.0.1/html/_static/copybutton.css

+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
/* Copy buttons */
2+
button.copybtn {
3+
position: absolute;
4+
display: flex;
5+
top: .3em;
6+
right: .3em;
7+
width: 1.7em;
8+
height: 1.7em;
9+
opacity: 0;
10+
transition: opacity 0.3s, border .3s, background-color .3s;
11+
user-select: none;
12+
padding: 0;
13+
border: none;
14+
outline: none;
15+
border-radius: 0.4em;
16+
/* The colors that GitHub uses */
17+
border: #1b1f2426 1px solid;
18+
background-color: #f6f8fa;
19+
color: #57606a;
20+
}
21+
22+
button.copybtn.success {
23+
border-color: #22863a;
24+
color: #22863a;
25+
}
26+
27+
button.copybtn svg {
28+
stroke: currentColor;
29+
width: 1.5em;
30+
height: 1.5em;
31+
padding: 0.1em;
32+
}
33+
34+
div.highlight {
35+
position: relative;
36+
}
37+
38+
/* Show the copybutton */
39+
.highlight:hover button.copybtn, button.copybtn.success {
40+
opacity: 1;
41+
}
42+
43+
.highlight button.copybtn:hover {
44+
background-color: rgb(235, 235, 235);
45+
}
46+
47+
.highlight button.copybtn:active {
48+
background-color: rgb(187, 187, 187);
49+
}
50+
51+
/**
52+
* A minimal CSS-only tooltip copied from:
53+
* https://codepen.io/mildrenben/pen/rVBrpK
54+
*
55+
* To use, write HTML like the following:
56+
*
57+
* <p class="o-tooltip--left" data-tooltip="Hey">Short</p>
58+
*/
59+
.o-tooltip--left {
60+
position: relative;
61+
}
62+
63+
.o-tooltip--left:after {
64+
opacity: 0;
65+
visibility: hidden;
66+
position: absolute;
67+
content: attr(data-tooltip);
68+
padding: .2em;
69+
font-size: .8em;
70+
left: -.2em;
71+
background: grey;
72+
color: white;
73+
white-space: nowrap;
74+
z-index: 2;
75+
border-radius: 2px;
76+
transform: translateX(-102%) translateY(0);
77+
transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
78+
}
79+
80+
.o-tooltip--left:hover:after {
81+
display: block;
82+
opacity: 1;
83+
visibility: visible;
84+
transform: translateX(-100%) translateY(0);
85+
transition: opacity 0.2s cubic-bezier(0.64, 0.09, 0.08, 1), transform 0.2s cubic-bezier(0.64, 0.09, 0.08, 1);
86+
transition-delay: .5s;
87+
}
88+
89+
/* By default the copy button shouldn't show up when printing a page */
90+
@media print {
91+
button.copybtn {
92+
display: none;
93+
}
94+
}

0 commit comments

Comments
 (0)