File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ even if [`show_if_no_docstring`][] is set to false.
14
14
15
15
The members will be rendered in the specified order,
16
16
regardless of the value of [ ` members_order ` ] [ ] .
17
+ ** Note that members will still be grouped by category,
18
+ according to the [ ` group_by_category ` ] [ ] option.**
17
19
18
20
Passing a falsy value (` no ` , ` false ` in YAML) or an empty list (` [] ` )
19
21
will tell the Python handler not to render any member.
@@ -269,6 +271,8 @@ The members ordering to use. Possible values:
269
271
270
272
The order applies for all members, recursively.
271
273
The order will be ignored for members that are explicitely sorted using the [`members`][] option.
274
+ **Note that members will still be grouped by category,
275
+ according to the [`group_by_category`][] option.**
272
276
273
277
` ` ` yaml title="in mkdocs.yml (global configuration)"
274
278
plugins:
You can’t perform that action at this time.
0 commit comments