Hello all.  I'm quite new to all of this, so please forgive me.

At my top level index.rst, I have defined the autosummary directive

.. autosummary::
        :toctree: generated

        my.module

which creates my.module.rst with a directive like this:
.. automodule:: my.module

   .. rubric:: Classes

   .. autosummary::

     MyClass

I have read that autosummary does not work recursively.  However, if
the next step is to make MyClass a link to the list of autosummary
functions in MyClass, how would I do that?

Thanks
Matt

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