Contributing to Halotools¶
All halotools development happens in the github repository. To contribute, first clone the repo. Then install the dependencies listed on the Package Installation page.
Code¶
Halotools testing is handled with tox:
tox -e test
Docs¶
Then build documentation with tox,
tox -e build_docs