Skip to content

jupyterhub/jupyterhub.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JupyterHub Landing Page

This is a landing page for the JupyterHub Project. It is accessible at hub.jupyter.org.

Goals

Its goal is:

  • To provide a high level overview of the project and its technical + social structure
  • To point readers to other documentation and places to interact with the team

Implementation

This is a GitHub Pages site that is being built with the action in .github/workflows. We added a CNAME to the jupyter.org DNS entries following these github instructions.

It is built with Sphinx and the JupyterHub Sphinx Theme.

To build the site with nox

Follow these steps:

  1. Install nox:

    pip install nox
  2. Build the site with nox:

    nox -s docs

    Or with a server that lets you preview pages and auto-update with changes:

    nox -s docs -- live

To build the site locally

  1. Install dependencies:

    pip install -r requirements.txt
  2. Build with Sphinx:

    sphinx-build docs docs/_build/dirhtml -b dirhtml

About

A landing page and overview for the JupyterHub project and team

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Languages