Skip to content

Commit

Permalink
update sphinx documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uberfastman committed May 13, 2022
1 parent adb4887 commit 95e8595
Show file tree
Hide file tree
Showing 256 changed files with 741 additions and 689 deletions.
2 changes: 1 addition & 1 deletion VERSION.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# DO NOT EDIT - VERSIONING CONTROLLED BY GIT TAGS
__version__ = "v8.0.5"
__version__ = "v8.0.6"
57 changes: 57 additions & 0 deletions docs-sphinx/source/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

.wy-side-nav-search img,
.wy-nav-content .document img {
transition: all .25s ease-in-out;
}

.wy-side-nav-search img:hover,
.wy-nav-content .document img:hover {
transform: scale(1.05);
}

.wy-menu-vertical {
overflow-x: auto;
}
Expand Down Expand Up @@ -35,6 +45,53 @@
font-size: 1.5em; /* default for h1: 2em */
}

.wy-nav-content .reference.internal span,
.wy-nav-content .reference.external span {
text-decoration: underline;
text-decoration-thickness: 1px;
transition: 0.25s
}

.wy-nav-content .reference.internal span:hover,
.wy-nav-content .reference.internal span:focus,
.wy-nav-content .reference.internal span:active,
.wy-nav-content .reference.external span:hover,
.wy-nav-content .reference.external span:focus,
.wy-nav-content .reference.external span:active {
color: blue !important;
text-decoration-color: blue;
}

.wy-nav-content .reference.external {
text-decoration: underline;
text-decoration-thickness: 1px;
transition: 0.25s
}

.wy-nav-content .reference.external:hover,
.wy-nav-content .reference.external:focus,
.wy-nav-content .reference.external:active {
color: blue !important;
text-decoration-color: blue;
}

html[data-theme='dark'] .wy-nav-content .reference.internal span:hover,
html[data-theme='dark'] .wy-nav-content .reference.internal span:focus,
html[data-theme='dark'] .wy-nav-content .reference.internal span:active,
html[data-theme='dark'] .wy-nav-content .reference.external span:hover,
html[data-theme='dark'] .wy-nav-content .reference.external span:focus,
html[data-theme='dark'] .wy-nav-content .reference.external span:active {
color: powderblue !important;
text-decoration-color: powderblue;
}

html[data-theme='dark'] .wy-nav-content .reference.external:hover,
html[data-theme='dark'] .wy-nav-content .reference.external:focus,
html[data-theme='dark'] .wy-nav-content .reference.external:active {
color: powderblue !important;
text-decoration-color: powderblue;
}

.wy-nav-content footer {
padding-bottom: 25px;
}
Expand Down
6 changes: 6 additions & 0 deletions docs-sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,9 @@
.. include:: ../../README.md
:parser: myst_parser.sphinx_

.. content for separate readme_link.md if needed
```{include} ../../README.md
:relative-docs: docs/
:relative-images:
```
Binary file removed docs-sphinx/source/yfpy-logo.png
Binary file not shown.
159 changes: 61 additions & 98 deletions docs-sphinx/source/yfpy-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/.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: bb3381d1b85c6d447db8417c3aecd0e8
config: 823741b5c2c8c51474149fde66fb9e2e
tags: 645f666f9bcd5a90fca523b33c5a78b7
4 changes: 2 additions & 2 deletions docs/_autosummary/integration.conftest.auth_dir.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>integration.conftest.auth_dir &mdash; YFPY v8.0.5 documentation</title>
<title>integration.conftest.auth_dir &mdash; YFPY v8.0.6 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -34,7 +34,7 @@
<img src="../_static/yfpy-logo.svg" class="logo" alt="Logo"/>
</a>
<div class="version">
v8.0.5
v8.0.6
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/_autosummary/integration.conftest.browser_callback.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>integration.conftest.browser_callback &mdash; YFPY v8.0.5 documentation</title>
<title>integration.conftest.browser_callback &mdash; YFPY v8.0.6 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -34,7 +34,7 @@
<img src="../_static/yfpy-logo.svg" class="logo" alt="Logo"/>
</a>
<div class="version">
v8.0.5
v8.0.6
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/_autosummary/integration.conftest.chosen_date.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>integration.conftest.chosen_date &mdash; YFPY v8.0.5 documentation</title>
<title>integration.conftest.chosen_date &mdash; YFPY v8.0.6 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -34,7 +34,7 @@
<img src="../_static/yfpy-logo.svg" class="logo" alt="Logo"/>
</a>
<div class="version">
v8.0.5
v8.0.6
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
4 changes: 2 additions & 2 deletions docs/_autosummary/integration.conftest.chosen_week.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />

<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>integration.conftest.chosen_week &mdash; YFPY v8.0.5 documentation</title>
<title>integration.conftest.chosen_week &mdash; YFPY v8.0.6 documentation</title>
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
<link rel="stylesheet" href="../_static/custom.css" type="text/css" />
Expand Down Expand Up @@ -34,7 +34,7 @@
<img src="../_static/yfpy-logo.svg" class="logo" alt="Logo"/>
</a>
<div class="version">
v8.0.5
v8.0.6
</div>
<div role="search">
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
Expand Down
Loading

0 comments on commit 95e8595

Please sign in to comment.