The source for Keras documentation is in this directory under sources/
.
Our documentation uses extended Markdown, as implemented by MkDocs.
- install MkDocs:
pip install mkdocs
cd
to thedocs/
folder and run:python autogen.py
mkdocs serve
# Starts a local webserver: localhost:8000mkdocs build
# Builds a static site in "site" directory