autodoc: How to order class attributes before methods with autoclass
#12499
Unanswered
surya-sigtech
asked this question in
Q&A
Replies: 2 comments 1 reply
-
@AA-Turner Any suggestions? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I've posted an answer here: https://stackoverflow.com/a/79492670/2775385 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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