This repository was archived by the owner on Jul 2, 2019. It is now read-only.

Description
Doctest implementation
Per #95, I'd like to implement doctest to run examples in the docstrings of the code, as this will make it easier to enable testing while including examples. There's some core functionality that will need to be implemented for each .py file to make this happen - see the link above.