Skip to content

Commit 729c9dd

Browse files
committed
Update targets
1 parent e5c4c5c commit 729c9dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,18 @@ but we can use any text you want. For example:
7979
```my custom text <target to paragraph>`_``,
8080
that will be rendered as: `my custom text <target to paragraph>`_.
8181

82-
We can also create *in-line targets* within an element on your page,
82+
We can also create _`in-line targets` within an element on your page,
8383
allowing you to, for example, reference text *within* a paragraph.
8484

8585
For example, an in-line target inside a paragraph:
8686

8787
.. code-block:: rst
8888
89-
We can also reference to a place *inside* an element,
90-
this can be done with an _`inline target`.
89+
We can also create _`in-line targets` within an element on your page,
90+
allowing you to, for example, reference text *within* a paragraph.
9191
92-
Then we can reference it using ```inline target`_``,
93-
that will be rendered as: `inline target`_.
92+
Then we can reference it using ```in-line targets`_``,
93+
that will be rendered as: `in-line targets`_.
9494

9595
Implicit targets
9696
----------------
@@ -132,13 +132,13 @@ The ``ref`` role can be used to reference any explicit target. For example:
132132
133133
- :ref:`my target`.
134134
- :ref:`Target to paragraph <target to paragraph>`.
135-
- :ref:`Target inside a paragraph <inline target>`.
135+
- :ref:`Target inside a paragraph <in-line targets>`.
136136
137137
That will be rendered as:
138138

139139
- :ref:`my target`.
140140
- :ref:`Target to paragraph <target to paragraph>`.
141-
- :ref:`Target inside a paragraph <inline target>`.
141+
- :ref:`Target inside a paragraph <in-line targets>`.
142142

143143
The ``ref`` role also allow us to reference code blocks:
144144

0 commit comments

Comments
 (0)