Skip to content

Commit 9678a56

Browse files
committed
4.0.2
1 parent 595bab8 commit 9678a56

File tree

445 files changed

+140812
-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

+140812
-1
lines changed

4.0.2/html/_static/basic.css

+914
Large diffs are not rendered by default.

4.0.2/html/_static/check-solid.svg

+4
Loading

4.0.2/html/_static/classic.css

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

4.0.2/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.2/html/_static/copy-button.svg

+5
Loading

4.0.2/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)