How to install sphinxcontrib-sdedit
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install sphinxcontrib-sdedit
Lastest release
This package contains the Sphinx extension for sdedit.
This extension enable you to insert sequence diagrams of UML in your Sphinx docu ment. Following code is sample:
.. sequence-diagram::
actor:Actor sphinx:Sphinx[a] dot:Graphviz sdedit:Quick Sequence Diagram Editor
actor:sphinx.make html sphinx:dot.render_diagram() sphinx:sdedit.render_diagram()
This module needs sdedit and PIL.