Getting started¶
Installing¶
Directly install via pip by using:
pip install sphinx-visualized
Add sphinx_visualized to the extensions array in your Sphinx conf.py.
For example:
extensions = ['sphinx_visualized']
Usage¶
After building the docs, view by opening the following page:
/_static/sphinx-visualized/index.html
Note
You can see generated examples of each page in Example Site. Also check out Lorem for a detailed example.
Visualization Options¶
sphinx-visualized provides four different visualization options:
Statistics - Statistical overview of your documentation
Link Graph - Interactive graph visualization of hyperlinks
Toctree Graph - Hierarchical visualization of your documentation’s table of contents structure
Includes Graph - Visualization of file inclusion relationships showing which documents include other files