File: control

package info (click to toggle)
sphinx-automodapi 0.13-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 760 kB
  • sloc: python: 1,472; makefile: 7
file content (28 lines) | stat: -rw-r--r-- 1,098 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
Source: sphinx-automodapi
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Ole Streicher <olebole@debian.org>
Build-Depends: cython3,
               debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-pytest,
               python3-setuptools,
               python3-sphinx
Standards-Version: 4.5.0
Homepage: https://astropy.org
Vcs-Browser: https://salsa.debian.org/python-team/packages/sphinx-automodapi
Vcs-Git: https://salsa.debian.org/python-team/packages/sphinx-automodapi.git
Rules-Requires-Root: no

Package: python3-sphinx-automodapi
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}, graphviz
Suggests: ${python3:Suggests}
Description: Sphinx extension for auto-generating API documentation for modules
 This is a Sphinx extension to automatically generate API pages for whole
 modules. It was originally developed for the Astropy project but is now
 available as a standalone package since it can be used for any other
 package.