Skip to content

Files

Latest commit

Frédéric Branchaud-Charronfchollet
Frédéric Branchaud-Charron
and
Mar 20, 2018
a690085 · Mar 20, 2018

History

History
This branch is 6927 commits behind keras-team/keras:master.

docs

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