Commit Graph

351 Commits (31d4beb9597f5295a2cb76b91fe222f938ddbc87)

Author SHA1 Message Date
Ashley Whetter 6f0299356a Can use type hints as parameter types and return types 4 years ago
Ashley Whetter 8e4cd49e1a Dropped support for Python 2 and Sphinx 1.x/2.x.
Removed all old compatibility code.
4 years ago
Ashley Whetter 40ebbc965f Version 1.5.1 4 years ago
Brent Yi f986f02105 Fix inheritance diagram from module 4 years ago
Ashley Whetter 0667de4037 Release preparation 4 years ago
Ashley Whetter fc634afc0d Fix formatting after black upgrade 4 years ago
Ashley Whetter 0a5b84b8be autoapi_file_patterns is in order of preference
Closes #243
4 years ago
Taku Fukada 5bb4ff2c02 Refine overload support 4 years ago
Taku Fukada 8f4a4b1f0c Refactor the child function/method parsing loop 4 years ago
Taku Fukada 78db701450 Ignore some pylint checks 4 years ago
Taku Fukada 7270718374 Add support for overloaded functions 4 years ago
Haggai Nuchi a58b7ed45b Update documenters.py 4 years ago
Taku Fukada 3b35293f9c Make NestedParse not to wrap their content with a paragraph 4 years ago
Taku Fukada b2b5f62847 Fix #234: Inject TOCs just after doctrees are read 4 years ago
Ashley Whetter 8640355f3d autoapisummary directive inherits from autosummary for future stability 4 years ago
Ashley Whetter 8d841664ed Fixed every toctree entry getting added as a new list 4 years ago
Ashley Whetter ac70ea056e Fixed incorrect formatting of properties on generated method directives. 4 years ago
Thorsten Beier d08522c525
Added default golang ingore pattern to remove unit tests by default (#231) 4 years ago
Ashley Whetter f5182a2291 Declare the extension as parallel safe
Closes #222
4 years ago
Ashley Whetter 3faa27053b Fixed return types not showing for methods.
Fixes #219
4 years ago
Ashley Whetter 9bd08a2bc1 Version 1.4.0 4 years ago
lhfriedman c51fb3f737 added scoped keywords
see issue 213 (https://github.com/readthedocs/sphinx-autoapi/issues/213)
4 years ago
Ashley Whetter 975ac49dc0 Inheritance diagrams can follow imports
Closes #193
Closes #208
4 years ago
Ashley Whetter ea150af1da Fixed incorrect formatting with private inheritance diagrams
Fixes #195
4 years ago
Ashley Whetter cd9b9ca0fe Added the imported-members AutoAPI option
Closes #204
4 years ago
Ashley Whetter fca36aa664 Classes and methods inherit docstrings from their parent
Closes #203
4 years ago
Ashley Whetter b52378fa51 Added autoapi_member_order option
Closes #201
4 years ago
Ashley Whetter 2f87d5ef82 Added __version_info__ and single source version 4 years ago
Matthijs van der Burgh e0b41e00a7 Add __version__ to __init__.py 4 years ago
Ashley Whetter 0d95377bbf Accept template directory relative to conf.py
Closes #184
4 years ago
Ashley Whetter 9008db48e5 Added assertion to assist with import resolution debugging 4 years ago
Ashley Whetter 428e8526f0 Fixed Python 2 support 4 years ago
Ashley Whetter 4ba45cfacb Can document inherited members
Closes #183
4 years ago
Ashley Whetter c5d5fb5346 Made passing of options to templates more sane 4 years ago
Ashley Whetter 265b4ae562 Added show-inheritance
Also turned autoapi_include_inheritance_graphs into a
show-inheritance-diagram AutoAPI option to be more consistent
with show-inheritance.

Partially implements #183
4 years ago
Ashley Whetter 076427e6ae Added inheritance diagrams support
Close #140
5 years ago
Ashley Whetter fc1d78f758 Python 3.8 support 5 years ago
Ashley Whetter f8b6a6151c arg and kwargs annotations can be read from the function type comment 5 years ago
Ashley Whetter 9c91de9370 Ignore extra argument type annotations
Closes #186
5 years ago
Ashley Whetter d40122948b Remaining rtfd -> readthedocs replacements 5 years ago
Ashley Whetter b5b2b2f08e Make the linter happy again 5 years ago
Olivier Samyn d71ac5f250 fix: Make the linter happy 5 years ago
Olivier Samyn cca3a781ee fix: correct stop condition in sphinx <2.0 and add a stop guard. 5 years ago
Olivier Samyn 🎻 7ca958fe57 feat: Support implicit namespaces for python >= 3.3 5 years ago
Ashley Whetter 74889a9d07 "Invalid desc node" warning no longer raised for autodoc-style directives 5 years ago
Ashley Whetter 28301f1ba4 Fix linting again 5 years ago
Ashley Whetter 520f3b0469 Fixed formatting 5 years ago
Ashley Whetter a122f00d4a Fix linting 5 years ago
Daniel Daniels a114af76dc Added autoapi-skip-member event 5 years ago
谷月轩 f6649ebde4 Include methods in child class (#176) 5 years ago