Handbook section with usage information

This commit is contained in:
2021-05-05 02:37:20 -07:00
parent 36ab0930fe
commit ac3fb0ca2b
9 changed files with 115 additions and 35 deletions

View File

@ -32,11 +32,14 @@ version = '.'.join(release.split('.')[:3])
# ones.
extensions = [
'myst_parser',
'sphinx_click',
'sphinx_rtd_theme',
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
]
myst_heading_anchors = 2
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']