Skip to content

Commit 0669609

Browse files
committed
Small fixes
1 parent c1a6810 commit 0669609

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/guides/cross-referencing-with-sphinx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ This page describes some best-practices for cross-referencing with Sphinx.
3030
:backlinks: none
3131
:depth: 3
3232

33-
.. _My target:
34-
3533
Getting started
3634
---------------
3735

36+
.. _My target:
37+
3838
Explicit targets
3939
~~~~~~~~~~~~~~~~
4040

@@ -286,7 +286,7 @@ List all targets for built documentation with:
286286

287287
python -m sphinx.ext.intersphinx <link>
288288

289-
Where the ``<link>`` is either a URL or a local path that points to your inventory file
289+
Where ``<link>`` is either a URL or a local path that points to your inventory file
290290
(usually in ``_build/html/objects.inv``).
291291
For example, to see all targets from the Read the Docs documentation:
292292

0 commit comments

Comments
 (0)