This repository holds the documentation for DataHub. The documentation is online:
We use mkdocs http://www.mkdocs.org
- You need to have python and pip installed
- Run
pip install -r requirements.txt
(we differ from mkdocs instructions http://www.mkdocs.org/#installation because we have some extra dependencies)
mkdocs serve
Deploy is done automatically to the gh-pages
branch by Travis. See Travis files for details.