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
  
     | 
    
      Source: mkautodoc
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               black,
               python3-all,
               python3-markdown,
               python3-pytest,
               python3-pytest-cov,
               python3-setuptools,
Standards-Version: 4.6.1
Homepage: https://github.com/tomchristie/mkautodoc
Vcs-Git: https://salsa.debian.org/python-team/packages/mkautodoc.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/mkautodoc
Testsuite: autopkgtest-pkg-pybuild
Package: python3-mkautodoc
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: AutoDoc for MarkDown
 This markdown extension adds autodoc style support, for use with MkDocs.
 
     |