Fully document API and move dev setup instructions

This commit is contained in:
2020-01-21 23:49:01 +00:00
parent 15f736809d
commit 0a13f52053
6 changed files with 1092 additions and 144 deletions

View File

@@ -29,6 +29,7 @@ author = 'Tanner Collin'
# ones.
extensions = [
'sphinx_rtd_theme',
'sphinxcontrib.httpdomain',
]
# Add any paths that contain templates here, relative to this directory.
@@ -51,3 +52,4 @@ html_theme = 'sphinx_rtd_theme'
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html4_writer = True