File: control

package info (click to toggle)
sphinxcontrib-ditaa 1.0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 196 kB
  • sloc: python: 167; makefile: 11; sh: 7
file content (34 lines) | stat: -rw-r--r-- 1,147 bytes parent folder | download
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
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-sequence-python3,
 python3-all,
 python3-setuptools,
Standards-Version: 4.7.2
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

Package: python3-sphinxcontrib.ditaa
Architecture: all
Multi-Arch: foreign
Depends:
 ditaa,
 ${misc:Depends},
 ${python3:Depends},
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.