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
It is difficult for developers to browse code when the documentation order does not match the code order. @db091756 has a good idea for the documentation order. The code should be reordered to match this.
Some modules are getting rather large so this may be a good time to split into multiple submodules.
Note: the documentation order is specified by __all__ in __init__.py.
The text was updated successfully, but these errors were encountered:
tp832944
added
new
Something yet to be discussed by development team
and removed
new
Something yet to be discussed by development team
labels
Aug 28, 2024
What's the issue?
It is difficult for developers to browse code when the documentation order does not match the code order. @db091756 has a good idea for the documentation order. The code should be reordered to match this.
Some modules are getting rather large so this may be a good time to split into multiple submodules.
Note: the documentation order is specified by
__all__
in__init__.py
.The text was updated successfully, but these errors were encountered: