Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 25, 2024
1 parent a8b5fd1 commit 90e1c72
Show file tree
Hide file tree
Showing 82 changed files with 4,664 additions and 14,223 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0; URL=./latest/userguides/quickstart.html">
<meta http-equiv="refresh" content="0; URL=./stable/userguides/quickstart.html">
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/exceptions.doctree
Binary file not shown.
2 changes: 1 addition & 1 deletion stable/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 6fe6e1abc3df0cfceef3585b3edd1811
config: c5cb65bd5006ecbec6024c5e55a7bdc6
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified stable/.doctrees/environment.pickle
Binary file not shown.
Binary file modified stable/.doctrees/index.doctree
Binary file not shown.
Binary file modified stable/.doctrees/methoddocs/exceptions.doctree
Binary file not shown.
Binary file modified stable/.doctrees/methoddocs/providers.doctree
Binary file not shown.
Binary file modified stable/.doctrees/userguides/quickstart.doctree
Binary file not shown.
19 changes: 0 additions & 19 deletions stable/_sources/index.md.txt

This file was deleted.

1 change: 1 addition & 0 deletions stable/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. dynamic-toc-tree::
24 changes: 23 additions & 1 deletion stable/_static/basic.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down Expand Up @@ -237,6 +237,10 @@ a.headerlink {
visibility: hidden;
}

a:visited {
color: #551A8B;
}

h1:hover > a.headerlink,
h2:hover > a.headerlink,
h3:hover > a.headerlink,
Expand Down Expand Up @@ -670,6 +674,16 @@ dd {
margin-left: 30px;
}

.sig dd {
margin-top: 0px;
margin-bottom: 0px;
}

.sig dl {
margin-top: 0px;
margin-bottom: 0px;
}

dl > dd:last-child,
dl > dd:last-child > :last-child {
margin-bottom: 0;
Expand Down Expand Up @@ -738,6 +752,14 @@ abbr, acronym {
cursor: help;
}

.translated {
background-color: rgba(207, 255, 207, 0.2)
}

.untranslated {
background-color: rgba(255, 207, 207, 0.2)
}

/* -- code displays --------------------------------------------------------- */

pre {
Expand Down
1 change: 0 additions & 1 deletion stable/_static/css/badge_only.css

This file was deleted.

4 changes: 0 additions & 4 deletions stable/_static/css/theme.css

This file was deleted.

217 changes: 3 additions & 214 deletions stable/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,214 +1,3 @@
@import url("https://fonts.googleapis.com/css?family=Space+Mono&display=swap");
@import url("https://fonts.googleapis.com/css?family=Rubik&display=swap");

#version-picker-label {
color: #ffffff;
display: inline;
}

body {
font-weight: 400;
font-family: "Rubik", sans-serif;
min-height: 100%;
background: #f2f3f8;
}

p {
font-weight: 400;
font-family: "Rubik", sans-serif;
}

h1 {
font-size: 70px;
line-height: 70px;
font-family: "Space Mono", sans-serif;
text-transform: uppercase;
letter-spacing: -0.05em;
color: #000000;
}

h2 {
font-size: 42px;
line-height: 42px;
font-family: "Space Mono", sans-serif;
letter-spacing: -0.05em;
}

h3 {
font-size: 24px;
line-height: 24px;
font-family: "Space Mono", sans-serif;
letter-spacing: -0.05em;
font-weight: 300;
}

a {
color: #e70000;
cursor: pointer;
}

a:visited {
color: #e70000;
}

a:hover {
color: #00e774;
}

.wy-nav-content-wrap {
margin-left: 300px;
background: #fff;
min-height: 100%;
}

.wy-side-scroll {
width: 320px;
background-color: #f2f3f8;
position: relative;
overflow-x: hidden;
overflow-y: scroll;
height: 100%;
}

.wy-nav-top {
display: block;
background-color: #000;
padding: 0.4045em 0.809em;
position: relative;
line-height: 50px;
text-align: center;
font-size: 100%;
}

.wy-side-nav-search {
display: block;
width: 300px;
padding: 0.809em;
margin-bottom: 0.809em;
z-index: 200;
background-color: #000000;
text-align: center;
color: #fafafa;
}

.wy-menu-vertical header,
.wy-menu-vertical p.caption {
color: #7cffb4;
font-family: "Space Mono", sans-serif;
height: 32px;
line-height: 32px;
display: block;
font-weight: 700;
text-transform: uppercase;
font-size: 20px;
white-space: nowrap;
background-color: black;
}

.wy-menu-vertical a {
line-height: 18px;
padding: 0.4045em 1.618em;
display: block;
position: relative;
font-size: 90%;
color: #000000;
}

.rst-content code.literal,
.rst-content tt.literal {
color: #ff7e7e;
}

footer {
color: grey;
display: none;
}

.wy-nav-top {
display: none;
background: #000000;
color: #fff;
padding: 0.4045em 0.809em;
position: relative;
line-height: 50px;
text-align: center;
font-size: 100%;
}

.wy-nav-side {
position: fixed;
top: 0;
bottom: 0;
left: 0;
padding-bottom: 2em;
width: 300px;
overflow-x: hidden;
overflow-y: hidden;
min-height: 100%;
background-color: #f2f3f8;
z-index: 200;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
.wy-nav-side {
display: none;
}
.wy-nav-side.shift {
display: block;
}
.wy-nav-content-wrap {
margin-left: 0;
background-color: #f2f3f8;
min-height: 100%;
}
.wy-nav-top {
display: block;
color: #fff;
padding: 0.4045em 0.809em;
position: relative;
line-height: 50px;
text-align: center;
font-size: 100%;
}

.wy-side-nav-search {
display: block;
width: 300px;
padding: 0.809em;
margin-bottom: 0.809em;
z-index: 200;
background-color: #000000;
text-align: center;
color: #fafafa;
}

h1 {
font-size: 40px;
line-height: 40px;
font-family: "Space Mono", sans-serif;
text-transform: uppercase;
letter-spacing: -0.05em;
color: #000000;
}

h2 {
font-size: 34px;
line-height: 34px;
font-family: "Space Mono", sans-serif;
letter-spacing: -0.05em;
}

a {
color: #c2006b;
text-decoration: underline;
cursor: pointer;
}

a:visited {
color: #c2006b;
}

a:hover {
color: rgb(0, 0, 0);
}
}
html[data-accent-color='lime'] {
--accent-9: #7efa01;
}
36 changes: 0 additions & 36 deletions stable/_static/custom.js

This file was deleted.

2 changes: 1 addition & 1 deletion stable/_static/doctools.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* Base JavaScript utilities for all Sphinx HTML documentation.
*
* :copyright: Copyright 2007-2023 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2024 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
Expand Down
3 changes: 1 addition & 2 deletions stable/_static/documentation_options.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
const DOCUMENTATION_OPTIONS = {
VERSION: '',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
Expand Down
Loading

0 comments on commit 90e1c72

Please sign in to comment.