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 b31f715 commit a8b5fd1
Show file tree
Hide file tree
Showing 58 changed files with 1,180 additions and 16,887 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=./stable/">
<meta http-equiv="refresh" content="0; URL=./latest/userguides/quickstart.html">
2 changes: 1 addition & 1 deletion latest/.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: bcadd004bc246f013a06ef0335036c1f
config: c5cb65bd5006ecbec6024c5e55a7bdc6
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file modified latest/.doctrees/environment.pickle
Binary file not shown.
Binary file modified latest/.doctrees/index.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/exceptions.doctree
Binary file not shown.
Binary file modified latest/.doctrees/methoddocs/providers.doctree
Binary file not shown.
Binary file modified latest/.doctrees/userguides/quickstart.doctree
Binary file not shown.
19 changes: 0 additions & 19 deletions latest/_sources/index.md.txt

This file was deleted.

1 change: 1 addition & 0 deletions latest/_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 latest/_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 latest/_static/css/badge_only.css

This file was deleted.

Binary file removed latest/_static/css/fonts/Roboto-Slab-Bold.woff
Binary file not shown.
Binary file removed latest/_static/css/fonts/Roboto-Slab-Bold.woff2
Binary file not shown.
Binary file removed latest/_static/css/fonts/Roboto-Slab-Regular.woff
Binary file not shown.
Binary file removed latest/_static/css/fonts/Roboto-Slab-Regular.woff2
Binary file not shown.
Binary file removed latest/_static/css/fonts/fontawesome-webfont.eot
Binary file not shown.
Loading

0 comments on commit a8b5fd1

Please sign in to comment.