Skip to content

Commit 749b062

Browse files
committed
Deploying to gh-pages from @ eec64c7 🚀
1 parent bb6ceba commit 749b062

16 files changed

Lines changed: 238 additions & 164 deletions

.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: d98e76eeb38f8625f8ec296ba1f363aa
3+
config: 881f3e45184da4ef3516a318caadb6aa
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

-65.5 KB
Binary file not shown.

.doctrees/index.doctree

400 Bytes
Binary file not shown.

_static/alabaster.css

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ div.relations {
6969
}
7070

7171

72+
div.sphinxsidebar {
73+
max-height: 100%;
74+
overflow-y: auto;
75+
}
76+
7277
div.sphinxsidebar a {
7378
color: #444;
7479
text-decoration: none;
@@ -155,6 +160,14 @@ div.sphinxsidebar input {
155160
font-size: 1em;
156161
}
157162

163+
div.sphinxsidebar #searchbox input[type="text"] {
164+
width: 160px;
165+
}
166+
167+
div.sphinxsidebar .search > div {
168+
display: table-cell;
169+
}
170+
158171
div.sphinxsidebar hr {
159172
border: none;
160173
height: 1px;
@@ -644,15 +657,7 @@ a:hover tt, a:hover code {
644657
display: none!important;
645658
}
646659

647-
/* Make nested-list/multi-paragraph items look better in Releases changelog
648-
* pages. Without this, docutils' magical list fuckery causes inconsistent
649-
* formatting between different release sub-lists.
650-
*/
651-
div#changelog > div.section > ul > li > p:only-child {
652-
margin-bottom: 0;
653-
}
654-
655-
/* Hide fugly table cell borders in ..bibliography:: directive output */
660+
/* Hide ugly table cell borders in ..bibliography:: directive output */
656661
table.docutils.citation, table.docutils.citation td, table.docutils.citation th {
657662
border: none;
658663
/* Below needed in some edge cases; if not applied, bottom shadows appear */

_static/basic.css

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Sphinx stylesheet -- basic theme.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -222,7 +222,7 @@ table.modindextable td {
222222
/* -- general body styles --------------------------------------------------- */
223223

224224
div.body {
225-
min-width: 360px;
225+
min-width: inherit;
226226
max-width: 800px;
227227
}
228228

@@ -237,6 +237,10 @@ a.headerlink {
237237
visibility: hidden;
238238
}
239239

240+
a:visited {
241+
color: #551A8B;
242+
}
243+
240244
h1:hover > a.headerlink,
241245
h2:hover > a.headerlink,
242246
h3:hover > a.headerlink,

_static/doctools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* Base JavaScript utilities for all Sphinx HTML documentation.
66
*
7-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
7+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/

_static/documentation_options.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
var DOCUMENTATION_OPTIONS = {
2-
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
1+
const DOCUMENTATION_OPTIONS = {
32
VERSION: '',
43
LANGUAGE: 'en',
54
COLLAPSE_INDEX: false,

_static/language_data.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
* This script contains the language-specific data used by searchtools.js,
66
* namely the list of stopwords, stemmer, scorer and splitter.
77
*
8-
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
99
* :license: BSD, see LICENSE for details.
1010
*
1111
*/
1212

1313
var stopwords = ["a", "and", "are", "as", "at", "be", "but", "by", "for", "if", "in", "into", "is", "it", "near", "no", "not", "of", "on", "or", "such", "that", "the", "their", "then", "there", "these", "they", "this", "to", "was", "will", "with"];
1414

1515

16-
/* Non-minified version is copied as a separate JS file, is available */
16+
/* Non-minified version is copied as a separate JS file, if available */
1717

1818
/**
1919
* Porter Stemmer

_static/pygments.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ span.linenos.special { color: #000000; background-color: #ffffc0; padding-left:
5656
.highlight .nv { color: #000 } /* Name.Variable */
5757
.highlight .ow { color: #004461; font-weight: bold } /* Operator.Word */
5858
.highlight .pm { color: #000; font-weight: bold } /* Punctuation.Marker */
59-
.highlight .w { color: #F8F8F8; text-decoration: underline } /* Text.Whitespace */
59+
.highlight .w { color: #F8F8F8 } /* Text.Whitespace */
6060
.highlight .mb { color: #900 } /* Literal.Number.Bin */
6161
.highlight .mf { color: #900 } /* Literal.Number.Float */
6262
.highlight .mh { color: #900 } /* Literal.Number.Hex */

0 commit comments

Comments
 (0)