Full documentation of magpie.
The documentation is meant to be built with MkDocs.
To deploy the latest changes:
- install mkdocs with
pip install mkdocs
, - optionally, also install
pip install pymdown-extensions
and usemkdocs serve
for local inspection; and - run
mkdocs gh-deploy
, which will build the latest version of the documents, and publish the site with GitHub Pages.