Contributing#
Development Setup#
Clone the repository:
git clone https://github.com/YuantianDing/boundlab.git cd boundlab
Install in development mode:
pip install -e ".[dev]"
Run tests:
pytest
Building Documentation#
cd docs
make html
The built documentation will be in docs/_build/html/.
Code Style#
Follow PEP 8
Use type hints
Write docstrings in Google style