Hey Everyone,

I've been reading this group for a while but have yet to post.

I'm trying to use autosummary to produce a table with docstring summaries.
Only problem is I'm not getting the docstring summaries!  Does this only
work if using a toctree within autosummary?

=======================================
:mod:`Papyrus.library.python.utilities`
=======================================

.. automodule :: Papyrus.library.python.utilities

.. currentmodule:: Papyrus.library.python.utilities

Summary
--------------

.. autosummary::

   getContents
   getPackageModules
   whichArgumentHandler
   writeIndexRst
   writeGraphviz
   writeRuntimeRst
   writeModuleRst

Functions
---------

.. autofunction:: getContents

.. autofunction:: getPackageModules

.. autofunction:: whichArgumentHandler

.. autofunction:: writeIndexRst

.. autofunction:: writeGraphviz

.. autofunction:: writeRuntimeRst

.. autofunction:: writeModuleRst

-- 
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.

Reply via email to