Files
sphinx/tests/roots
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-10-17 22:39:09 +01:00
2023-01-01 19:40:01 +00:00
2018-03-23 23:41:09 +09:00
2021-06-03 16:42:57 +02:00
2021-06-03 16:52:38 +02:00
2023-01-02 00:01:14 +00:00
2022-05-31 17:15:19 +01:00
2023-01-02 00:01:14 +00:00
2019-02-16 01:55:58 +09:00
2019-02-03 19:53:12 +09:00
2022-10-17 22:39:09 +01:00
2020-07-19 00:43:11 +00:00
2018-02-25 23:44:37 +09:00
2020-01-25 17:02:59 +01:00
2020-11-11 13:19:05 +01:00
2022-10-17 22:39:09 +01:00