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
Interlinking to a builtin class like list() often produces a warning of multiple matches, and no link. This is because the python inventory has multiple entries named list. To get a single entry, you'd have to filter for domain to be py. E.g. :py:class:`list`.
We should figure out a way to make it easy to complete interlinks to things like list. Whether it's by...
allowing interlinks with "wildcard" roles. E.g. :py::`list`
adding configuration to the interlinks filter in _quarto.yml to keep only a specific domain (e.g. py) for an inv.
(Or something else)
The text was updated successfully, but these errors were encountered:
from pairing with @schloerke
Interlinking to a builtin class like
list()
often produces a warning of multiple matches, and no link. This is because the python inventory has multiple entries namedlist
. To get a single entry, you'd have to filter for domain to be py. E.g.:py:class:`list`
.We should figure out a way to make it easy to complete interlinks to things like list. Whether it's by...
:py::`list`
_quarto.yml
to keep only a specific domain (e.g. py) for an inv.(Or something else)
The text was updated successfully, but these errors were encountered: