diff options
| author | Georg Brandl <georg@python.org> | 2009-11-08 10:18:35 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-11-08 10:18:35 +0100 |
| commit | 47a9cb077a739e66828ab0cc470dd4f6ad2b2717 (patch) | |
| tree | dff2bc481578fbc774ca4e27b095c68fa834f09a /doc | |
| parent | b4ca35f8e579e390cabb4af48b3c83074c6f8a53 (diff) | |
| download | sphinx-47a9cb077a739e66828ab0cc470dd4f6ad2b2717.tar.gz | |
Add examples for graph options.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/ext/inheritance.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ext/inheritance.rst b/doc/ext/inheritance.rst index fe6d636d..72849e05 100644 --- a/doc/ext/inheritance.rst +++ b/doc/ext/inheritance.rst @@ -37,10 +37,20 @@ New config values are: 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 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 A dictionary of graphviz edge attributes for inheritance diagrams. |
