keras/docs/README.md

9 lines
315 B
Markdown
Raw Normal View History

# Keras Documentation
The source for Keras documentation is in this directory under `sources/`.
Our documentation uses extended Markdown, as implemented by [MkDocs](http://mkdocs.org).
## Building the documentation
- install MkDocs: `sudo pip install mkdocs`
- `cd` to the `docs/` folder and run: `mkdocs serve`