Commit 79ff5f5
docs: reference lists members in source order; strip_bidi self-contained
autodoc's default alphabetical member sort scrambled the deliberate
field ordering (strip_bidi rendered before strip_emoji, orphaning its
'the same way' reference; Lexicon's vocabulary grouping interleaved).
autodoc_member_order = 'bysource' matches the codebase's
declaration-order-is-canonical rule and the customize.rst table; the
strip_bidi doc is also now self-contained regardless of ordering.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 4e657a8 commit 79ff5f5
2 files changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments