Mercurial > hgrepos > Python > libs > ConfigMix
comparison docs/apidoc.rst @ 215:ab3d0326419c
Doc: Move the "doc" to "docs"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 08 May 2019 09:23:37 +0200 |
| parents | doc/apidoc.rst@c8d071581a4c |
| children | 2a2f5b86fe34 |
comparison
equal
deleted
inserted
replaced
| 214:a35b0ca8b81f | 215:ab3d0326419c |
|---|---|
| 1 .. -*- coding: utf-8 -*- | |
| 2 | |
| 3 Package API Documentation | |
| 4 ========================= | |
| 5 | |
| 6 .. contents:: | |
| 7 :local: | |
| 8 | |
| 9 Package :mod:`configmix` | |
| 10 ------------------------ | |
| 11 | |
| 12 .. automodule:: configmix | |
| 13 :members: | |
| 14 :ignore-module-all: | |
| 15 | |
| 16 | |
| 17 Module :mod:`configmix.compat` | |
| 18 ------------------------------ | |
| 19 | |
| 20 .. automodule:: configmix.compat | |
| 21 :members: | |
| 22 :undoc-members: | |
| 23 | |
| 24 | |
| 25 Module :mod:`configmix.config` | |
| 26 ------------------------------ | |
| 27 | |
| 28 .. automodule:: configmix.config | |
| 29 :members: | |
| 30 :ignore-module-all: | |
| 31 | |
| 32 | |
| 33 Module :mod:`configmix.ini` | |
| 34 --------------------------- | |
| 35 | |
| 36 .. automodule:: configmix.ini | |
| 37 :members: | |
| 38 :ignore-module-all: | |
| 39 | |
| 40 | |
| 41 Module :mod:`configmix.json` | |
| 42 ---------------------------- | |
| 43 | |
| 44 .. automodule:: configmix.json | |
| 45 :members: | |
| 46 :ignore-module-all: | |
| 47 | |
| 48 | |
| 49 Module :mod:`configmix.py` | |
| 50 -------------------------- | |
| 51 | |
| 52 .. automodule:: configmix.py | |
| 53 :members: | |
| 54 :ignore-module-all: | |
| 55 | |
| 56 | |
| 57 Module :mod:`configmix.toml` | |
| 58 ---------------------------- | |
| 59 | |
| 60 .. automodule:: configmix.toml | |
| 61 :members: | |
| 62 :ignore-module-all: | |
| 63 | |
| 64 | |
| 65 Module :mod:`configmix.variables` | |
| 66 --------------------------------- | |
| 67 | |
| 68 .. automodule:: configmix.variables | |
| 69 :members: | |
| 70 :ignore-module-all: | |
| 71 | |
| 72 | |
| 73 Module :mod:`configmix.yaml` | |
| 74 ---------------------------- | |
| 75 | |
| 76 .. automodule:: configmix.yaml | |
| 77 :members: | |
| 78 :ignore-module-all: |
