autodoc: How to order class attributes before methods with autoclass
#12499
Unanswered
surya-sigtech
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@AA-Turner Any suggestions? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When generating the class docs using
.. autoclass::
with the flag
autodoc_member_order = 'groupwise'
The methods are coming above class attributes. Any suggestions on how to order them?
@tk0miya Is this functionality a part of this open issue #5270
Beta Was this translation helpful? Give feedback.
All reactions