docs: Fix duplicate links

This commit is contained in:
Stein Magnus Jodal 2013-04-23 22:45:08 +02:00
parent 3e0793250c
commit babd47b37a

View File

@ -80,17 +80,13 @@ Core configuration values
The log format used for informational logging.
See `the Python logging docs
<http://docs.python.org/2/library/logging.html#formatter-objects>`_ for
details on the format.
See `the Python logging docs`_ for details on the format.
.. confval:: logging/debug_format
The log format used for debug logging.
See `the Python logging docs
<http://docs.python.org/2/library/logging.html#formatter-objects>`_ for
details on the format.
See `the Python logging docs`_ for details on the format.
.. confval:: logging/debug_file
@ -99,9 +95,8 @@ Core configuration values
.. confval:: logging/config_file
Config file that overrides all logging settings, see `the Python
logging docs <http://docs.python.org/2/library/logging.config.html>`_
for details.
Config file that overrides all logging settings, see `the Python logging
docs`_ for details.
.. confval:: loglevels/*
@ -125,6 +120,10 @@ Core configuration values
Password for the proxy server, if required.
.. _the Python logging docs:
http://docs.python.org/2/library/logging.config.html
Advanced configurations
=======================