You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sphinx-autoapi/autoapi
Ashley Whetter a6558dcfc2 Various fixes for own page output
Also added tests for own page output.
Fix some inherited members always being rendered.
Own page members of an entity are linked to after the docstring
of the parent entity.
Fix entities below the "class" level that have their own page
from rendering incorrectly.
Rename "single page output" to "own page output". An entity does
not have a "single page" when its members are spread across
their own pages.
Properties are linked to on their parent classes page.
Children not present in `__all__` are not rendered.
Fixed emitting ignore event twice for methods.
Corrected documentation around `imported-members` to reflect that it
applies only to objects imported into a package, not modules.
Fixed path error on Windows.
2 months ago
..
mappers Various fixes for own page output 2 months ago
templates Various fixes for own page output 2 months ago
__init__.py Version 3.0.0 8 months ago
directives.py Fix type checking against latest Sphinx 2 months ago
documenters.py Removed old pylint pragmas 11 months ago
extension.py Various fixes for own page output 2 months ago
inheritance_diagrams.py Replace usage of deprecated astroid.NodeNG.doc in inheritance_diagrams.py 8 months ago
settings.py Basic tests for single page rendering 2 months ago