2i2c-org / docs

Documentation for 2i2c community JupyterHubs.
https://docs.2i2c.org
9 stars 17 forks source link

2i2c Managed Hub Service Documentation

This repository serves as the user-facing documentation and communication space for those who are using 2i2c Hubs.

Most of the infrastructure that we discuss in the documentation is deployed in the infrastructure/ repository.

See the service documentation for more information.

How to preview this documentation

To preview this documentation, use the Nox tool. First install it:

pip install nox

To build the documentation and place the HTML files in _build/html:

nox -s docs

To build the documentation with a server that watches for changes and auto-builds the documentation with a preview, run the following:

nox -s docs -- live