Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 629 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (20 loc) · 629 Bytes

Development Instructions

Setup

Get the code!

git clone [email protected]:clarify/pyclarify.git
cd pyclarify

Testing

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/

Documentation

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.

Release version conventions

See https://semver.org/