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
My package contains a helper function defined in the __init__.py file which extracts the version number from the pyproject.toml file. This function should not be documented and I'd like to exclude it.
This is what sphinx-autodoc2 generates by default:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
My package contains a helper function defined in the
__init__.py
file which extracts the version number from thepyproject.toml
file. This function should not be documented and I'd like to exclude it.This is what
sphinx-autodoc2
generates by default:I'd like to remove the entire
Package Contents
section. How could I do that?Beta Was this translation helpful? Give feedback.
All reactions