I have a bunch of classes which use \"special-methods\":
class Foo(object): \"Foo docstring\" attr1 = \"Attribute!\" #: first attribute attr2 = \"Anoth
You can add:
:special-members: :exclude-members: __dict__,__weakref__
To the .rst file in order to show special members, except __dict__ and __weakref__
.rst
__dict__
__weakref__