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
Describe the solution you'd like
For example an option
.. autofunction:: myfunction:toc-entry: 2
(with the entry level)
Describe alternatives you've considered
This seems to be all taken care of when one uses .. automodule:, so somewhere that should be an option to enable such behaviour.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Goal
I would like to add a toc entry to each
.. autofunction:
Suppose:
Now I would like to add a TOC entry for each
autofunction
.Background
To simplify the navigation, I would like to customise
autodoc
a bit, but still keep things automatic.I am using
Together with a template
_templates/autosummary/module.rst
which generates `generated/foo.bar.rst
Now I would like to add a toc entry for each autofunction to help navigation.
Vaguely related to #6316
Describe the solution you'd like
For example an option
(with the entry level)
Describe alternatives you've considered
This seems to be all taken care of when one uses
.. automodule:
, so somewhere that should be an option to enable such behaviour.The text was updated successfully, but these errors were encountered: