Get the code!
git clone [email protected]:clarify/pyclarify.git
cd pyclarify
Set up tests for all new functionality.
Initiate unit tests by running the following command from the root directory:
python -m unittest discover -s tests/
Build html files of documentation locally by running
cd docs
make html
Documentation will be automatically generated from the numpy-style docstrings in the source code. It is then built and released when changes are merged into master.