Skip to content

Embed PlantUML, DOT, etc. diagrams in your documentation using Gravizo.

License

Notifications You must be signed in to change notification settings

sphinx-contrib/gravizo

Repository files navigation

sphinxcontrib-gravizo

https://travis-ci.org/sphinx-contrib/gravizo.svg?branch=master

Embed PlantUML, DOT, etc. diagrams in your documentation using Gravizo.

Examples

Inline graph, show as png:

.. gravizo:: png
    @startuml
    Alice -> Bob: Authentication Request
    Bob --> Alice: Authentication Response

    Alice -> Bob: Another authentication Request
    Alice <-- Bob: Another authentication Response
    @enduml

Load from a file, show as svg:

.. gravizo:: ./path/to/graph.puml svg

Links