keras/docs
2015-12-01 15:55:43 -08:00
..
sources Documentation update. 2015-12-01 15:55:43 -08:00
mkdocs.yml Add visualization section to docs 2015-11-20 11:03:31 +01: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