From a6655040b2cf886e36c2c727051e6edb8bbace58 Mon Sep 17 00:00:00 2001 From: tpltnt Date: Sat, 6 Jan 2018 15:10:30 +0100 Subject: [PATCH] added link tp ConfigParser documentation --- docs/configuration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration.rst b/docs/configuration.rst index b4336e6be..089fbbd97 100644 --- a/docs/configuration.rst +++ b/docs/configuration.rst @@ -29,7 +29,7 @@ by the client node, as well as the state files that you'll observe in its base directory. The main file is named "``tahoe.cfg``", and is an "`.INI`_"-style configuration -file (parsed by the Python stdlib 'ConfigParser' module: "``[name]``" section +file (parsed by the Python stdlib `ConfigParser`_ module: "``[name]``" section markers, lines with "``key.subkey: value``", rfc822-style continuations). There are also other files containing information that does not easily fit into this format. The "``tahoe create-node``" or "``tahoe @@ -66,6 +66,7 @@ The item descriptions below use the following types: ``pb://soklj4y7eok5c3xkmjeqpw@192.168.69.247:44801/eqpwqtzm`` .. _.INI: https://en.wikipedia.org/wiki/INI_file +.. _ConfigParser: https://docs.python.org/2/library/configparser.html .. _the Twisted strports documentation: https://twistedmatrix.com/documents/current/api/twisted.application.strports.html .. _the Twisted Endpoints documentation: http://twistedmatrix.com/documents/current/core/howto/endpoints.html#endpoint-types-included-with-twisted