You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Gammapy I would like to adopt the default of include-all-objects globally for the docs.
How about adding a automodapi_include_all_object global Sphinx option?
I think it's pretty common to want everything I list in __all__ (e.g. module-level variables like default values or dictionaries) to show up in the docs, no?
For now, is there a way to achieve this default globally for Gammapy?
Or do I have to add :include-all-objects: to every automodapi directive?
The text was updated successfully, but these errors were encountered:
For Gammapy I would like to adopt the default of
include-all-objects
globally for the docs.How about adding a
automodapi_include_all_object
global Sphinx option?I think it's pretty common to want everything I list in
__all__
(e.g. module-level variables like default values or dictionaries) to show up in the docs, no?For now, is there a way to achieve this default globally for Gammapy?
Or do I have to add
:include-all-objects:
to everyautomodapi
directive?The text was updated successfully, but these errors were encountered: