Commit b20059b
docs: show the customizations that only had table rows
v1's customize.rst carried ~109 doctest lines; the 2.0 rewrite kept 31.
Prose survived better than code did, leaving six capabilities described
but never demonstrated. Each of these exists and works; only the
example was missing.
- bound_given_names had exactly one mention in all of 2.0's docs, a
rename row in migrate.rst. That is the entire Arabic given-name
feature, invisible to anyone not migrating from v1. Show the default,
adding one, and emptying the set to switch it off; note the shipped
set now includes Arabic-script spellings, not just transliterations.
- particles_ambiguous gets the before/after that makes the flip
concrete: "van Gogh" keeps given='van' because van may be a given
name, "de Mesnil" has no given name at all because de may not. That
second rule — a name starting with a never-given particle is entirely
surname — was documented nowhere.
- extra_suffix_delimiters, additive nickname delimiters, and the strip
flags each get the unconfigured parse first. Seeing "Jane Smith, RN -
CRNA" come back as given='RN', family='Jane Smith' is the reason a
reader goes looking for the setting; the table row alone never
conveyed that. The additive-delimiter example also warns about
replacing the defaults, the same trap already flagged for
capitalization_exceptions.
- usage.rst gains v1's sorting recipe: family_base is the key you want
for alphabetizing, since it drops the particles a phone book ignores.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent b20e1cd commit b20059b
2 files changed
Lines changed: 102 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
132 | 180 | | |
133 | 181 | | |
134 | 182 | | |
| |||
226 | 274 | | |
227 | 275 | | |
228 | 276 | | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
229 | 321 | | |
230 | 322 | | |
231 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
69 | 79 | | |
70 | 80 | | |
71 | 81 | | |
| |||
0 commit comments