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
docs: name the customize sections after the reader's problem
v1's customize.rst used task-shaped headings — "Removing a Title",
"Don't Remove Emojis", "Bound First Names" — so a reader scanning for
their problem found it. The 2.0 rewrite named its three sections after
the architecture instead (Vocabulary / Behavior / Presentation), which
teaches the model better but leaves nothing to scan: the word "emoji"
appeared nowhere outside a table cell, and the Policy section ran 150
lines without a subheading.
Keep the three architectural sections and add task-shaped subheadings
under them, so the page works for both reading and lookup. All eight
terms a reader would search for (emoji, title, order, suffix, nickname,
maiden, case, lexicon) now appear in a heading.
Also fixes a seam left by the previous commit: the original
maiden/nickname precedence paragraph had ended up orphaned after the
strip-flag examples, several screens below the doctest it explains, and
its closing sentence duplicated the additive-delimiter example added
alongside it. Moved back to introduce its own example, duplicate
dropped.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments