keras/docs
2015-05-26 18:59:17 -07:00
..
sources Merge branch 'master' of https://github.com/fchollet/keras 2015-05-26 18:59:17 -07:00
mkdocs.yml Add new pages to doc index 2015-05-04 09:09:12 -07:00
README.md Add MkDocs documentation skeleton (spooky!). 2015-04-05 17:01:04 -07: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: sudo pip install mkdocs
  • cd to the docs/ folder and run: mkdocs serve