keras/docs/README.md

484 B

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. Point your browser to http://0.0.0.0:8000
    • mkdocs build # Builds a static site in "site" directory