diff --git a/docs/.buildinfo b/.buildinfo similarity index 82% rename from docs/.buildinfo rename to .buildinfo index e20c54d..bd39eb0 100644 --- a/docs/.buildinfo +++ b/.buildinfo @@ -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: e517c6fa980b243e6ab1e18c7801d00b +config: 8128e70b203e321487da0c78fd35d3dd tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/.doctrees/environment.pickle b/.doctrees/environment.pickle new file mode 100644 index 0000000..5806e7c Binary files /dev/null and b/.doctrees/environment.pickle differ diff --git a/docs/.doctrees/index.doctree b/.doctrees/index.doctree similarity index 88% rename from docs/.doctrees/index.doctree rename to .doctrees/index.doctree index 22a310a..d6356ea 100644 Binary files a/docs/.doctrees/index.doctree and b/.doctrees/index.doctree differ diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 82adb58..0000000 --- a/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -__pycache__ -venv diff --git a/docs/.nojekyll b/.nojekyll similarity index 100% rename from docs/.nojekyll rename to .nojekyll diff --git a/docs/_sources/index.rst.txt b/_sources/index.rst.txt similarity index 100% rename from docs/_sources/index.rst.txt rename to _sources/index.rst.txt diff --git a/docs/_static/alabaster.css b/_static/alabaster.css similarity index 100% rename from docs/_static/alabaster.css rename to _static/alabaster.css diff --git a/docs/_static/basic.css b/_static/basic.css similarity index 100% rename from docs/_static/basic.css rename to _static/basic.css diff --git a/docs/_static/custom.css b/_static/custom.css similarity index 100% rename from docs/_static/custom.css rename to _static/custom.css diff --git a/docs/_static/doctools.js b/_static/doctools.js similarity index 100% rename from docs/_static/doctools.js rename to _static/doctools.js diff --git a/docs/_static/documentation_options.js b/_static/documentation_options.js similarity index 100% rename from docs/_static/documentation_options.js rename to _static/documentation_options.js diff --git a/docs/_static/file.png b/_static/file.png similarity index 100% rename from docs/_static/file.png rename to _static/file.png diff --git a/docs/_static/jquery-3.5.1.js b/_static/jquery-3.5.1.js similarity index 100% rename from docs/_static/jquery-3.5.1.js rename to _static/jquery-3.5.1.js diff --git a/docs/_static/jquery.js b/_static/jquery.js similarity index 100% rename from docs/_static/jquery.js rename to _static/jquery.js diff --git a/docs/_static/language_data.js b/_static/language_data.js similarity index 100% rename from docs/_static/language_data.js rename to _static/language_data.js diff --git a/docs/_static/minus.png b/_static/minus.png similarity index 100% rename from docs/_static/minus.png rename to _static/minus.png diff --git a/docs/_static/plus.png b/_static/plus.png similarity index 100% rename from docs/_static/plus.png rename to _static/plus.png diff --git a/docs/_static/pygments.css b/_static/pygments.css similarity index 100% rename from docs/_static/pygments.css rename to _static/pygments.css diff --git a/docs/_static/searchtools.js b/_static/searchtools.js similarity index 100% rename from docs/_static/searchtools.js rename to _static/searchtools.js diff --git a/docs/_static/underscore-1.12.0.js b/_static/underscore-1.12.0.js similarity index 100% rename from docs/_static/underscore-1.12.0.js rename to _static/underscore-1.12.0.js diff --git a/docs/_static/underscore.js b/_static/underscore.js similarity index 100% rename from docs/_static/underscore.js rename to _static/underscore.js diff --git a/docs/.doctrees/environment.pickle b/docs/.doctrees/environment.pickle deleted file mode 100644 index b88b3e7..0000000 Binary files a/docs/.doctrees/environment.pickle and /dev/null differ diff --git a/docs/genindex.html b/genindex.html similarity index 100% rename from docs/genindex.html rename to genindex.html diff --git a/docs/index.html b/index.html similarity index 100% rename from docs/index.html rename to index.html diff --git a/docs/objects.inv b/objects.inv similarity index 100% rename from docs/objects.inv rename to objects.inv diff --git a/docs/search.html b/search.html similarity index 100% rename from docs/search.html rename to search.html diff --git a/docs/searchindex.js b/searchindex.js similarity index 100% rename from docs/searchindex.js rename to searchindex.js