keras/docs
Francois Chollet 69eb5752ce Update README.
2016-12-16 12:40:55 -08:00
..
templates Update README. 2016-12-16 12:40:55 -08:00
autogen.py Finishing Colincsl's SpatialDropout1D (#4416) 2016-11-19 12:30:05 -08:00
mkdocs.yml Add more util docs (#4154) 2016-10-26 10:40:33 -07:00
README.md changed to make compatible with more browsers 2016-02-06 14:32:52 -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 # Starts a local webserver: localhost:8000
    • mkdocs build # Builds a static site in "site" directory