Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 791 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 791 Bytes

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.