Home | Trees | Index | Help |
|
---|
|
Render Graphviz directed graphs as images. Below are some examples.
![]() |
Import Graph |
![]() |
Class Hierarchy for apidoc.APIDoc |
![]() |
Package Tree for epydoc |
See Also: The Graphviz Homepage
|
|||
Dot Graphs | |||
---|---|---|---|
DotGraph | A dot directed graph. |
||
DotGraphNode | |||
DotGraphEdge | |||
Specialized Nodes for UML Graphs | |||
DotGraphUmlClassNode | A specialized dot graph node used to display ClassDocs using UML notation. | ||
DotGraphUmlModuleNode | A specialized dot grah node used to display ModuleDocs using UML notation. |
|
|||
Graph Generation Functions | |||
---|---|---|---|
package_tree_graph(packages,
linker,
context=None,
**options)
Return a DotGraph that graphically displays the package hierarchies for the given packages. |
|||
uml_package_tree_graph(packages,
linker,
context=None,
**options)
Return a DotGraph that graphically displays the package hierarchies for the given packages as a nested set of UML symbols. |
|||
class_tree_graph(bases,
linker,
context=None,
**options)
Return a DotGraph that graphically displays the package hierarchies for the given packages. |
|||
uml_class_tree_graph(class_doc,
linker,
context=None,
**options)
Return a DotGraph that graphically displays the class hierarchy for the given class, using UML notation. |
|||
import_graph(modules, docindex, linker, context=None, **options) | |||
call_graph(api_docs, docindex, linker, context=None, **options) | |||
Dot Version | |||
get_dot_version() | |||
Helper Functions | |||
add_valdoc_nodes(graph,
val_docs,
linker,
context)
@todo: Use different node styles for different subclasses of APIDoc |
|||
specialize_valdoc_node(node,
val_doc,
context,
url)
Update the style attributes of node to reflext its type
and context.
|
|||
name_list(api_docs, context=None) |
|
|||
MODULE_BG | |||
CLASS_BG | |||
SELECTED_BG | |||
BASECLASS_BG | |||
SUBCLASS_BG | |||
ROUTINE_BG | |||
INH_LINK_COLOR | |||
Dot Graphs | |||
---|---|---|---|
DOT_COMMAND | The command that should be used to spawn dot | ||
Dot Version | |||
_dot_version | |||
_DOT_VERSION_RE | |||
Helper Functions | |||
NOOP_URL | |||
MODULE_NODE_HTML |
|
|
|
|
Return a DotGraph that graphically displays the class hierarchy for the given class, using UML notation. Options:
|
|
|
|
|
node to reflext its type
and context.
|
|
|
MODULE_BG
|
CLASS_BG
|
SELECTED_BG
|
BASECLASS_BG
|
SUBCLASS_BG
|
ROUTINE_BG
|
INH_LINK_COLOR
|
DOT_COMMANDThe command that should be used to spawn dot
|
_dot_version
|
_DOT_VERSION_RE
|
NOOP_URL
|
MODULE_NODE_HTML
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 3.0alpha2 on Tue Apr 11 17:31:17 2006 | http://epydoc.sf.net |