keras/docs
2016-04-25 09:14:18 -07:00
..
templates Fixed minor typo in getting-started/sequential-model-guide (#2499) 2016-04-25 09:14:18 -07:00
autogen.py allows python3.5 to build alongside < 3.5 (#2457) 2016-04-21 15:31:25 -07:00
mkdocs.yml Update docs, visualization utils 2016-04-07 14:23:34 -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