Skip to content

Commit 669e5db

Browse files
deploy: 462081d
1 parent 2712a5e commit 669e5db

25 files changed

+329
-13355
lines changed

.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: 416966ba793e45355b4f08846cdc4958
3+
config: 0aac19611e89d03b40de4e506b373caf
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 0 additions & 134 deletions
This file was deleted.

_static/basic.css

Lines changed: 26 additions & 1 deletion
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-2024 by the Sphinx team, see AUTHORS.
88
* :license: BSD, see LICENSE for details.
99
*
1010
*/
@@ -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,
@@ -324,13 +328,15 @@ aside.sidebar {
324328
p.sidebar-title {
325329
font-weight: bold;
326330
}
331+
327332
nav.contents,
328333
aside.topic,
329334
div.admonition, div.topic, blockquote {
330335
clear: left;
331336
}
332337

333338
/* -- topics ---------------------------------------------------------------- */
339+
334340
nav.contents,
335341
aside.topic,
336342
div.topic {
@@ -606,6 +612,7 @@ ol.simple p,
606612
ul.simple p {
607613
margin-bottom: 0;
608614
}
615+
609616
aside.footnote > span,
610617
div.citation > span {
611618
float: left;
@@ -667,6 +674,16 @@ dd {
667674
margin-left: 30px;
668675
}
669676

677+
.sig dd {
678+
margin-top: 0px;
679+
margin-bottom: 0px;
680+
}
681+
682+
.sig dl {
683+
margin-top: 0px;
684+
margin-bottom: 0px;
685+
}
686+
670687
dl > dd:last-child,
671688
dl > dd:last-child > :last-child {
672689
margin-bottom: 0;
@@ -735,6 +752,14 @@ abbr, acronym {
735752
cursor: help;
736753
}
737754

755+
.translated {
756+
background-color: rgba(207, 255, 207, 0.2)
757+
}
758+
759+
.untranslated {
760+
background-color: rgba(255, 207, 207, 0.2)
761+
}
762+
738763
/* -- code displays --------------------------------------------------------- */
739764

740765
pre {

_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-2022 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,

0 commit comments

Comments
 (0)