jupyter-telemetry-sphinxext

Sphinx extension for auto-generating Jupyter Telemetry schema documentation.


Keywords
jupyter, jupyter-telemetry, jupyterhub, jupyterlab, sphinx-extension
License
BSD-3-Clause
Install
pip install jupyter-telemetry-sphinxext==0.0.1

Documentation

Jupyter Telemetry Sphinx Extension

Sphinx extension for auto-generating Jupyter Telemetry schema documentation.

To activate this extension, add jupyter_telemetry_sphinxext to your conf.py file and set the following configuration values:

# config.py file.
# Add jupyter_telemetry_sphinxext to the extensions list.
extensions = [
    'jupyter_telemetry_sphinxext',
    ...
]

# Jupyter telemetry configuration values.
jupyter_telemetry_schema_source = "path/to/schemas/source/directory"   # Path is relative to conf.py
jupyter_telemetry_schema_output = "path/to/output/directory"           # Path is relative to conf.py
jupyter_telemetry_index_title = "Example Event Schemas"                # Title of the index page that lists all found schemas.