Your Documentation
The source for your documentation is in this directory. Our documentation uses extended Markdown, as implemented by MkDocs.
Building the documentation
- Install keras-autodoc:
pip install keras-autodoc - From the root directory,
cdinto thedocs/folder and run:python autogen.pymkdocs serve# Starts a local webserver: localhost:8000mkdocs build# Builds a static site insite/directory