Is your feature request related to a problem? Please describe.
for setuptools_scm i want to document the options for entry-points + linking/summarizing their implementations
it may be necessary to move this to the right repo
i'm open to implementing this eventually but won't get to it anytime soon and would like to collect design considerations first
Describe the solution you'd like
# mkdocs.yaml
plugins:
- mkdocstrings:
handlers:
python-entrypoints:
options:
consider-distributions: [setuptools_scm]
::: setuptools_scm.version_scheme
handler: python-entrypoints
resulting in something like
or a table of the values
additionally it would be nice to be able to link to a expected signature/protocol for the entry-point
Describe alternatives you've considered
Additional context
Add any other context or screenshots about the feature request here.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too