Skip to content
Antonella Cascitelli edited this page Sep 11, 2013 · 3 revisions

Put the UML files under module doc/uml, example:

  • modules/
    • video/
      • doc/
        • uml/ example.rst

Add the document in the toctree of the parent document:

.. only:: plantuml

 .. toctree::
     :maxdepth: 2

     uml/example

example.rst

UML
===

.. uml::

  Alice -> Bob: Hi!
  Alice <- Bob: How are you?
Clone this wiki locally