A book to track our KPIs.
Use the nox tool like so:
nox -s docs
This will install the necessary requirements and build the book locally.
To build the book with a live server to detect changes, run:
nox -s docs -- live
Run this command:
nox -s lab
The Jupyter Notebooks in this repository are stored as MyST Markdown notebooks.
This means they're text files instead of .ipynb files.
See the jupytext documentation for more details.
If there's an error in executing any of the cells above, you can browse the logs via the GitHub Action that is automatically run.
To do so:
- Go to the action page
- Click on the
Summarytab, and then at the bottom download the.zip - Scroll down to
Artifacts - Click the
zipfile forsphinx-logs - The results of computation are in
sphinx-logs.zip\dirhtml\reports