Path to this page:
./
textproc/py-sphinx-autoapi,
Autodoc style documenation for multiple languages
Branch: CURRENT,
Version: 1.4.0,
Package name: py37-sphinx-autoapi-1.4.0,
Maintainer: minskimSphinx AutoAPI provides "autodoc" style documentation for multiple
programming languages without needing to load, run, or import the
project being documented.
Required to run:[
textproc/py-yaml] [
devel/py-setuptools] [
textproc/py-sphinx] [
textproc/py-jinja2] [
textproc/py-Unidecode] [
devel/py-astroid] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: afe9a1ba9d95628ac9ae5446cb5ff2845dd6bdc7
RMD160: bae4134c5189f0ed5b860cbd130df953420ac770
Filesize: 41206.736 KB
Version history: (Expand)
- (2020-08-24) Updated to version: py37-sphinx-autoapi-1.4.0
- (2020-04-06) Package added to pkgsrc.se, version py37-sphinx-autoapi-1.3.0 (created)
CVS history: (Expand)
2020-08-24 10:42:38 by Thomas Klausner | Files touched by this commit (3) |  |
Log message:
py-sphinx-autoapi: update to 1.4.0.
v1.4.0 (2020-06-07)
-------------------
Features
^^^^^^^^
* `#197 <https://github.com/readthedocs/sphinx-autoapi/issues/197>`: Added
``autoapi.__version__`` and ``autoapi.__version_info__`` attributes
for accessing version information.
* `#201 <https://github.com/readthedocs/sphinx-autoapi/issues/201>`: (Python)
Added the ``autoapi_member_order`` option to allow the order that members
are documentated to be configurable.
* `#203 <https://github.com/readthedocs/sphinx-autoapi/issues/203>`: (Python)
A class without a docstring inherits one from its parent.
A methods without a docstring inherits one from the method that it overrides.
* `#204 <https://github.com/readthedocs/sphinx-autoapi/issues/204>`: (Python)
Added the ``imported-members`` AutoAPI option to be able to enable or disable
documenting objects imported from the same top-level package or module
without needing to override templates.
Bug Fixes
^^^^^^^^^
* `#198 <https://github.com/readthedocs/sphinx-autoapi/issues/198>`:
Documentation describes the required layout for template override directories.
* `#195 <https://github.com/readthedocs/sphinx-autoapi/issues/195>`: (Python)
Fixed incorrect formatting when ``show-inheritance-diagram``
and ``private-members`` are turned on.
* `#193 <https://github.com/readthedocs/sphinx-autoapi/issues/193>` and
* `#208 <https://github.com/readthedocs/sphinx-autoapi/issues/208>`: (Python)
Inheritance diagrams can follow imports to find classes to document.
* `#213 <https://github.com/readthedocs/sphinx-autoapi/issues/213>`: (Python)
Fixed module summary never showing.
Trivial/Internal Changes
^^^^^^^^^^^^^^^^^^^^^^^^
* black shows diffs by default
* `#207 <https://github.com/readthedocs/sphinx-autoapi/issues/207>`:
Fixed a typo in the code of the golang tutorial.
|
2020-04-06 09:38:39 by Thomas Klausner | Files touched by this commit (4) |
Log message:
textproc/py-sphinx-autoapi: import py-sphinx-autoapi-1.3.0
Sphinx AutoAPI provides "autodoc" style documentation for multiple
programming languages without needing to load, run, or import the
project being documented.
|