mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Add examples for graph options.
This commit is contained in:
parent
39a9330fc0
commit
4652c53a82
@ -37,10 +37,20 @@ New config values are:
|
|||||||
|
|
||||||
A dictionary of graphviz graph attributes for inheritance diagrams.
|
A dictionary of graphviz graph attributes for inheritance diagrams.
|
||||||
|
|
||||||
|
For example::
|
||||||
|
|
||||||
|
inheritance_graph_attrs = dict(rankdir="LR", size='"6.0, 8.0"',
|
||||||
|
fontsize=14, ratio='compress')
|
||||||
|
|
||||||
.. confval:: inheritance_node_attrs
|
.. confval:: inheritance_node_attrs
|
||||||
|
|
||||||
A dictionary of graphviz node attributes for inheritance diagrams.
|
A dictionary of graphviz node attributes for inheritance diagrams.
|
||||||
|
|
||||||
|
For example::
|
||||||
|
|
||||||
|
inheritance_node_attrs = dict(shape='ellipse', fontsize=14, height=0.75,
|
||||||
|
color='dodgerblue1', style='filled')
|
||||||
|
|
||||||
.. confval:: inheritance_edge_attrs
|
.. confval:: inheritance_edge_attrs
|
||||||
|
|
||||||
A dictionary of graphviz edge attributes for inheritance diagrams.
|
A dictionary of graphviz edge attributes for inheritance diagrams.
|
||||||
|
Loading…
Reference in New Issue
Block a user