Development#
This section covers local setup and contributor workflow for fouriax.
Local Setup#
Install development and docs dependencies:
pip install -e ".[dev,docs]"
Common Commands#
Run the local quality gate:
scripts/tests_local.sh
Build the docs site:
python -m sphinx -b html docs docs/_build/html