Building the Docs¶
A very brief summary…
Docs are configured to be built from
_docsintodocs.The main page is
index.rstwhich links to the existing modulesTo add a new page, you can create a new
.rstfile if you are writing with Restructuredtext , or a .md file if you are writing with markdown.
Local Build¶
pip install -r requirements.txtcd _docsmake html
Documentation will be generated into docs