keras/docs
2016-01-05 10:35:29 -08:00
..
templates Add cosine proximity objective 2016-01-05 10:35:29 -08:00
autogen.py Fix docs/autogen.py to create subdirectories for autogenerated MODULES 2015-12-17 11:40:43 +01:00
mkdocs.yml Reference backend page in docs 2015-12-08 10:16:10 -08:00
README.md Update docs README 2015-12-12 12:45:16 -08:00

Keras Documentation

The source for Keras documentation is in this directory under sources/. Our documentation uses extended Markdown, as implemented by MkDocs.

Building the documentation

  • install MkDocs: pip install mkdocs
  • cd to the docs/ folder and run:
    • python autogen.py
    • mkdocs serve