Sphinx pyreverse extension

Presentation

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

Install

Install with:

pip install -e git+https://github.com/alendit/sphinx-pyreverse.git

Usage

Add “sphinx-pyreverse” to your conf.py (make sure it is in the PYTHONPATH).

Call the directive with path to python module as content:

.. uml::
        {{path to the module}}