Casey McGinty schrieb: > The ".. automodule" command has an "exclude-members" option to filter > the output. Is there a way to exclude the modules doc string as well? I > want to have ".. automodule" w/ ":members:", but not show the modules > doc string.
No, that's not possible using an option, but you can add a handler to the "autodoc-process-docstring" event, and delete the module docstring in there. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
