From babd47b37a814173300d1cba2c44d2e271ddbdac Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 23 Apr 2013 22:45:08 +0200 Subject: [PATCH] docs: Fix duplicate links --- docs/config.rst | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/docs/config.rst b/docs/config.rst index 0cb5f5da..29c63c1b 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -80,17 +80,13 @@ Core configuration values The log format used for informational logging. - See `the Python logging docs - `_ 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 - `_ 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 `_ - 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 =======================