Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/yaml.py @ 54:aa8345dae995
Generate readable HTML documentation and an API documentation
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Tue, 27 Feb 2018 23:42:11 +0100 |
| parents | ce290b10dac5 |
| children | 1f11672c4615 |
line wrap: on
line diff
--- a/configmix/yaml.py Tue Feb 27 23:00:32 2018 +0100 +++ b/configmix/yaml.py Tue Feb 27 23:42:11 2018 +0100 @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- -r"""Simple wrapper for yaml to support all-unicode strings when loading +r""" +configmix.yaml +^^^^^^^^^^^^^^ + +Simple wrapper for yaml to support all-unicode strings when loading configuration files. """
