Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/apidoc.rst @ 195:28e6c1413947
Added support for TOML style configuration files
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Fri, 03 May 2019 21:51:09 +0200 |
| parents | 93964bac7ef6 |
| children | c8d071581a4c |
line wrap: on
line diff
--- a/doc/apidoc.rst Fri May 03 20:21:12 2019 +0200 +++ b/doc/apidoc.rst Fri May 03 21:51:09 2019 +0200 @@ -53,6 +53,14 @@ :members: :ignore-module-all: + +Module :mod:`configmix.toml` +---------------------------- + +.. automodule:: configmix.toml + :members: + :ignore-module-all: + Module :mod:`configmix.variables` ---------------------------------
