Skip to content

Commit c9bfe0b

Browse files
committed
Rebuild documentation
1 parent 8326a16 commit c9bfe0b

27 files changed

+366
-13225
lines changed
-951 Bytes
Binary file not shown.
96.8 KB
Binary file not shown.
-49 Bytes
Binary file not shown.

docs/_build/doctrees/index.doctree

-663 Bytes
Binary file not shown.
-74 Bytes
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: 762312117f43540675b3ed58a675231c
3+
config: 5ae38ec081ad4930576a06d9d0f691ce
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/_build/html/_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,9 @@
1-
/*
2-
* _sphinx_javascript_frameworks_compat.js
3-
* ~~~~~~~~~~
4-
*
5-
* Compatability shim for jQuery and underscores.js.
6-
*
7-
* WILL BE REMOVED IN Sphinx 6.0
8-
* xref RemovedInSphinx60Warning
1+
/* Compatability shim for jQuery and underscores.js.
92
*
3+
* Copyright Sphinx contributors
4+
* Released under the two clause BSD licence
105
*/
116

12-
/**
13-
* select a different prefix for underscore
14-
*/
15-
$u = _.noConflict();
16-
17-
187
/**
198
* small helper function to urldecode strings
209
*

docs/_build/html/_static/basic.css

Lines changed: 11 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -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,17 @@ aside.sidebar {
334324
p.sidebar-title {
335325
font-weight: bold;
336326
}
327+
328+
nav.contents,
329+
aside.topic,
337330
div.admonition, div.topic, blockquote {
338331
clear: left;
339332
}
340333

341334
/* -- topics ---------------------------------------------------------------- */
335+
336+
nav.contents,
337+
aside.topic,
342338
div.topic {
343339
border: 1px solid #ccc;
344340
padding: 7px;
@@ -377,13 +373,17 @@ div.body p.centered {
377373

378374
div.sidebar > :last-child,
379375
aside.sidebar > :last-child,
376+
nav.contents > :last-child,
377+
aside.topic > :last-child,
380378
div.topic > :last-child,
381379
div.admonition > :last-child {
382380
margin-bottom: 0;
383381
}
384382

385383
div.sidebar::after,
386384
aside.sidebar::after,
385+
nav.contents::after,
386+
aside.topic::after,
387387
div.topic::after,
388388
div.admonition::after,
389389
blockquote::after {
@@ -609,25 +609,6 @@ ul.simple p {
609609
margin-bottom: 0;
610610
}
611611

612-
/* Docutils 0.17 and older (footnotes & citations) */
613-
dl.footnote > dt,
614-
dl.citation > dt {
615-
float: left;
616-
margin-right: 0.5em;
617-
}
618-
619-
dl.footnote > dd,
620-
dl.citation > dd {
621-
margin-bottom: 0em;
622-
}
623-
624-
dl.footnote > dd:after,
625-
dl.citation > dd:after {
626-
content: "";
627-
clear: both;
628-
}
629-
630-
/* Docutils 0.18+ (footnotes & citations) */
631612
aside.footnote > span,
632613
div.citation > span {
633614
float: left;
@@ -652,8 +633,6 @@ div.citation > p:last-of-type:after {
652633
clear: both;
653634
}
654635

655-
/* Footnotes & citations ends */
656-
657636
dl.field-list {
658637
display: grid;
659638
grid-template-columns: fit-content(30%) auto;
@@ -666,10 +645,6 @@ dl.field-list > dt {
666645
padding-right: 5px;
667646
}
668647

669-
dl.field-list > dt:after {
670-
content: ":";
671-
}
672-
673648
dl.field-list > dd {
674649
padding-left: 0.5em;
675650
margin-top: 0em;

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

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

docs/_build/html/_static/css/theme.css

Lines changed: 2 additions & 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)