Skip to content

Commit 5b21b97

Browse files
derek73claude
andcommitted
docs: rendering-arguments bullet links to the customize section
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 717101e commit 5b21b97

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

docs/concepts.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ this setting vary with?
5656
**data source or application**: the behavior switches — name order,
5757
patronymic rules, delimiters, strip flags — anything that changes
5858
how the pipeline runs, not what words it recognizes.
59-
* Rendering arguments cover everything that varies by **output
60-
destination**: the ``spec`` you pass to ``render(spec)``, or a
61-
keyword to ``initials()``/``capitalized()``.
59+
* :ref:`Rendering arguments <rendering-arguments>` cover everything
60+
that varies by **output destination**: the ``spec`` you pass to
61+
``render(spec)``, or a keyword to ``initials()``/``capitalized()``.
6262

6363
"Dean" is a common given name, so it is not in the default titles
6464
vocabulary — but in some data it is more common as a title. Which

docs/customize.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ above is the whole recipe. To *add* delimiters instead of rerouting
124124
them, build on the named default:
125125
``nickname_delimiters=DEFAULT_NICKNAME_DELIMITERS | {("«", "»")}``.
126126

127+
.. _rendering-arguments:
128+
127129
Presentation: rendering arguments
128130
----------------------------------
129131

0 commit comments

Comments
 (0)