934a98c11d
Update docs. Update tests. No need to include __pycache__ directory. Update .gitignore to ignore test cache output. |
||
---|---|---|
.. | ||
docs | ||
README.md | ||
mkdocs.yml |
README.md
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.