/usr/share/pyshared/sphinxcontrib_actdiag-0.6.0.egg-info/PKG-INFO is in python-sphinxcontrib.actdiag 0.6.0-1.
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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 | Metadata-Version: 1.1
Name: sphinxcontrib-actdiag
Version: 0.6.0
Summary: Sphinx "actdiag" extension
Home-page: http://bitbucket.org/birkenfeld/sphinx-contrib
Author: Takeshi Komiya
Author-email: i.tkomiya@gmail.com
License: BSD
Download-URL: http://pypi.python.org/pypi/sphinxcontrib-actdiag
Description:
This package contains the actdiag Sphinx extension.
.. _Sphinx: http://sphinx.pocoo.org/
.. _actdiag: http://blockdiag.com/en/actdiag/
This extension enable you to insert activity diagrams in your Sphinx document.
Following code is sample::
.. actdiag::
diagram {
A -> B -> C -> D;
lane {
A; B;
}
lane {
C; D;
}
}
This module needs actdiag_.
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Documentation
Classifier: Topic :: Utilities
|