Commit Graph

763 Commits (feat/single-page-option)
 

Author SHA1 Message Date
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 08e61b93ef Fixed displaying "self" in class signatures 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 3 years ago
Ashley Whetter dafd0cc89c Added missing changelog entries 3 years ago
Sam Morley-Short 3fb14a24fc Added attribute summary table to python module template 3 years ago
Kamil Breguła 57253a9f84 Generate rst files in src directory 3 years ago
Ashley Whetter 86a6d1059c Refactored dotnet error to raise an exception properly 3 years ago
René Fritze 099e6e89c1 Add descriptions for logging warning subtypes 3 years ago
René Fritze 5777e43347 remove (sub-) types for "Unknown type" warnings 3 years ago
René Fritze 5035ea9e4a Document the warnings suppression options 3 years ago
René Fritze dbd1e9dfe6 Adds a subtype to all `logger.warning` calls 3 years ago
René Fritze bec1f6c1b0 Adds a referenceable type to logging warnings
This allows users to use the sphinx config `suppress_warnings =
['autoapi']` to ignore warnings emitted from autoapi.
3 years ago
Ashley Whetter 66f3734afa Start testing in Github Actions 3 years ago
Ashley Whetter 826bb2badd Converted tests to pytest style 3 years ago
Ashley Whetter 9372bdb9f1 Package with PEP-517 3 years ago
Ashley Whetter a0591adae4 Represent overload typehints more accurately 3 years ago
Ashley Whetter 7541f922ae Fixed data annotations causing pickle or deepcopy errors
Closes #261
3 years ago
Ashley Whetter bf8f50dc97 Fixed type hints still showing when setting autodoc_typehints
Closes #273
3 years ago
Ashley Whetter 565c43d99b Can run with tox 4 3 years ago
Ashley Whetter 7872ed00b0 Can link to parameters of generic base classes 3 years ago
Ashley Whetter 643fed0ccd Can resolve the qualified paths of parameters to generics
Closes #265
3 years ago
Ashley Whetter 23bee3db99 Added support for Sphinx 3.5 3 years ago
Joseph Yu aeecc3e3e4 Added autoapi-skip-member example 3 years ago
Joseph Yu 5435536988 Multiline string are displayed correctly 3 years ago
Joseph Yu b9a6fcd350 Minor internal test warnings fixes 3 years ago
Ashley Whetter 05dde9584c Version 1.7.0 3 years ago
Ashley Whetter 471c870a53 Do not inherit redundant docstrings
Closes #240
3 years ago
Ashley Whetter 24109875e1 The overload signatures of __init__ methods are documented
Fixes #260
3 years ago
Ashley Whetter 73bb2d6105 The fully qualified path of objects are included type annotations 3 years ago
Ashley Whetter 82eb508fe0 Added support for Sphinx 3.3 and 3.4 3 years ago
Ashley Whetter 731323c2a4 Version 1.6.0 3 years ago
Ashley Whetter 714c0609ba Added Python 3.9 support 3 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
Ash Berlin-Taylor 5ee7dbef59 Correctly parse Metaclasses
Fixes #246
4 years ago
Ashley Whetter 7330297a83 Fixed tests on Python <3.8 4 years ago
Ashley Whetter 31d4beb959 Readthedocs uses Python 3.8 4 years ago
Ashley Whetter 8256daa090 Fixed test setup 4 years ago
Ashley Whetter bab6d1a726 Added git tagging to the release steps 4 years ago
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