From: Raymond Hettinger Date: Tue, 21 Dec 2010 20:52:12 +0000 (+0000) Subject: Document the alternate format for :ref:. X-Git-Tag: v3.2rc1~383 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfee0e83ebd8826dbdc89035d15e1ea90a577fa2;p=python Document the alternate format for :ref:. --- diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 60c783655b..69a6f12551 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -610,6 +610,8 @@ Example:: The ``:ref:`` invocation is replaced with the section title. +Alternatively, you can reference any label (not just section titles) +if you provide the link text ``:ref:`link text````. Paragraph-level markup ----------------------