sphinx/tests/roots/test-ext-autodoc/target
2025-01-13 21:56:36 +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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
__init__.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
_functions_to_import.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
abstractmethods.py Format `tests/` (#12760) 2024-08-11 14:58:56 +01:00
annotated.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
autoclass_content.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
autodoc_type_aliases.py Use strict flake8-type-checking settings in Ruff 2025-01-13 21:56:36 +00: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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
coroutine.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
cython.pyx refactor: test: Pass language_level to cython explicitly 2020-05-04 00:23:06 +09:00
decorator.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
descriptor.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
docstring_signature.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
empty_all.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00: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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
generic_class.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
genericalias.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +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 Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
inherited_annotations.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00: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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +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 Use strict flake8-type-checking settings in Ruff 2025-01-13 21:56:36 +00:00
partialfunction.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00: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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
preserve_defaults.py Use strict flake8-type-checking settings in Ruff 2025-01-13 21:56:36 +00:00
private.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00: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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00: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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00: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 Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
typed_vars.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +00:00
typehints.py Use strict flake8-type-checking settings in Ruff 2025-01-13 21:56:36 +00:00
typevar.py Run Ruff on `tests/roots/` 2025-01-03 01:33:14 +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 Use strict flake8-type-checking settings in Ruff 2025-01-13 21:56:36 +00:00