Contributing#

Testing#

HumanMark has good test coverage via pytest. Install the extras with:

pip install -e ".[test]"
pip install -e ".[cli]"

… and run the tests with:

pytest

Building Documentation#

To rebuild the documentation, install sphinx and a few extensions:

pip install -e ".[release]"

… then build the documentation:

cd docs && make html