Keras-Contrib Documentation

Our documentation uses extended Markdown, as implemented by MkDocs.

Building the documentation

  • install MkDocs: pip install mkdocs
  • cd to the docs/ folder and run:
    • mkdocs serve # Starts a local webserver: localhost:8000
    • mkdocs build # Builds a static site in "site" directory