bskinn / sphobjinv

Toolkit for manipulation and inspection of Sphinx objects.inv files
https://sphobjinv.readthedocs.io
MIT License
78 stars 7 forks source link

Add new CLI subcommand for inferring intersphinx mappings #245

Closed bskinn closed 3 months ago

bskinn commented 2 years ago

Most of the time, what's planned in #149 for the CLI will suffice -- a separate CLI interface just for mapping inference is YAGNI.

For the cases like Django, with a nonstandard objects.inv location, the standard inference has no hope of succeeding, because the objects.inv URL passed to sphobjinv suggest will not align with the uri of any objects in the Inventory.

The API should work to infer a mapping in these cases, but some users might want a CLI.

bskinn commented 3 months ago

I no longer remember why this seemed like a good idea. Closing.