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-extensionsand usemkdocs servefor local inspection; and - run
mkdocs gh-deploy, which will build the latest version of the documents, and publish the site with GitHub Pages.