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
The idea for the project came about as I was starting to deepen my expertise with Sphinx, and found it
7
-
hugely frustrating to debug cross-references to objects in code. I discovered the `objects.inv` files
8
-
relatively quickly, but struggled with trying to get at the actual object information.
9
-
At the time (2016), the ability to [execute `sphinx.ext.intersphinx` as a module](https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#showing-all-links-of-an-intersphinx-mapping-file)
10
-
hadn't yet been documented (that happened in [2018](https://github.com/sphinx-doc/sphinx/commit/7aaba1758a4622298d15339fddd8556eb221af86)),
11
-
and a fair bit of searching didn't turn up anything promising.
7
+
The idea for the project came about as I was starting to deepen my expertise
8
+
with Sphinx, and found it hugely frustrating to debug cross-references to
9
+
objects in code. I discovered the `objects.inv` files relatively quickly, but
10
+
struggled with trying to get at the actual object information. At the time
11
+
(2016), the ability to
12
+
[execute `sphinx.ext.intersphinx` as a module](https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html#showing-all-links-of-an-intersphinx-mapping-file)
0 commit comments