This is a module to hold functions for creating graphs that document the code.
This will create class diagram for classes found in a module (see the Exploring Pyreverse section). Since it is using pyreverse it has to be installed and available on the execution path.
module_diagram |
This creates a more detailed class diagram. Unlike the module-diagram, this requires a specific class name (because it only shows one class). See Exploring Pyreverse for more detail.
class_diagram |