changeset 200:c6904d02beae

Doc: some wording
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 05 May 2019 11:36:12 +0200
parents 852f6c0c9298
children 24f4ab79a3ab
files README.txt doc/introduction.rst
diffstat 2 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Sat May 04 14:23:09 2019 +0200
+++ b/README.txt	Sun May 05 11:36:12 2019 +0200
@@ -9,11 +9,11 @@
              All rights reserved.
 :License:    3-clause BSD License.
              See :ref:`LICENSE.txt <license>` for more details.
-:Revision:   |VCSRevision|
+:Revision:   |VCSHGrevision|
 :Repository: |VCSHGpath|
 
 
-"ConfigMix" is a library for helping with the configuration of
+"ConfigMix" is a library to help with the configuration of
 applications and their configuration files.
 
 It reads a couple of configuration files in the following different
--- a/doc/introduction.rst	Sat May 04 14:23:09 2019 +0200
+++ b/doc/introduction.rst	Sun May 05 11:36:12 2019 +0200
@@ -22,7 +22,8 @@
 YAML Files
 ----------
 
-Need the :mod:`yaml` package (e.g. ``pip install pyyaml``)
+Need the :mod:`yaml` package (https://github.com/yaml/pyyaml)
+(e.g. ``pip install pyyaml``)
 
 .. note:: All strings are returned as Unicode text strings.
 
@@ -110,7 +111,8 @@
 TOML Files
 ----------
 
-Read the TOML file with the help of the pure Python `uiri/toml` package.
+Read the TOML file with the help of the pure Python :mod:`toml`
+package (https://github.com/uiri/toml) (e.g. ``pip install toml``).
 
 All TOML features map seamingless to "ConfigMix".