/ultrasuite-doc

Documentation for the UltraSuite repository

Primary LanguageHTMLApache License 2.0Apache-2.0

UltraSuite Documentation

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.

Building the documentation

  • install MkDocs: pip install mkdocs
  • cd to the docs/ folder and run:
    • mkdocs serve # Starts a local webserver: localhost:8000
    • mkdocs build # Builds a static site in "site" directory

Deploying the documentation

  • instructions are available here.