The source for Keras documentation is in this directory. Our documentation uses extended Markdown, as implemented by MkDocs.
- Install MkDocs:
pip install mkdocs pip install -e .to make sure that Python will import your modified version of Keras.- From the root directory,
cdinto thedocs/folder and run:KERAS_BACKEND=tensorflow python autogen.pymkdocs serve# Starts a local webserver: localhost:8000mkdocs build# Builds a static site insite/directory