This project uses Jupyter Book to generate its documentation.
If you would like to contribute to the documentation, follow the instructions below to build the book locally and verify your changes before opening a pull request.
Local Build Instructions¶
Ensure you have installed the project with its
devdependencies (which includesjupyter-book). If you haven’t yet, run:pip install -e ".[dev]"Make your edits to the
.mdor.ipynbfiles within thedocs/directory.User documentation goes in
docs/.Developer documentation goes in
docs/developer/.Be sure to update
docs/myst.ymlif you add or remove files.
Preview the documentation in your browser at
http://localhost:3000/:cd docs jupyter-book start
Deployment¶
The documentation is automatically built and deployed to GitHub Pages via a GitHub Actions workflow whenever changes are merged into the main branch.