You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `source`: order members as they appear in the source file.
272
+
- `__all__` ([:octicons-heart-fill-24:{ .pulse } Sponsors only](../../insiders/index.md){ .insiders } — [:octicons-tag-24: Insiders 1.12.0](../../insiders/changelog.md#1.12.0)): Order according to `__all__` attributes. Since classes do not define `__all__` attributes, you can specify a second ordering method by using a list.
273
+
- `alphabetical`: Order by the members names.
274
+
- `source`: Order members as they appear in the source file.
274
275
275
276
The order applies for all members, recursively.
276
277
The order will be ignored for members that are explicitely sorted using the [`members`][] option.
@@ -292,6 +293,12 @@ plugins:
292
293
members_order: source
293
294
```
294
295
296
+
```md title="or in docs/some_page.md (local configuration)"
0 commit comments