Skip to content

Commit

Permalink
added link to wikipedia article on ini file format
Browse files Browse the repository at this point in the history
  • Loading branch information
tpltnt committed Jan 6, 2018
1 parent 187eb56 commit 1896335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/configuration.rst
Expand Up @@ -28,7 +28,7 @@ This document contains a complete list of the config files that are examined
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
The main file is named "``tahoe.cfg``", and is an "`.INI`_"-style configuration
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
Expand Down Expand Up @@ -65,6 +65,7 @@ The item descriptions below use the following types:
a Foolscap endpoint identifier, like
``pb://soklj4y7eok5c3xkmjeqpw@192.168.69.247:44801/eqpwqtzm``

.. _.INI: https://en.wikipedia.org/wiki/INI_file
.. _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

Expand Down

0 comments on commit 1896335

Please sign in to comment.