Skip to content

Commit

Permalink
docs groupwise autoapi member order (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjlittle authored Feb 23, 2024
1 parent f83c5f1 commit 7908759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def autolog(message: str, section: str | None = None, color: str | None = None)
str(package_dir / "geovista/cli.py"),
str(package_dir / "geovista/examples/*"),
]
autoapi_member_order = "alphabetical"
autoapi_member_order = "groupwise"
autoapi_options = [
"members",
# "inherited-members",
Expand Down

0 comments on commit 7908759

Please sign in to comment.