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
When I document a submodule using def_submodule("name1", "docstring1") , and so forth, I notice that help on the module prints the module doc string and my list of submodules (name1, name2, name3, etc.) but no submodule docstrings.
I would have thought that those docstrings would have appeared with the submodule list. If I ask for help(module.name1), I do not get the docstring either.
Where is that info printed? Obviously, this is not a big deal. But is there some configuration I need to do? Just trying to make this the best experience for any users and want to understand this. Thanks...
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.
-
When I document a submodule using
def_submodule("name1", "docstring1")
, and so forth, I notice that help on the module prints the module doc string and my list of submodules (name1, name2, name3, etc.) but no submodule docstrings.I would have thought that those docstrings would have appeared with the submodule list. If I ask for help(module.name1), I do not get the docstring either.
Where is that info printed? Obviously, this is not a big deal. But is there some configuration I need to do? Just trying to make this the best experience for any users and want to understand this. Thanks...
Beta Was this translation helpful? Give feedback.
All reactions