Contributing

Development setup

git clone https://github.com/gb119/stoner_measurement.git
cd stoner_measurement
pip install -e ".[dev,docs]"

Running tests

pytest

Linting

ruff check src/ tests/

Building the documentation

cd docs
make html
# Output is in docs/_build/html/