Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

MRsources/MRzero-Docs

Repository files navigation

The documentation is built and published on every push to the main branch by deploy.yml. You can find it here.

For editing and testing the documentation offline, install the uv python package manager: see https://docs.astral.sh/uv/ or run pip install uv. Then run the following code:

# Live preview:
uv run jupyter book start --execute

# Build the html docs:
uv run jupyter book build --html --execute

Releases

No releases published

Packages

No packages published