Skip to content

Commit 95e3cdd

Browse files
committed
Put some sections under getting started
1 parent 729c9dd commit 95e3cdd

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,11 @@ This page describes some best-practices for cross-referencing with Sphinx.
3232

3333
.. _My target:
3434

35+
Getting started
36+
---------------
37+
3538
Explicit targets
36-
----------------
39+
~~~~~~~~~~~~~~~~
3740

3841
.. note::
3942

@@ -55,7 +58,7 @@ For example, one way of creating an explicit target for a section is:
5558
.. _My target:
5659
5760
Explicit targets
58-
----------------
61+
~~~~~~~~~~~~~~~~
5962
6063
Then we can reference the section using ```My target`_``,
6164
that will be rendered as `My target`_.
@@ -93,7 +96,7 @@ Then we can reference it using ```in-line targets`_``,
9396
that will be rendered as: `in-line targets`_.
9497

9598
Implicit targets
96-
----------------
99+
~~~~~~~~~~~~~~~~
97100

98101
You may also reference sections by name without explicitly giving them one by
99102
using *implicit targets*.

0 commit comments

Comments
 (0)