At the moment, this is just a pet project so it’s really informal. If you’d like to contribute something to mpltools, just send me a pull request on github.
Things I’d like to add:
Any code you submit should follow the PEP 8 guidelines and the Numpy Documentation Standard as much as possible.
The documentation is built using Sphinx. To build the docs, run the following in a terminal:
$ cd /path/to/mpltools/doc
$ make html
That’s it. Sometimes you may need to clean out the cruft that builds up when source files are deleted. To clean everything out just run:
$ make clean