sphinx/tests/roots/test-ext-autodoc/target
2020-03-07 17:50:10 +09:00
..
__init__.py Merge branch 'master' into 5637 2020-02-12 01:42:05 +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
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 Close #6830: autodoc: consider a member private if docstring has "private" metadata 2020-01-04 13:28:07 +09:00
process_docstring.py test: Update testcase for between() 2019-06-03 01:16:20 +09:00
singledispatch.py Close #2815: autodoc: Support singledispatch functions 2020-03-07 17:50:10 +09: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 autodoc: Support type_comment styled type annotation for variables 2020-02-03 01:19:05 +09:00
typehints.py Fix #7146 2020-02-14 16:12:12 +00:00