sphinx/tests/roots/test-ext-autodoc/target
Takeshi KOMIYA 7888600f96
Merge pull request #7564 from eric-wieser/fix-missing-__annotations__
autodoc: Fix a logic error that causes annotations not to be shown for descriptors
2020-04-27 21:54:17 +09:00
..
__init__.py test: Add a docstring to avoid an error on py39a5+ 2020-04-18 20:28:31 +09:00
abstractmethods.py Close #744: autodoc: Support abstractmethod 2019-05-15 00:01:00 +09:00
annotated.py Close #7165: autodoc: Support Annotated type (PEP-593) 2020-03-03 00:14:24 +09:00
autoclass_content.py Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__() 2019-07-11 01:39:17 +09:00
bound_method.py Address feedback 2019-04-13 22:09:01 -10:00
callable.py Fix #6047: autodoc: `autofunction` emits a warning for method objects 2019-02-17 18:23:14 +09:00
coroutine.py Fix #7189: autodoc: classmethod coroutines are not detected 2020-02-22 00:49:45 +09:00
cython.pyx Fix #7355: autodoc: a signature of cython-function is not recognized well 2020-03-31 21:14:08 +09:00
decorator.py Closes #1148: autodoc: Add autodecorator directive for decorators 2019-02-15 02:14:38 +09:00
descriptor.py test: Move descriptor example to independent file 2019-06-03 00:38:01 +09:00
docstring_signature.py test: Update testcase for autoclass_content and autodoc_docstring_signature 2019-06-03 23:20:33 +09:00
enum.py py3: Remove (most) __future__ imports 2018-12-17 09:46:15 +00:00
functions.py Add sphinx.util.inspect:iscoroutinefunction() 2019-04-23 01:40:37 +09:00
imported_members.py Fix #7023: autodoc: partial functions are listed as module members 2020-01-19 15:22:09 +09:00
inheritance.py Fix flake8 violations 2019-07-01 00:28:30 +09:00
methods.py Add sphinx.util.inspect:iscoroutinefunction() 2019-04-23 01:40:37 +09:00
need_mocks.py Add testcase for mocked objects in autodoc 2019-02-11 01:46:38 +09:00
partialfunction.py Fix #7023: autodoc: nested partial functions are not listed 2020-01-17 09:15:45 +09:00
partialmethod.py Add testcase a partialmethod not having docstring (refs: #7023) 2020-01-17 09:11:59 +09:00
pep570.py Fix #7156: autodoc: separator for keyword only arguments is not shown 2020-02-16 01:37:23 +09:00
private.py Add support for :meta public: 2020-04-14 08:41:45 +01:00
process_docstring.py test: Update testcase for between() 2019-06-03 01:16:20 +09:00
singledispatch.py Handle singledispatch functions with rewritten signatures. 2020-03-14 22:52:45 +01:00
singledispatchmethod.py autodoc: Support singledispatch methods 2020-03-07 17:50:10 +09:00
slots.py Close #6325: autodoc: Support attributes in __slots__ 2019-05-22 09:56:46 +09:00
typed_vars.py Fix a logic error that causes annotations not to be shown for descriptors 2020-04-27 12:57:39 +01:00
typehints.py Fix #7146 2020-02-14 16:12:12 +00:00
wrappedfunction.py Fix: autodoc: __wrapped__ functions are not documented correctly 2020-02-27 16:27:41 -08:00