diff options
Diffstat (limited to 'advanced_python/rst.rst')
-rw-r--r-- | advanced_python/rst.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/advanced_python/rst.rst b/advanced_python/rst.rst index a43f5a3..fcbd986 100644 --- a/advanced_python/rst.rst +++ b/advanced_python/rst.rst @@ -1,5 +1,5 @@ ReST -==== +---- ---------------------------- The Pythonic way to Document @@ -242,7 +242,7 @@ Links `A Title`_ automatically generates hyperlink targets. - + in Sphinx :: + + in Sphinx :: :ref: `This is an example <example>` link. This is an :ref: `example` link. @@ -250,7 +250,6 @@ Links Footnotes --------- - :: This[#]_ gives auto-numbered[#]_ footnotes. |