Quansight-Labs / intersphinx_registry

https://pypi.org/project/intersphinx_registry
MIT License
11 stars 7 forks source link

sphinx url linter that verify if we can replace a `https://<something>` with :ref:`whatever` #43

Open Carreau opened 3 days ago

Carreau commented 3 days ago

See #42 ; I think with this we may have all relevant information; go from domain to name of package, to get the object file, and find if a resolved url can be replaced by a reference.

for example if we have:

See `ufuncs <https://numpy.org/doc/stable/reference/ufuncs.html#ufuncs>__` 

Could suggest

See :external+numpy:`ufunc`
Carreau commented 3 days ago

@melissawm maybe of interest.