Files
sphinx/tests
Clément Pinard 9299003d40 Autosummary: Extend `__all__` members to template rendering (#10811)
When ``False``, the ``autosummary_ignore_module_all`` option adds
members to the module's members entry that will be used for autodoc,
but otherwise ignores it. As such, if a class is available in the 
``__all__``, it won't be generated.

This commit aims to extend the ``__all__`` handling not only to
members, but also to corresponding attribute types (function,
classes, exceptions, modules)

The ``imported_members`` option is set to ``True`` if the object has
an ``__all__`` member and ``autosummary_ignore_module_all`` is ``False``
2023-04-06 00:02:37 +01:00
..
2022-09-24 15:10:57 +01:00
2020-11-20 19:43:02 +01:00
2023-02-18 02:16:50 +00:00
2023-02-18 01:58:05 +00:00
2023-01-31 18:30:43 +00:00
2023-02-18 01:58:05 +00:00
2023-02-18 02:16:50 +00:00
2023-02-18 02:16:50 +00:00
2023-02-18 01:58:05 +00:00
2023-02-18 01:58:05 +00:00
2023-03-27 07:22:07 +02:00
2023-02-18 01:58:05 +00:00
2023-02-18 01:58:05 +00:00
2023-02-18 01:58:05 +00:00
2023-02-18 01:58:05 +00:00
2023-03-27 07:22:07 +02:00
2023-02-18 02:16:50 +00:00
2023-02-18 01:58:05 +00:00
2022-02-20 03:13:45 +00:00
2023-03-05 19:03:06 +00:00
2022-09-27 18:31:47 +01:00
2022-02-20 03:13:45 +00:00
2023-02-18 02:16:50 +00:00
2023-02-18 02:16:50 +00:00
2023-02-18 02:16:50 +00:00
2023-02-18 01:58:05 +00:00
2023-01-03 22:36:54 +00:00
2023-02-18 02:16:50 +00:00
2023-03-24 00:29:27 +00:00