Skip to content

Latest commit

 

History

History
54 lines (32 loc) · 1022 Bytes

File metadata and controls

54 lines (32 loc) · 1022 Bytes

Unified Modeling Language (UML)

Installation

  1. Installiert plantuml:

    Linux

    $ sudo apt install plantuml

    macOS

    $ brew install plantuml
  2. Installiert sphinxcontrib-plantuml:

    Linux/macOS

    $ bin/python -m pip install sphinxcontrib-plantuml

    Windows

    C:> Scripts\python -m pip install sphinxcontrib-plantuml
  3. Konfiguriert Sphinx in der conf.py-Datei:

    extensions = [..., "sphinxcontrib.plantuml"]
    
    plantuml = "/PATH/TO/PLANTUML"

    Note

    Auch in Windows werden in der Pfadangabe / angegeben.

sequence-diagram use-case-diagram activity-diagram class-diagram