Contributing¶
Development setup¶
git clone https://github.com/chenxinye/sparse-kappa.git
cd sparse-kappa
pip install -e ".[dev]"
Testing¶
Run the test suite from repository root:
python -m pytest tests -q
Documentation¶
Build docs locally:
cd docs
pip install -r requirements.txt
make html