sphinxcontrib-plantuml

Software Screenshot:
sphinxcontrib-plantuml
Software Details:
Version: 0.3
Upload Date: 14 Apr 15
Developer: Yuya Nishihara
Distribution Type: Freeware
Downloads: 13

Rating: nan/5 (Total Votes: 0)

sphinxcontrib-plantuml is a plantuml extension for Sphinx.

First, you may need to specify plantuml command in your conf.py:

plantuml = ['java', '-jar', '/path/to/plantuml.jar']

Instead, you can install a wrapper script in your PATH:

% cat < < EOT > /usr/local/bin/plantuml
#!/bin/sh -e
java -jar /path/to/plantuml.jar "$@"
EOT
% chmod +x /usr/local/bin/plantuml


Then, write PlantUML text under .. uml:: directive:

.. uml::

 Alice - > Bob: Hi!
 Alice < - Bob: How are you?

For details, please see PlantUML documentation.

Requirements:

  • Python
  • Sphinx

Similar Software

Comments to sphinxcontrib-plantuml

Comments not found
Add Comment
Turn on images!