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.
- 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