mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 09:46:18 +00:00
added link tp ConfigParser documentation
This commit is contained in:
parent
1896335eda
commit
a6655040b2
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user