Skip to content

Files

Latest commit

eaa4968 · Jun 29, 2020

History

History
This branch is 4 commits ahead of, 324 commits behind keras-team/keras-tuner:master.

docs

Keras Tuner Documentation

The source for Keras Tuner documentation is in this directory. Our documentation uses extended Markdown, as implemented by MkDocs.

Building the documentation

  • Install MkDocs: pip install mkdocs
  • Install keras-autodoc: pip install git+https://github.com/keras-team/keras-autodoc.git
  • pip install -e . to make sure that Python will import your modified version of Keras Tuner.
  • From the root directory, cd into 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