We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9849ec0 commit faa27fbCopy full SHA for faa27fb
docs/reference/hyperlinks.md
@@ -18,7 +18,7 @@ Hyperlinks can take various forms, so here's a list of them:
18
Hyperlinks can take various forms, so here's a list of them:
19
20
- standalone hyperlink: https://python.org/
21
-- hyperlink using references: `link <link>`_
+- hyperlink using references: `link <link>`__
22
- hyperlink with inline URL: `link <https://python.org/>`_
23
- hyperlink to a different page: :doc:`link <../quickstart>`
24
- hyperlink to a specific API element: :class:`pathlib.Path`
0 commit comments