autowrap icon indicating copy to clipboard operation
autowrap copied to clipboard

Adapt docstring generation regarding inheritance

Open jpfeuffer opened this issue 2 years ago • 0 comments

E.g. instead of "Inherits from ClassXYZ" one could use sphinx :py:class:ClassXYZ rst syntax to have a link to the other class when it is generated by sphinx.

Also, the inherited methods should be grouped at the beginning or end and maybe noted with "inherited from"?

Currently they are listed in alphabetical order.

jpfeuffer avatar Apr 14 '23 15:04 jpfeuffer