Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interlinks to python builtin objects often produce multiple matches #331

Open
machow opened this issue Jan 23, 2024 · 0 comments
Open

Interlinks to python builtin objects often produce multiple matches #331

machow opened this issue Jan 23, 2024 · 0 comments
Labels

Comments

@machow
Copy link
Owner

machow commented Jan 23, 2024

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 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)

@machow machow added the shiny label Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant