How can I tell the autosummary extension not to only list a single class but also all the class\' members?
If I use:
.. autosummary:: MyClass >
Maybe you should use autoclass provided by sphinx, You can approach that by replacing autosummary:
.. autoclass:: MyClass :members: