Chilipp / autodocsumm

Extending your autodoc API docs with a summary
Apache License 2.0
48 stars 14 forks source link

Documenting class methods / attributes in `bysource` order #34

Closed btjanaka closed 3 years ago

btjanaka commented 3 years ago

Hi there! First of all, let me say that this is a great extension, and it's come in handy in a project I am working on.

I have a question about ordering class members in the TOC for each class. When I use member-order: "bysource" and have autosummary: True in my autodoc_default_options, I notice that my module TOC is ordered by source, but the members in my classes are ordered alphabetically instead. Is there a way to specify bysource ordering for class members as well?

If it is any help, I am using autodocsumm==0.2.1

Thanks!