Skip to content

Commit fab7f1c

Browse files
committed
sort by attribute type, then alphabetic
1 parent 97db5ac commit fab7f1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
inheritance_node_attrs = dict(style='rounded')
5454

5555
autosummary_generate = True
56-
autodoc_member_order = 'bysource'
56+
autodoc_member_order = 'groupwise'
57+
# bysource
5758

5859
# Add any paths that contain templates here, relative to this directory.
5960
templates_path = ['_templates']

0 commit comments

Comments
 (0)