commit | cfee0e83ebd8826dbdc89035d15e1ea90a577fa2 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Dec 21 20:52:12 2010 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue Dec 21 20:52:12 2010 +0000 |
tree | 6529c80a9fdaa87672d3038954472b435401da0c | |
parent | 6778fa9b2ad10ead5e425afae13ee41ff9e1ca1b [diff] |
Document the alternate format for :ref:.
diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 60c7836..69a6f12 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst
@@ -610,6 +610,8 @@ 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`<reference-label>```. Paragraph-level markup ----------------------