Open andrewyates opened 4 years ago
Currently Sphinx AutoAPI is too verbose and shows imported members under each module. For example, if a module contains from foo import bar, bar shows up in the module's documentation. We should find a way to remove these redundant entries.
from foo import bar
bar
Currently Sphinx AutoAPI is too verbose and shows imported members under each module. For example, if a module contains
from foo import bar
,bar
shows up in the module's documentation. We should find a way to remove these redundant entries.