We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 543b361 commit 7d5346fCopy full SHA for 7d5346f
doc/install.rst
@@ -88,8 +88,9 @@ numpydoc_xref_wrap_all : bool
88
Whether to wrap unrecognized terms in ``param_type`` in the default
89
``:obj:`` role. The default is ``True``.
90
An unrecognized term is one that:
91
- 1. Is in neither ``numpydoc_xref_aliases`` nor ``numpydoc_xref_ignore``.
92
- 2. Is not already wrapped in a ReST role.
+
+ 1. Is in neither ``numpydoc_xref_aliases`` nor ``numpydoc_xref_ignore``.
93
+ 2. Is not already wrapped in a ReST role.
94
95
This configuration parameter may be useful if you only want create
96
cross references for a small set of terms. In this case, including the
0 commit comments