/usr/share/doc/python-sphinxcontrib.actdiag/README.rst is in python-sphinxcontrib.actdiag 0.8.0-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | =====================
sphinxcontrib-actdiag
=====================
A sphinx extension for embedding activity diagram using actdiag_.
This extension enables you to insert activity diagrams into your document.
Following code is an example::
.. actdiag::
actdiag {
A -> B -> C -> D;
lane {
A; B;
}
lane {
C; D;
}
}
.. _actdiag: http://bitbucket.org/blockdiag/actdiag/
For more details, see `online documentation`_ at http://blockdiag.com/.
.. _online documentation: http://blockdiag.com/en/actdiag/sphinxcontrib.html
|