Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/apidoc.rst @ 122:21d92ff8cf31
Begin the handling of JSON-style configuration files
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 04 Apr 2018 09:45:29 +0200 |
| parents | c8766515bb89 |
| children | 93964bac7ef6 |
line wrap: on
line diff
--- a/doc/apidoc.rst Fri Mar 30 08:48:25 2018 +0200 +++ b/doc/apidoc.rst Wed Apr 04 09:45:29 2018 +0200 @@ -60,3 +60,11 @@ .. automodule:: configmix.yaml :members: :ignore-module-all: + + +Module :mod:`configmix.json` +---------------------------- + +.. automodule:: configmix.json + :members: + :ignore-module-all:
