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
While reviewing mesh-adaptation/movement#114 I noticed that classes in movement.monitor are in alphabetical order in the API, which hindered readability in my opinion. To sort them in the order as we wrote them in, we just need to add autodoc_member_order = 'bysource' in conf.py
The text was updated successfully, but these errors were encountered:
While reviewing mesh-adaptation/movement#114 I noticed that classes in
movement.monitor
are in alphabetical order in the API, which hindered readability in my opinion. To sort them in the order as we wrote them in, we just need to addautodoc_member_order = 'bysource'
in conf.pyThe text was updated successfully, but these errors were encountered: