Alphabetically sort attributetable output
This commit is contained in:
parent
7dd45a422c
commit
6eba27d98e
@ -131,7 +131,7 @@ def process_attributetable(app, doctree, fromdocname):
|
|||||||
for label, subitems in groups.items():
|
for label, subitems in groups.items():
|
||||||
if not subitems:
|
if not subitems:
|
||||||
continue
|
continue
|
||||||
table.append(class_results_to_node(label, subitems))
|
table.append(class_results_to_node(label, sorted(subitems)))
|
||||||
|
|
||||||
table['python-class'] = fullname
|
table['python-class'] = fullname
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user