Skip to content
Snippets Groups Projects
Commit a0f2a263 authored by Sebastian Müller's avatar Sebastian Müller 🐈
Browse files

docs: set autodoc_member_order = 'bysource'

parent eeb6845c
No related branches found
No related tags found
1 merge request!150Docs: add changelog and discussions link and minor improvements
Pipeline #124749 failed with stages
in 1 minute and 7 seconds
......@@ -38,8 +38,7 @@ autosummary_generate = True
# dont show __init__ docstring
autoclass_content = "class"
# sort class members
autodoc_member_order = "groupwise"
# autodoc_member_order = 'bysource'
autodoc_member_order = 'bysource'
# Notes in boxes
napoleon_use_admonition_for_notes = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment