sphinx-autoapi 1.3.0-2 source package in Ubuntu
Changelog
sphinx-autoapi (1.3.0-2) unstable; urgency=medium * Team upload. * Rebuild. -- Andrej Shadura <email address hidden> Tue, 23 Jun 2020 20:32:49 +0200
Upload details
- Uploaded by:
- Debian Python Modules Team on 2020-06-23
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Modules Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-06-24 | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
sphinx-autoapi_1.3.0-2.dsc | 2.0 KiB | d59c9486203f4fbf41bb56842d317d3a8a72c36032aac7647d595f9b83950f81 |
sphinx-autoapi_1.3.0.orig.tar.gz | 72.2 KiB | 94a6b1ecadec1fb0736a124621f59866a569d5b8e45cff8c17fc34af5fb4d914 |
sphinx-autoapi_1.3.0-2.debian.tar.xz | 3.2 KiB | 1eda9c6c928e4f244a150159e2d219b7a8a916eb048c424672aa19acce856fc2 |
Available diffs
- diff from 1.3.0-1 to 1.3.0-2 (317 bytes)
No changes file available.
Binary packages built by this source
- python3-sphinx-autoapi: Automatic doc generation by parsing source code (Sphinx extension)
Sphinx AutoAPI provides "autodoc" style documentation for multiple
programming languages without needing to load, run, or import the project
being documented.
.
In contrast to the traditional Sphinx autodoc, which is Python-only and uses
code imports, AutoAPI finds and generates documentation by parsing source
code.