The source for Keras Tuner documentation is in this directory. Our documentation uses extended Markdown, as implemented by MkDocs.
- 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 thedocs/
folder and run:python autogen.py
mkdocs serve
# Starts a local webserver: localhost:8000mkdocs build
# Builds a static site insite/
directory