Hi, I'm interested in using autosummary to create a table at the top of all my module rest documents. Is this possible without explicitly listing all of the elements in the autosummary directive? I want to avoid having and explicit autosummary list, since it would limit the usefullness of automodule?
For example, a ReSTdocument for module "my.module" might look like the following, and would output all of the modules docstrings, along with a summary table at the top. Is something like this possible right now? ----------------------------------------------------- .. currentmodule:: my.module my.module ========= .. autosummary:: .. automodule:: my.module :members: :undoc-members: --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
