Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/config.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 | 8d66aef2f7fb |
| children | 1f11672c4615 |
line wrap: on
line diff
--- a/configmix/config.py Tue Feb 27 23:00:32 2018 +0100 +++ b/configmix/config.py Tue Feb 27 23:42:11 2018 +0100 @@ -1,6 +1,9 @@ # -*- coding: utf-8 -*- -r"""The unified configuration dictionary with attribute support -or variable substitution. +r"""configmix.config +^^^^^^^^^^^^^^^^ + +The unified configuration dictionary with attribute support or +variable substitution. """
