Arturo Moncada-Torres 3978e7d31a
Update documentation (#243)
Add explicit definition of DAG (as requested in issue #69)
2021-03-06 10:11:46 -08:00
..
2021-03-06 10:11:46 -08:00
2018-11-29 13:08:46 -07:00
2016-04-23 12:19:28 -04:00

Generating the docs

Install requirements:

pip install -r requirements.txt

Change directories into the docs folder:

cd docs

Use mkdocs structure to update the documentation. Test locally with:

mkdocs serve

Once the docs look good, publish to gh-pages branch with:

mkdocs gh-deploy --clean

** Note **: Never edit the generated site by hand because using gh-deploy blows away the gh-pages branch and you'll lose your edits.