The source for UltraSuite documentation is in this directory under docs/
.
Our documentation uses extended Markdown, as implemented by MkDocs and is inspired by the Keras documentation.
The directory custom/
includes some tweaks to the original readthedocs template.
- install MkDocs:
pip install mkdocs
cd
to thedocs/
folder and run:mkdocs serve
# Starts a local webserver: localhost:8000mkdocs build
# Builds a static site in "site" directory
- instructions are available here.