You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
E.g. instead of "Inherits from
ClassXYZ
" one could use sphinx :py:class:ClassXYZ
rst syntax to have a link to the otherclass 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.
The text was updated successfully, but these errors were encountered: