Software informatie:
Versie: 0.3
Upload datum: 14 Apr 15
Licentie: Gratis
Populariteit: 46
sphinxcontrib-PlantUml is een PlantUml extensie voor Sphinx.
Ten eerste, moet u mogelijk PlantUml opdracht te geven in uw conf.py:
PlantUml = ['java', 'jar', '/path/to/plantuml.jar']
In plaats daarvan kunt u een wrapper script in je PATH installeren:
% Cat <
#! / Bin / sh -e
java -jar /path/to/plantuml.jar "$ @"
EOT
% Chmod + x / usr / local / bin / PlantUml
Schrijf vervolgens PlantUml tekst onder .. uml :: richtlijn:
.. Uml ::
& Nbsp; Alice -> Bob: Hi!
& Nbsp; Alice <- Bob: Hoe gaat het?
. Voor meer informatie, zie PlantUml documentatie
Eisen
- Python
- Sphinx
Reacties niet gevonden