pkgsrc/textproc/py-sphinx-autoapi/PLIST
wiz 0ad0a4a2cd 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-08-24 08:42:38 +00:00

99 lines
4.2 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2020/08/24 08:42:38 wiz Exp $
${PYSITELIB}/autoapi/__init__.py
${PYSITELIB}/autoapi/__init__.pyc
${PYSITELIB}/autoapi/__init__.pyo
${PYSITELIB}/autoapi/_version.py
${PYSITELIB}/autoapi/_version.pyc
${PYSITELIB}/autoapi/_version.pyo
${PYSITELIB}/autoapi/backends.py
${PYSITELIB}/autoapi/backends.pyc
${PYSITELIB}/autoapi/backends.pyo
${PYSITELIB}/autoapi/directives.py
${PYSITELIB}/autoapi/directives.pyc
${PYSITELIB}/autoapi/directives.pyo
${PYSITELIB}/autoapi/documenters.py
${PYSITELIB}/autoapi/documenters.pyc
${PYSITELIB}/autoapi/documenters.pyo
${PYSITELIB}/autoapi/extension.py
${PYSITELIB}/autoapi/extension.pyc
${PYSITELIB}/autoapi/extension.pyo
${PYSITELIB}/autoapi/inheritance_diagrams.py
${PYSITELIB}/autoapi/inheritance_diagrams.pyc
${PYSITELIB}/autoapi/inheritance_diagrams.pyo
${PYSITELIB}/autoapi/mappers/__init__.py
${PYSITELIB}/autoapi/mappers/__init__.pyc
${PYSITELIB}/autoapi/mappers/__init__.pyo
${PYSITELIB}/autoapi/mappers/base.py
${PYSITELIB}/autoapi/mappers/base.pyc
${PYSITELIB}/autoapi/mappers/base.pyo
${PYSITELIB}/autoapi/mappers/dotnet.py
${PYSITELIB}/autoapi/mappers/dotnet.pyc
${PYSITELIB}/autoapi/mappers/dotnet.pyo
${PYSITELIB}/autoapi/mappers/go.py
${PYSITELIB}/autoapi/mappers/go.pyc
${PYSITELIB}/autoapi/mappers/go.pyo
${PYSITELIB}/autoapi/mappers/javascript.py
${PYSITELIB}/autoapi/mappers/javascript.pyc
${PYSITELIB}/autoapi/mappers/javascript.pyo
${PYSITELIB}/autoapi/mappers/python/__init__.py
${PYSITELIB}/autoapi/mappers/python/__init__.pyc
${PYSITELIB}/autoapi/mappers/python/__init__.pyo
${PYSITELIB}/autoapi/mappers/python/astroid_utils.py
${PYSITELIB}/autoapi/mappers/python/astroid_utils.pyc
${PYSITELIB}/autoapi/mappers/python/astroid_utils.pyo
${PYSITELIB}/autoapi/mappers/python/mapper.py
${PYSITELIB}/autoapi/mappers/python/mapper.pyc
${PYSITELIB}/autoapi/mappers/python/mapper.pyo
${PYSITELIB}/autoapi/mappers/python/objects.py
${PYSITELIB}/autoapi/mappers/python/objects.pyc
${PYSITELIB}/autoapi/mappers/python/objects.pyo
${PYSITELIB}/autoapi/mappers/python/parser.py
${PYSITELIB}/autoapi/mappers/python/parser.pyc
${PYSITELIB}/autoapi/mappers/python/parser.pyo
${PYSITELIB}/autoapi/settings.py
${PYSITELIB}/autoapi/settings.pyc
${PYSITELIB}/autoapi/settings.pyo
${PYSITELIB}/autoapi/templates/base/base.rst
${PYSITELIB}/autoapi/templates/dotnet/base_detail.rst
${PYSITELIB}/autoapi/templates/dotnet/base_embed.rst
${PYSITELIB}/autoapi/templates/dotnet/base_list.rst
${PYSITELIB}/autoapi/templates/dotnet/class.rst
${PYSITELIB}/autoapi/templates/dotnet/constructor.rst
${PYSITELIB}/autoapi/templates/dotnet/delegate.rst
${PYSITELIB}/autoapi/templates/dotnet/enum.rst
${PYSITELIB}/autoapi/templates/dotnet/event.rst
${PYSITELIB}/autoapi/templates/dotnet/field.rst
${PYSITELIB}/autoapi/templates/dotnet/interface.rst
${PYSITELIB}/autoapi/templates/dotnet/method.rst
${PYSITELIB}/autoapi/templates/dotnet/namespace.rst
${PYSITELIB}/autoapi/templates/dotnet/operator.rst
${PYSITELIB}/autoapi/templates/dotnet/property.rst
${PYSITELIB}/autoapi/templates/dotnet/struct.rst
${PYSITELIB}/autoapi/templates/go/base_member.rst
${PYSITELIB}/autoapi/templates/go/const.rst
${PYSITELIB}/autoapi/templates/go/func.rst
${PYSITELIB}/autoapi/templates/go/method.rst
${PYSITELIB}/autoapi/templates/go/package.rst
${PYSITELIB}/autoapi/templates/go/type.rst
${PYSITELIB}/autoapi/templates/go/var.rst
${PYSITELIB}/autoapi/templates/index.rst
${PYSITELIB}/autoapi/templates/javascript/class.rst
${PYSITELIB}/autoapi/templates/javascript/function.rst
${PYSITELIB}/autoapi/templates/javascript/member.rst
${PYSITELIB}/autoapi/templates/javascript/module.rst
${PYSITELIB}/autoapi/templates/python/attribute.rst
${PYSITELIB}/autoapi/templates/python/class.rst
${PYSITELIB}/autoapi/templates/python/data.rst
${PYSITELIB}/autoapi/templates/python/exception.rst
${PYSITELIB}/autoapi/templates/python/function.rst
${PYSITELIB}/autoapi/templates/python/method.rst
${PYSITELIB}/autoapi/templates/python/module.rst
${PYSITELIB}/autoapi/templates/python/package.rst
${PYSITELIB}/autoapi/toctree.py
${PYSITELIB}/autoapi/toctree.pyc
${PYSITELIB}/autoapi/toctree.pyo
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt