跳转到主要内容

Sphinx扩展,用于自动生成Jupyter Telemetry模式文档。

项目描述

Jupyter Telemetry Sphinx扩展

Sphinx扩展,用于自动生成Jupyter Telemetry模式文档。

要激活此扩展,将 jupyter_telemetry_sphinxext 添加到您的 conf.py 文件,并设置以下配置值

# 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.

项目详情


下载文件

下载适合您平台的应用程序文件。如果您不确定选择哪个,请了解有关 安装软件包 的更多信息。

源分发

jupyter_telemetry_sphinxext-0.0.1.tar.gz (3.8 kB 查看散列)

上传时间:

构建分发

jupyter_telemetry_sphinxext-0.0.1-py2.py3-none-any.whl (3.9 kB 查看散列)

上传时间: Python 2 Python 3

由以下支持