Commit Graph

93 Commits (a23e2ffe73c7505ec73f8fc1ad68b384b253a8fc)

Author SHA1 Message Date
Ashley Whetter a23e2ffe73 Render Python properties with the property directive
Fixes #352.
2 years ago
Ashley Whetter d91c7aaa5c Added missing changelog entry 2 years ago
Bruno P. Kinoshita c9edd8d1c6
Minor fixes (typos, http->https in links, types) (#348)
* Avoid http->https redirect, use https where possible

* Add autoapi_template_dir to existing array instead of re-declaring

* Typos

* Sphinx util uses int for verbosity in status_iterator

* Sphinx utils uses tuples for TypeField arguments
2 years ago
Ashley Whetter deb6944644 Version 1.9.0 2 years ago
Ashley Whetter ef1d4cb28e Added changelog entry 2 years ago
Ashley Whetter 610bd10854 Added changelog entries 2 years ago
Kian-Meng Ang 075736619f
Fix typos (#331) 2 years ago
Ashley Whetter 0e4f121a5d Added missing changelog entries 2 years ago
Ashley Whetter 517a6be383 Stop calling ``autodoc-process-docstring`` when docstring is empty 2 years ago
Ashley Whetter cd4e1fa59f Fixed tests in Sphinx 5 2 years ago
Ashley Whetter 17ad4b988e Added new changelog entry 3 years ago
Ashley Whetter 0b214b2ffd Drop Python 3.6 and test in Python 3.10 3 years ago
Ashley Whetter 19d217e177 Version 1.8.4 3 years ago
Ashley Whetter 948f753a20 Fixed compatibility with astroid 2.7+.
Fixes #301
3 years ago
Ashley Whetter 4d8f6387ca Version 1.8.3 3 years ago
Ashley Whetter 7cdc0dfae3 Fixed broken link to Jinja objects.inv 3 years ago
Ashley Whetter 7d7f042805 Fixed possible incorrect indentation in generated documentation.
Closes #299.
3 years ago
Ashley Whetter 354535190c Version 1.8.2 3 years ago
Ashley Whetter 2c5c87157a Explicitly use the domain for generated directives
Closes #292
3 years ago
Ashley Whetter 26b7d729a2 Fixed AttributeError using inheritance diagrams on a module with plain imports
Fixes #289
3 years ago
Ashley Whetter 17ffa2d1b6 Fixed failure to build out of source conf.py files
Closes #293
3 years ago
Ashley Whetter 5faec73073 Fixed error when parsing a class with no constructor 3 years ago
Ashley Whetter 83b1260e67 Version 1.8.1 3 years ago
Ashley Whetter 613eff53a7 Fixed type annotations being shown for only a single module
Closes #273
3 years ago
Ashley Whetter 48ec2b341e Version 1.8.0 4 years ago
Ashley Whetter dafd0cc89c Added missing changelog entries 4 years ago
Ashley Whetter 66f3734afa Start testing in Github Actions 4 years ago
Ashley Whetter 826bb2badd Converted tests to pytest style 4 years ago
Ashley Whetter 9372bdb9f1 Package with PEP-517 4 years ago
Ashley Whetter 7541f922ae Fixed data annotations causing pickle or deepcopy errors
Closes #261
4 years ago
Ashley Whetter bf8f50dc97 Fixed type hints still showing when setting autodoc_typehints
Closes #273
4 years ago
Ashley Whetter 565c43d99b Can run with tox 4 4 years ago
Ashley Whetter 643fed0ccd Can resolve the qualified paths of parameters to generics
Closes #265
4 years ago
Ashley Whetter 23bee3db99 Added support for Sphinx 3.5 4 years ago
Joseph Yu aeecc3e3e4 Added autoapi-skip-member example 4 years ago
Joseph Yu 5435536988 Multiline string are displayed correctly 4 years ago
Joseph Yu b9a6fcd350 Minor internal test warnings fixes 4 years ago
Ashley Whetter 05dde9584c Version 1.7.0 4 years ago
Ashley Whetter 471c870a53 Do not inherit redundant docstrings
Closes #240
4 years ago
Ashley Whetter 24109875e1 The overload signatures of __init__ methods are documented
Fixes #260
4 years ago
Ashley Whetter 73bb2d6105 The fully qualified path of objects are included type annotations 4 years ago
Ashley Whetter 82eb508fe0 Added support for Sphinx 3.3 and 3.4 4 years ago
Ashley Whetter 731323c2a4 Version 1.6.0 4 years ago
Ashley Whetter 714c0609ba Added Python 3.9 support 4 years ago
Ashley Whetter a8d07b610f Can edit the Jinja environment
Closes #200
4 years ago
Ashley Whetter 06a1969d11 Fixed autodoc directives documenting properties as methods 4 years ago
Ashley Whetter e281137654 Fixed raising unnecessary deprecation warning
Closes #244
4 years ago
Ashley Whetter 78b79583af Implmented basic incremental building
Closes #191
4 years ago
Ashley Whetter 6a6f7a9f17 Added CHANGELOG entry 4 years ago
Ashley Whetter 6f0299356a Can use type hints as parameter types and return types 4 years ago