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
It would be great to allow for the CLI commands generated to be loaded as well into the objects.inv that's generated alongside something like mkdocstrings. This would let me use the native cross-referencing of something like [my-entrypoint subprogram][] to generate a cross-reference, rather than [my-entrypoint subprogram](references#my-entrypoint-subprogram) at the moment.
The text was updated successfully, but these errors were encountered:
In the meantime you could also try to enable autorefs' full-mode by listing it in plugins, in mkdocs.yml. Then just use your command anchors as identifiers: [my-entrypoint subprogram][my-entrypoint-subprogram] probably.
It would be great to allow for the CLI commands generated to be loaded as well into the
objects.inv
that's generated alongside something likemkdocstrings
. This would let me use the native cross-referencing of something like[my-entrypoint subprogram][]
to generate a cross-reference, rather than[my-entrypoint subprogram](references#my-entrypoint-subprogram)
at the moment.The text was updated successfully, but these errors were encountered: