Skip to content

Commit f283d2a

Browse files
committed
docs: upgrade documentation
1 parent 3adab9d commit f283d2a

Some content is hidden

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

68 files changed

+1329
-1325
lines changed

docs/.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: d787f896d914bf2ecaa04f93d39770ca
3+
config: a522e1d0296f17b325ad1215f0a27013
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_static/basic.css

Lines changed: 24 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote {
236236
a.headerlink {
237237
visibility: hidden;
238238
}
239-
a.brackets:before,
240-
span.brackets > a:before{
241-
content: "[";
242-
}
243-
244-
a.brackets:after,
245-
span.brackets > a:after {
246-
content: "]";
247-
}
248-
249239

250240
h1:hover > a.headerlink,
251241
h2:hover > a.headerlink,
@@ -334,11 +324,15 @@ aside.sidebar {
334324
p.sidebar-title {
335325
font-weight: bold;
336326
}
327+
nav.contents,
328+
aside.topic,
337329
div.admonition, div.topic, blockquote {
338330
clear: left;
339331
}
340332

341333
/* -- topics ---------------------------------------------------------------- */
334+
nav.contents,
335+
aside.topic,
342336
div.topic {
343337
border: 1px solid #ccc;
344338
padding: 7px;
@@ -377,13 +371,17 @@ div.body p.centered {
377371

378372
div.sidebar > :last-child,
379373
aside.sidebar > :last-child,
374+
nav.contents > :last-child,
375+
aside.topic > :last-child,
380376
div.topic > :last-child,
381377
div.admonition > :last-child {
382378
margin-bottom: 0;
383379
}
384380

385381
div.sidebar::after,
386382
aside.sidebar::after,
383+
nav.contents::after,
384+
aside.topic::after,
387385
div.topic::after,
388386
div.admonition::after,
389387
blockquote::after {
@@ -608,19 +606,26 @@ ol.simple p,
608606
ul.simple p {
609607
margin-bottom: 0;
610608
}
611-
dl.footnote > dt,
612-
dl.citation > dt {
609+
aside.footnote > span,
610+
div.citation > span {
613611
float: left;
614-
margin-right: 0.5em;
615612
}
616-
617-
dl.footnote > dd,
618-
dl.citation > dd {
613+
aside.footnote > span:last-of-type,
614+
div.citation > span:last-of-type {
615+
padding-right: 0.5em;
616+
}
617+
aside.footnote > p {
618+
margin-left: 2em;
619+
}
620+
div.citation > p {
621+
margin-left: 4em;
622+
}
623+
aside.footnote > p:last-of-type,
624+
div.citation > p:last-of-type {
619625
margin-bottom: 0em;
620626
}
621-
622-
dl.footnote > dd:after,
623-
dl.citation > dd:after {
627+
aside.footnote > p:last-of-type:after,
628+
div.citation > p:last-of-type:after {
624629
content: "";
625630
clear: both;
626631
}
@@ -636,10 +641,6 @@ dl.field-list > dt {
636641
padding-left: 0.5em;
637642
padding-right: 5px;
638643
}
639-
dl.field-list > dt:after {
640-
content: ":";
641-
}
642-
643644

644645
dl.field-list > dd {
645646
padding-left: 0.5em;

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '1.1.2',
3+
VERSION: '1.1.4',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/_static/pygments.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
.highlight .nt { color: #204a87; font-weight: bold } /* Name.Tag */
5555
.highlight .nv { color: #000000 } /* Name.Variable */
5656
.highlight .ow { color: #204a87; font-weight: bold } /* Operator.Word */
57+
.highlight .pm { color: #000000; font-weight: bold } /* Punctuation.Marker */
5758
.highlight .w { color: #f8f8f8 } /* Text.Whitespace */
5859
.highlight .mb { color: #0000cf; font-weight: bold } /* Literal.Number.Bin */
5960
.highlight .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
@@ -138,6 +139,7 @@ body[data-theme="dark"] .highlight .py { color: #d0d0d0 } /* Name.Property */
138139
body[data-theme="dark"] .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */
139140
body[data-theme="dark"] .highlight .nv { color: #40ffff } /* Name.Variable */
140141
body[data-theme="dark"] .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */
142+
body[data-theme="dark"] .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */
141143
body[data-theme="dark"] .highlight .w { color: #666666 } /* Text.Whitespace */
142144
body[data-theme="dark"] .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */
143145
body[data-theme="dark"] .highlight .mf { color: #51b2fd } /* Literal.Number.Float */
@@ -222,6 +224,7 @@ body:not([data-theme="light"]) .highlight .py { color: #d0d0d0 } /* Name.Propert
222224
body:not([data-theme="light"]) .highlight .nt { color: #6ebf26; font-weight: bold } /* Name.Tag */
223225
body:not([data-theme="light"]) .highlight .nv { color: #40ffff } /* Name.Variable */
224226
body:not([data-theme="light"]) .highlight .ow { color: #6ebf26; font-weight: bold } /* Operator.Word */
227+
body:not([data-theme="light"]) .highlight .pm { color: #d0d0d0 } /* Punctuation.Marker */
225228
body:not([data-theme="light"]) .highlight .w { color: #666666 } /* Text.Whitespace */
226229
body:not([data-theme="light"]) .highlight .mb { color: #51b2fd } /* Literal.Number.Bin */
227230
body:not([data-theme="light"]) .highlight .mf { color: #51b2fd } /* Literal.Number.Float */

0 commit comments

Comments
 (0)