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
|
Source: sphinxcontrib-ditaa
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Bo YU <tsu.yubo@gmail.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://pypi.org/project/sphinxcontrib-ditaa
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinxcontrib-ditaa.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinxcontrib-ditaa
Rules-Requires-Root: no
Package: python3-sphinxcontrib.ditaa
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, ditaa
Description: Ditaa Sphinx extension
ditaa is a small command-line utility that can convert diagrams drawn
using ASCII art ("drawings" that contain characters that resemble lines,
like | / and - ), into proper bitmap graphics.
.
This extensions allows the plain-text graph in a .rst
file to be rendered as a graph drawn by ditaa in sphinx scheme.
With this plugin you can focus on the graph itself. ditaa and sphinx convert
it automatically.
.
It supports to render the image into html and pdf targets.
|