We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1a6810 commit 0669609Copy full SHA for 0669609
docs/guides/cross-referencing-with-sphinx.rst
@@ -30,11 +30,11 @@ This page describes some best-practices for cross-referencing with Sphinx.
30
:backlinks: none
31
:depth: 3
32
33
-.. _My target:
34
-
35
Getting started
36
---------------
37
+.. _My target:
+
38
Explicit targets
39
~~~~~~~~~~~~~~~~
40
@@ -286,7 +286,7 @@ List all targets for built documentation with:
286
287
python -m sphinx.ext.intersphinx <link>
288
289
-Where the ``<link>`` is either a URL or a local path that points to your inventory file
+Where ``<link>`` is either a URL or a local path that points to your inventory file
290
(usually in ``_build/html/objects.inv``).
291
For example, to see all targets from the Read the Docs documentation:
292
0 commit comments