Development¶
Running tests¶
You can run tests using pytest or the provided Makefile.
pytest
# or
make test
Install for development¶
make install
Building the docs locally¶
To build the HTML documentation locally:
make docs
The output will be in docs/build/html/index.html.
Contributing¶
Fork the repository.
Create a feature branch.
Add tests for new behavior.
Update documentation where appropriate.
Submit a pull request.