The purpose of this repository is to formalize the governance process for Project Jupyter. The governance documents are best viewed at https://jupyter.org/governance. They may also be built from the files in this repository by following the instructions below.
See the governance introduction for license information.
The content in this repository is hosted online with github-pages, and the HTML
files are built with MyST. To build and preview
these documents locally, you can use nox:
# Build the documentation
nox -s docs
# Or serve with live reload
nox -s docs-liveAlternatively, install MyST directly and build manually:
pip install -r requirements.txt
cd docs
myst build --htmlThe resulting website will be in docs/_build/html, which you can explore by opening
any of the .html files that are created.