keras/docs
2015-07-18 19:49:10 +09:00
..
sources Doc, README touch-ups 2015-07-18 19:49:10 +09:00
mkdocs.yml merge 2015-07-07 07:40:40 -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