diff doc/introduction.rst @ 200:c6904d02beae

Doc: some wording
author Franz Glasner <fzglas.hg@dom66.de>
date Sun, 05 May 2019 11:36:12 +0200
parents 28e6c1413947
children 2e66178a09d8
line wrap: on
line diff
--- 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".