File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
6464vocabulary — but in some data it is more common as a title. Which
Original file line number Diff line number Diff line change @@ -124,6 +124,8 @@ above is the whole recipe. To *add* delimiters instead of rerouting
124124them, build on the named default:
125125``nickname_delimiters=DEFAULT_NICKNAME_DELIMITERS | {("«", "»")} ``.
126126
127+ .. _rendering-arguments :
128+
127129Presentation: rendering arguments
128130----------------------------------
129131
You can’t perform that action at this time.
0 commit comments