keras/docs
Andrew Hundt ff577d84c0 Keras directory docs (#5882 discussion) (#6030)
* Keras directory docs (#5882 discussion)

Added documentation with the location of the Keras directory and configuration file.

* Update faq.md
2017-03-29 01:51:00 +02:00
..
templates Keras directory docs (#5882 discussion) (#6030) 2017-03-29 01:51:00 +02:00
autogen.py docs: show signature for functions marked with a legacy interface (#5893) 2017-03-20 22:20:55 +01:00
mkdocs.yml docs: comment out theme_dir (#5895) 2017-03-21 05:11:40 +01: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