We use extended Markdown, as implemented by MkDocs, for documentation.
The API docs are autogenerated using MarkdownAPIGenerator
in md_autogen.py
.
sudo pip install mkdocs
sudo pip install https://github.com/mitya57/python-markdown-math/archive/master.zip
Run update_docs.py
. It will
- Copy README.md to
templates/index.md
- Generate API docs for modules.
After this, run:
mkdocs build
mkdocs gh-deploy