Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/apidoc.rst @ 82:218807d7d883
Remove header markup from the Python files and put them into the doc .rst files
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Thu, 15 Mar 2018 00:10:48 +0100 |
| parents | 6c5e44dc74db |
| children | c8766515bb89 |
line wrap: on
line diff
--- a/doc/apidoc.rst Thu Mar 15 00:02:42 2018 +0100 +++ b/doc/apidoc.rst Thu Mar 15 00:10:48 2018 +0100 @@ -6,30 +6,57 @@ .. contents:: :local: +Package :mod:`configmix` +------------------------ + .. automodule:: configmix :members: - :ignore-module-all: - + :ignore-module-all: + + +Module :mod:`configmix.compat` +------------------------------ + .. automodule:: configmix.compat :members: :ignore-module-all: - + + +Module :mod:`configmix.config` +------------------------------ + .. automodule:: configmix.config :members: :ignore-module-all: + +Module :mod:`configmix.ini` +--------------------------- + .. automodule:: configmix.ini :members: - :ignore-module-all: + :ignore-module-all: + + +Module :mod:`configmix.py` +-------------------------- .. automodule:: configmix.py :members: :ignore-module-all: + +Module :mod:`configmix.variables` +--------------------------------- + .. automodule:: configmix.variables :members: :ignore-module-all: + +Module :mod:`configmix.yaml` +---------------------------- + .. automodule:: configmix.yaml :members: :ignore-module-all:
