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
We're actually very close to supporting __all__ (a few internals to refactor to officialize it) 🙂
Then yes, supporting __all__ ordering should be easy. Quick question: what happens for classes? They don't define __all__. I suppose members_order could accept a list?
members_order:
- __all__
- source
There might be more elegant ways to specify that 🤔
Would be great if we could add another option to
members_order
to respect the order of__all__
.I think mkdocstrings already respects
__all__
to include members, so I guess it shouldn't be that hard to add?The text was updated successfully, but these errors were encountered: