0

I am using the automodule directive to document some Python module using Sphinx:

.. automodule:: mymodule.mysubmodule
    :members:

This works very well.

However, I would like to include a sort of "table of content" of all the members to be documented this way. For example if mysubmodule contains classes A, B and C I would these displayed as a list above the details (with links).

3

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.