Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 477 Bytes

File metadata and controls

11 lines (8 loc) · 477 Bytes

Merlin Documentation

The source for Merlin documentation is in this directory under templates/. Our documentation uses extended Markdown, as implemented by MkDocs and is similar to Keras.

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