diff options
Diffstat (limited to 'Doc/distutils/examples.rst')
-rw-r--r-- | Doc/distutils/examples.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/distutils/examples.rst b/Doc/distutils/examples.rst index 6c2773874c..e31ff72917 100644 --- a/Doc/distutils/examples.rst +++ b/Doc/distutils/examples.rst @@ -258,9 +258,8 @@ Running the ``check`` command will display some warnings:: If you use the reStructuredText syntax in the ``long_description`` field and -`docutils <http://docutils.sourceforge.net/>`_ is installed you can check if -the syntax is fine with the ``check`` command, using the ``restructuredtext`` -option. +`docutils`_ is installed you can check if the syntax is fine with the +``check`` command, using the ``restructuredtext`` option. For example, if the :file:`setup.py` script is changed like this:: @@ -291,3 +290,4 @@ by using the :mod:`docutils` parser:: .. % \section{Putting it all together} +.. _docutils: http://docutils.sourceforge.net |