keras/docs
2015-12-12 12:36:00 -08:00
..
templates Documentation refactor 2015-12-12 12:36:00 -08:00
mkdocs.yml Reference backend page in docs 2015-12-08 10:16:10 -08: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