keras/docs
2016-02-06 14:32:52 -08:00
..
templates Remove RMSE objective (use MSE instead). 2016-02-04 10:59:01 -08:00
autogen.py Add an automatic PEP8 check on the pull request submission:\n - ignore most of the errors to avoid disrupting others\n - add a separate job to avoid confusion that all jobs fail because of a single pep error\n - fix few small pep errors 2016-01-14 08:32:37 -08:00
mkdocs.yml Reference backend page in docs 2015-12-08 10:16:10 -08: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