# HG changeset patch # User Franz Glasner # Date 1557048972 -7200 # Node ID c6904d02beaef0ddb89834cf659c4ca2176fa3f2 # Parent 852f6c0c92980f3f6e9231e07fbbe4fd533016ab Doc: some wording diff -r 852f6c0c9298 -r c6904d02beae README.txt --- 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 ` 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 diff -r 852f6c0c9298 -r c6904d02beae doc/introduction.rst --- 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".