Zsailer / jupyter_telemetry_sphinxext

Sphinx extension for auto-generating Jupyter Telemetry schema documentation.

Home Page:https://jupyter-telemetry-sphinxext.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Sphinx extension for auto-generating Jupyter Telemetry schema documentation.

https://jupyter-telemetry-sphinxext.readthedocs.io/en/latest/


Languages

Language:Python 100.0%