Skip to content

Commit 43f7db7

Browse files
committed
Deploying to gh-pages from @ 2a69ce5 🚀
1 parent 09490a7 commit 43f7db7

17 files changed

+99
-135
lines changed

.buildinfo

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
2-
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: cd196e0143654377c6657d540ad873cf
2+
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
3+
config: b6cb14b071401021516e6657a0fd7ecc
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

_static/basic.css

+2-13
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* basic.css
3-
* ~~~~~~~~~
4-
*
52
* Sphinx stylesheet -- basic theme.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114

125
/* -- main layout ----------------------------------------------------------- */
@@ -115,15 +108,11 @@ img {
115108
/* -- search page ----------------------------------------------------------- */
116109

117110
ul.search {
118-
margin: 10px 0 0 20px;
119-
padding: 0;
111+
margin-top: 10px;
120112
}
121113

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

129118
ul.search li a {

_static/doctools.js

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
/*
2-
* doctools.js
3-
* ~~~~~~~~~~~
4-
*
52
* Base JavaScript utilities for all Sphinx HTML documentation.
6-
*
7-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
8-
* :license: BSD, see LICENSE for details.
9-
*
103
*/
114
"use strict";
125

_static/language_data.js

-7
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
/*
2-
* language_data.js
3-
* ~~~~~~~~~~~~~~~~
4-
*
52
* This script contains the language-specific data used by searchtools.js,
63
* namely the list of stopwords, stemmer, scorer and splitter.
7-
*
8-
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
9-
* :license: BSD, see LICENSE for details.
10-
*
114
*/
125

136
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"];

_static/pygments.css

+6-6
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,17 @@ body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /*
106106
body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
107107
body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
108108
body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
109-
body[data-theme="dark"] .highlight .gd { color: #d22323 } /* Generic.Deleted */
109+
body[data-theme="dark"] .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
110110
body[data-theme="dark"] .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
111111
body[data-theme="dark"] .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
112-
body[data-theme="dark"] .highlight .gr { color: #d22323 } /* Generic.Error */
112+
body[data-theme="dark"] .highlight .gr { color: #ff3a3a } /* Generic.Error */
113113
body[data-theme="dark"] .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
114114
body[data-theme="dark"] .highlight .gi { color: #589819 } /* Generic.Inserted */
115115
body[data-theme="dark"] .highlight .go { color: #cccccc } /* Generic.Output */
116116
body[data-theme="dark"] .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
117117
body[data-theme="dark"] .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
118118
body[data-theme="dark"] .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
119-
body[data-theme="dark"] .highlight .gt { color: #d22323 } /* Generic.Traceback */
119+
body[data-theme="dark"] .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
120120
body[data-theme="dark"] .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
121121
body[data-theme="dark"] .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
122122
body[data-theme="dark"] .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */
@@ -192,17 +192,17 @@ body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bol
192192
body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
193193
body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
194194
body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
195-
body:not([data-theme="light"]) .highlight .gd { color: #d22323 } /* Generic.Deleted */
195+
body:not([data-theme="light"]) .highlight .gd { color: #ff3a3a } /* Generic.Deleted */
196196
body:not([data-theme="light"]) .highlight .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
197197
body:not([data-theme="light"]) .highlight .ges { color: #d0d0d0; font-weight: bold; font-style: italic } /* Generic.EmphStrong */
198-
body:not([data-theme="light"]) .highlight .gr { color: #d22323 } /* Generic.Error */
198+
body:not([data-theme="light"]) .highlight .gr { color: #ff3a3a } /* Generic.Error */
199199
body:not([data-theme="light"]) .highlight .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
200200
body:not([data-theme="light"]) .highlight .gi { color: #589819 } /* Generic.Inserted */
201201
body:not([data-theme="light"]) .highlight .go { color: #cccccc } /* Generic.Output */
202202
body:not([data-theme="light"]) .highlight .gp { color: #aaaaaa } /* Generic.Prompt */
203203
body:not([data-theme="light"]) .highlight .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
204204
body:not([data-theme="light"]) .highlight .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
205-
body:not([data-theme="light"]) .highlight .gt { color: #d22323 } /* Generic.Traceback */
205+
body:not([data-theme="light"]) .highlight .gt { color: #ff3a3a } /* Generic.Traceback */
206206
body:not([data-theme="light"]) .highlight .kc { color: #6ebf26; font-weight: bold } /* Keyword.Constant */
207207
body:not([data-theme="light"]) .highlight .kd { color: #6ebf26; font-weight: bold } /* Keyword.Declaration */
208208
body:not([data-theme="light"]) .highlight .kn { color: #6ebf26; font-weight: bold } /* Keyword.Namespace */

_static/scripts/furo.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_static/scripts/furo.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)