This question is inspired by the Mayavi documentation, which has nice section breaks with the name of the function being described between each module member.
My .rst
right now just looks like:
SQLAlchemy Tables
**********************************
.. automodule:: ExperimentOrganizer.table_def
:members:
(With all of the documentation formatted text in the module itself.)
Is there a simple way to indicate that I'd like to have section headers inserted between each member in :members:
? If not, how did the Mayavi folks do it?