sphinx_graph

Sphinx-Graph public API.

add the sphinx-graph extension to your sphinx project by adding it to conf.py:

extensions = [
    "sphinx_graph",
]

Functions

setup

Set up the sphinx-graph extension.

Classes

Config

Configuration for the sphinx-graph extension.

VertexConfig

vertex

Types and methods specific to the vertex directive.