Plantuml¶
Prototypen für Benutzeroberflächen: https://plantuml.com/salt
Installation¶
pip install sphinxcontrib-plantuml
Konfiguration¶
extensions = ['sphinxcontrib.plantuml']
# plantuml = 'java -jar ../utils/plantum.jar'
Grafik erstellen in Plain Text¶
.. uml::
@startuml
actor "Sphinx Anwender" as ShxAnw #aliceblue;line:blue;line.bold;text:blue;
ShxAnw -> ( verwende \nSphinx und PlantUML)
note left of ShxAnw
Hallo zu Linuxtag!
end note
@enduml