sphinx/tests/roots/test-ext-autodoc/target
2024-12-09 14:59:25 +00:00
..
canonical Close #5603: autodoc: Allow to refer to a python object using canonical name 2021-03-27 17:34:15 +09:00
name_conflict Sort imports with isort 2020-11-11 13:19:05 +01:00
__init__.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00
_functions_to_import.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00
abstractmethods.py Format `tests/` (#12760) 2024-08-11 14:58:56 +01:00
annotated.py autodoc: Fix warnings with dataclasses in `Annotated` metadata (#12622) 2024-07-20 11:28:03 +01:00
autoclass_content.py Fix #6567: autodoc: autodoc_inherit_docstrings does not effect to __init__() 2019-07-11 01:39:17 +09:00
autodoc_type_aliases.py Fix #10305: autodoc: Failed to extract optional forwardrefs 2022-04-17 03:09:11 +09:00
bound_method.py Address feedback 2019-04-13 22:09:01 -10:00
cached_property.py Support type comments in `PropertyDocumenter` (#11298) 2023-04-06 22:56:17 +01:00
callable.py Format `tests/` (#12760) 2024-08-11 14:58:56 +01:00
classes.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00
coroutine.py Remove unneeded noqa lint suppression comments (#10772) 2022-08-28 20:03:17 +01:00
cython.pyx refactor: test: Pass language_level to cython explicitly 2020-05-04 00:23:06 +09:00
decorator.py Fix #8105: autodoc: the signature of decorated class is incorrect 2020-11-05 01:57:40 +09:00
descriptor.py Run the `pyupgrade` tool 2022-10-17 22:39:09 +01:00
docstring_signature.py Fix #10280: autodoc_docstring_signature generates needless return typehint 2022-04-03 16:32:35 +09:00
empty_all.py Fix #8594: autodoc: empty __all__ attribute is ignored 2020-12-28 13:53:56 +09:00
enums.py [autodoc] fix rendering of enumerations inheriting from mixin and data types (#11596) 2024-03-21 12:36:36 +01:00
final.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00
functions.py Added support for `slice` objects in subscriptions (#11981) 2024-02-14 14:45:30 +01:00
generic_class.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00
genericalias.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00
hide_value.py Close #8022: autodoc: Allow to hide the value of the variables via metadata 2020-12-27 12:46:03 +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 Run the `pyupgrade` tool 2022-10-17 22:39:09 +01:00
inherited_annotations.py #11917 - Fix rendering of inherited members for Python 3.9 (#11919) 2024-02-03 10:46:13 +01:00
instance_variable.py Fix #9283: autodoc: failed to build doc for attribute not commented 2021-05-30 19:48:11 +09:00
literal.py Fix rendering of `Literal` annotations with enum values (#11517) 2023-08-14 23:33:57 +01:00
metadata.py Fix #8597: autodoc: metadata only docstring is treated as undocumented 2021-05-02 23:17:58 +09:00
methods.py Format `tests/` (#12760) 2024-08-11 14:58:56 +01:00
module.py Fix #9175: autodoc: Special member is not documented in the module 2021-05-08 17:33:33 +09:00
name_mangling.py Fix #1362: autodoc: Support private class attributes 2020-07-18 03:39:38 +09:00
need_mocks.py Avoid using camelCase names in autodoc tests 2024-12-09 14:59:25 +00:00
overload2.py Fix #7786: autodoc: can't detect overloaded methods defined in other file 2020-10-05 22:49:05 +09:00
overload.py Run pyupgrade (#11070) 2023-01-02 00:01:14 +00:00
partialfunction.py Fix #7023: autodoc: nested partial functions are not listed 2020-01-17 09:15:45 +09:00
partialmethod.py Run the `pyupgrade` tool 2022-10-17 22:39:09 +01:00
pep570.py Drop Python 3.7 2022-09-27 18:31:47 +01:00
pep604.py autodoc: Support type union operator (PEP-604) (refs: #8775) 2021-01-31 23:38:36 +09:00
preserve_defaults_special_constructs.py Fix `sphinx.ext.autodoc.preserve_defaults` (#11550) 2023-08-17 01:19:25 +00:00
preserve_defaults.py Fix `sphinx.ext.autodoc.preserve_defaults` (#11550) 2023-08-17 01:19:25 +00:00
private.py Add test cases for #8180 2022-05-23 02:04:03 +09:00
process_docstring.py test: Update testcase for between() 2019-06-03 01:16:20 +09:00
properties.py Support type comments in `PropertyDocumenter` (#11298) 2023-04-06 22:56:17 +01:00
singledispatch.py Added test case 2022-04-04 11:45:58 +01:00
singledispatchmethod_classmethod.py [autodoc] add support for singledispatchmethod class methods (#11284) 2024-03-14 12:26:35 +01:00
singledispatchmethod.py Added test case 2022-04-04 11:45:58 +01:00
slots.py Fix #9752: autodoc: Failed to detect type annotation for slots attribute 2021-10-23 14:59:36 +09:00
sort_by_all.py Fix #3673: autodoc: bysource order does not work for a module having __all__ 2020-05-23 21:52:11 +09:00
TYPE_CHECKING.py Drop support for Python 3.8 (#11511) 2023-07-25 02:07:23 +01:00
typed_vars.py Run the `pyupgrade` tool 2022-10-17 22:39:09 +01:00
typehints.py Run pyupgrade (#11070) 2023-01-02 00:01:14 +00:00
typevar.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00
uninitialized_attributes.py Fix #8800: autodoc: Uninitialized attributes in superclass are recognized as undocumented 2021-02-01 21:06:07 +09:00
wrappedfunction.py Insert `from __future__ import annotations` 2023-01-01 20:48:37 +00:00