Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 926 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 926 Bytes

DataHub Documentation

Build Status Gitter Issues

This repository holds the documentation for DataHub. The documentation is online:

https://frictionlessdata.github.io/dpr-docs

Install

We use mkdocs http://www.mkdocs.org

  1. You need to have python and pip installed
  2. Run pip install -r requirements.txt (we differ from mkdocs instructions http://www.mkdocs.org/#installation because we have some extra dependencies)

Building the site locally

mkdocs serve

Deploy

Deploy is done automatically to the gh-pages branch by Travis. See Travis files for details.