Skip to content

Commit 777c737

Browse files
Deploy to GitHub pages
1 parent 39475ec commit 777c737

File tree

563 files changed

+9536
-9606
lines changed

Some content is hidden

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

563 files changed

+9536
-9606
lines changed

latest/_sphinx_design_static/sphinx-design.4cbf315f70debaebd550c87a6162cf0f.min.css

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

latest/_static/basic.css

Lines changed: 13 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* basic.css
3+
* ~~~~~~~~~
4+
*
25
* Sphinx stylesheet -- basic theme.
6+
*
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411

512
/* -- main layout ----------------------------------------------------------- */
@@ -108,11 +115,15 @@ img {
108115
/* -- search page ----------------------------------------------------------- */
109116

110117
ul.search {
111-
margin-top: 10px;
118+
margin: 10px 0 0 20px;
119+
padding: 0;
112120
}
113121

114122
ul.search li {
115-
padding: 5px 0;
123+
padding: 5px 0 5px 20px;
124+
background-image: url(file.png);
125+
background-repeat: no-repeat;
126+
background-position: 0 7px;
116127
}
117128

118129
ul.search li a {
@@ -226,10 +237,6 @@ a.headerlink {
226237
visibility: hidden;
227238
}
228239

229-
a:visited {
230-
color: #551A8B;
231-
}
232-
233240
h1:hover > a.headerlink,
234241
h2:hover > a.headerlink,
235242
h3:hover > a.headerlink,
@@ -663,16 +670,6 @@ dd {
663670
margin-left: 30px;
664671
}
665672

666-
.sig dd {
667-
margin-top: 0px;
668-
margin-bottom: 0px;
669-
}
670-
671-
.sig dl {
672-
margin-top: 0px;
673-
margin-bottom: 0px;
674-
}
675-
676673
dl > dd:last-child,
677674
dl > dd:last-child > :last-child {
678675
margin-bottom: 0;
@@ -741,14 +738,6 @@ abbr, acronym {
741738
cursor: help;
742739
}
743740

744-
.translated {
745-
background-color: rgba(207, 255, 207, 0.2)
746-
}
747-
748-
.untranslated {
749-
background-color: rgba(255, 207, 207, 0.2)
750-
}
751-
752741
/* -- code displays --------------------------------------------------------- */
753742

754743
pre {

latest/_static/doctools.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
/*
2+
* doctools.js
3+
* ~~~~~~~~~~~
4+
*
25
* Base JavaScript utilities for all Sphinx HTML documentation.
6+
*
7+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
8+
* :license: BSD, see LICENSE for details.
9+
*
310
*/
411
"use strict";
512

latest/_static/documentation_options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
const DOCUMENTATION_OPTIONS = {
1+
var DOCUMENTATION_OPTIONS = {
2+
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
23
VERSION: 'Unreleased',
34
LANGUAGE: 'en',
45
COLLAPSE_INDEX: false,

latest/_static/language_data.js

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
/*
2+
* language_data.js
3+
* ~~~~~~~~~~~~~~~~
4+
*
25
* This script contains the language-specific data used by searchtools.js,
36
* namely the list of stopwords, stemmer, scorer and splitter.
7+
*
8+
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
9+
* :license: BSD, see LICENSE for details.
10+
*
411
*/
512

613
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"];
714

815

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

1118
/**
1219
* Porter Stemmer

0 commit comments

Comments
 (0)