thedrow / sphinx-pyreverse

Simple sphinx wrapper around pyreverse (from pylint suit) to generate UML diagramms from modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sphinx-pyreverse

image

image

A simple sphinx extension to generate a UML diagram from python modules.

Install

Install with::

pip install sphinx-pyreverse

Usage

Add "sphinx_pyreverse" to the extensions list in your conf.py (make sure it is in the PYTHONPATH).

Call the directive with path to python module as content. The :classes: and :packages: flags specify which UML diagrams to show.:

.. uml:: {{modulename}}
    :classes:
    :packages:

Requires pyreverse from pylint.

About

Simple sphinx wrapper around pyreverse (from pylint suit) to generate UML diagramms from modules.

License:GNU General Public License v3.0


Languages

Language:Python 76.9%Language:Shell 23.1%