Skip to content

Commit 16f2ec9

Browse files
committed
docs update
1 parent a239092 commit 16f2ec9

32 files changed

+4213
-1863
lines changed
9.67 KB
Binary file not shown.

docs/_build/doctrees/index.doctree

62.7 KB
Binary file not shown.

docs/_build/html/.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: 795fda3a4963648736253334baf00dc7
3+
config: 940d3224dd2d19a3cb9827f1fc6bf793
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_static/basic.css

Lines changed: 179 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2016 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2020 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -81,10 +81,26 @@ div.sphinxsidebar input {
8181
font-size: 1em;
8282
}
8383

84+
div.sphinxsidebar #searchbox form.search {
85+
overflow: hidden;
86+
}
87+
8488
div.sphinxsidebar #searchbox input[type="text"] {
85-
width: 170px;
89+
float: left;
90+
width: 80%;
91+
padding: 0.25em;
92+
box-sizing: border-box;
8693
}
8794

95+
div.sphinxsidebar #searchbox input[type="submit"] {
96+
float: left;
97+
width: 20%;
98+
border-left: none;
99+
padding: 0.25em;
100+
box-sizing: border-box;
101+
}
102+
103+
88104
img {
89105
border: 0;
90106
max-width: 100%;
@@ -122,6 +138,8 @@ ul.keywordmatches li.goodmatch a {
122138

123139
table.contentstable {
124140
width: 90%;
141+
margin-left: auto;
142+
margin-right: auto;
125143
}
126144

127145
table.contentstable p.biglink {
@@ -149,9 +167,14 @@ table.indextable td {
149167
vertical-align: top;
150168
}
151169

152-
table.indextable dl, table.indextable dd {
170+
table.indextable ul {
153171
margin-top: 0;
154172
margin-bottom: 0;
173+
list-style-type: none;
174+
}
175+
176+
table.indextable > tbody > tr > td > ul {
177+
padding-left: 0em;
155178
}
156179

157180
table.indextable tr.pcap {
@@ -183,8 +206,20 @@ div.genindex-jumpbox {
183206
padding: 0.4em;
184207
}
185208

209+
/* -- domain module index --------------------------------------------------- */
210+
211+
table.modindextable td {
212+
padding: 2px;
213+
border-collapse: collapse;
214+
}
215+
186216
/* -- general body styles --------------------------------------------------- */
187217

218+
div.body {
219+
min-width: 450px;
220+
max-width: 800px;
221+
}
222+
188223
div.body p, div.body dd, div.body li, div.body blockquote {
189224
-moz-hyphens: auto;
190225
-ms-hyphens: auto;
@@ -196,6 +231,16 @@ a.headerlink {
196231
visibility: hidden;
197232
}
198233

234+
a.brackets:before,
235+
span.brackets > a:before{
236+
content: "[";
237+
}
238+
239+
a.brackets:after,
240+
span.brackets > a:after {
241+
content: "]";
242+
}
243+
199244
h1:hover > a.headerlink,
200245
h2:hover > a.headerlink,
201246
h3:hover > a.headerlink,
@@ -217,10 +262,6 @@ div.body td {
217262
text-align: left;
218263
}
219264

220-
.field-list ul {
221-
padding-left: 1em;
222-
}
223-
224265
.first {
225266
margin-top: 0 !important;
226267
}
@@ -248,6 +289,12 @@ img.align-center, .figure.align-center, object.align-center {
248289
margin-right: auto;
249290
}
250291

292+
img.align-default, .figure.align-default {
293+
display: block;
294+
margin-left: auto;
295+
margin-right: auto;
296+
}
297+
251298
.align-left {
252299
text-align: left;
253300
}
@@ -256,6 +303,10 @@ img.align-center, .figure.align-center, object.align-center {
256303
text-align: center;
257304
}
258305

306+
.align-default {
307+
text-align: center;
308+
}
309+
259310
.align-right {
260311
text-align: right;
261312
}
@@ -322,6 +373,16 @@ table.docutils {
322373
border-collapse: collapse;
323374
}
324375

376+
table.align-center {
377+
margin-left: auto;
378+
margin-right: auto;
379+
}
380+
381+
table.align-default {
382+
margin-left: auto;
383+
margin-right: auto;
384+
}
385+
325386
table caption span.caption-number {
326387
font-style: italic;
327388
}
@@ -337,10 +398,6 @@ table.docutils td, table.docutils th {
337398
border-bottom: 1px solid #aaa;
338399
}
339400

340-
table.field-list td, table.field-list th {
341-
border: 0 !important;
342-
}
343-
344401
table.footnote td, table.footnote th {
345402
border: 0 !important;
346403
}
@@ -359,6 +416,16 @@ table.citation td {
359416
border-bottom: none;
360417
}
361418

419+
th > p:first-child,
420+
td > p:first-child {
421+
margin-top: 0px;
422+
}
423+
424+
th > p:last-child,
425+
td > p:last-child {
426+
margin-bottom: 0px;
427+
}
428+
362429
/* -- figures --------------------------------------------------------------- */
363430

364431
div.figure {
@@ -377,6 +444,34 @@ div.figure p.caption span.caption-number {
377444
div.figure p.caption span.caption-text {
378445
}
379446

447+
/* -- field list styles ----------------------------------------------------- */
448+
449+
table.field-list td, table.field-list th {
450+
border: 0 !important;
451+
}
452+
453+
.field-list ul {
454+
margin: 0;
455+
padding-left: 1em;
456+
}
457+
458+
.field-list p {
459+
margin: 0;
460+
}
461+
462+
.field-name {
463+
-moz-hyphens: manual;
464+
-ms-hyphens: manual;
465+
-webkit-hyphens: manual;
466+
hyphens: manual;
467+
}
468+
469+
/* -- hlist styles ---------------------------------------------------------- */
470+
471+
table.hlist td {
472+
vertical-align: top;
473+
}
474+
380475

381476
/* -- other body styles ----------------------------------------------------- */
382477

@@ -400,11 +495,58 @@ ol.upperroman {
400495
list-style: upper-roman;
401496
}
402497

498+
li > p:first-child {
499+
margin-top: 0px;
500+
}
501+
502+
li > p:last-child {
503+
margin-bottom: 0px;
504+
}
505+
506+
dl.footnote > dt,
507+
dl.citation > dt {
508+
float: left;
509+
}
510+
511+
dl.footnote > dd,
512+
dl.citation > dd {
513+
margin-bottom: 0em;
514+
}
515+
516+
dl.footnote > dd:after,
517+
dl.citation > dd:after {
518+
content: "";
519+
clear: both;
520+
}
521+
522+
dl.field-list {
523+
display: grid;
524+
grid-template-columns: fit-content(30%) auto;
525+
}
526+
527+
dl.field-list > dt {
528+
font-weight: bold;
529+
word-break: break-word;
530+
padding-left: 0.5em;
531+
padding-right: 5px;
532+
}
533+
534+
dl.field-list > dt:after {
535+
content: ":";
536+
}
537+
538+
dl.field-list > dd {
539+
padding-left: 0.5em;
540+
margin-top: 0em;
541+
margin-left: 0em;
542+
margin-bottom: 0em;
543+
}
544+
403545
dl {
404546
margin-bottom: 15px;
405547
}
406548

407-
dd p {
549+
dd > p:first-child {
408550
margin-top: 0px;
409551
}
410552

@@ -418,24 +560,19 @@ dd {
418560
margin-left: 30px;
419561
}
420562

421-
dt:target, .highlighted {
563+
dt:target, span.highlighted {
422564
background-color: #fbe54e;
423565
}
424566

567+
rect.highlighted {
568+
fill: #fbe54e;
569+
}
570+
425571
dl.glossary dt {
426572
font-weight: bold;
427573
font-size: 1.1em;
428574
}
429575

430-
.field-list ul {
431-
margin: 0;
432-
padding-left: 1em;
433-
}
434-
435-
.field-list p {
436-
margin: 0;
437-
}
438-
439576
.optional {
440577
font-size: 1.3em;
441578
}
@@ -482,6 +619,12 @@ dl.glossary dt {
482619
font-style: oblique;
483620
}
484621

622+
.classifier:before {
623+
font-style: normal;
624+
margin: 0.5em;
625+
content: ":";
626+
}
627+
485628
abbr, acronym {
486629
border-bottom: dotted 1px;
487630
cursor: help;
@@ -529,6 +672,10 @@ div.code-block-caption + div > div.highlight > pre {
529672
margin-top: 0;
530673
}
531674

675+
div.doctest > div.highlight span.gp { /* gp: Generic.Prompt */
676+
user-select: none;
677+
}
678+
532679
div.code-block-caption span.caption-number {
533680
padding: 0.1em 0.3em;
534681
font-style: italic;
@@ -592,6 +739,16 @@ span.eqno {
592739
float: right;
593740
}
594741

742+
span.eqno a.headerlink {
743+
position: relative;
744+
left: 0px;
745+
z-index: 1;
746+
}
747+
748+
div.math:hover a.headerlink {
749+
visibility: visible;
750+
}
751+
595752
/* -- printout stylesheet --------------------------------------------------- */
596753

597754
@media print {

docs/_build/html/_static/css/badge_only.css

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy