Mercurial > hgrepos > Python > libs > ConfigMix
diff doc/apidoc.rst @ 56:1f11672c4615
Optimize the documentation: make references working with Sphinx using :role:`target`
| author | Franz Glasner <hg@dom66.de> |
|---|---|
| date | Wed, 28 Feb 2018 00:36:11 +0100 |
| parents | aa8345dae995 |
| children | 6c5e44dc74db |
line wrap: on
line diff
--- a/doc/apidoc.rst Tue Feb 27 23:57:57 2018 +0100 +++ b/doc/apidoc.rst Wed Feb 28 00:36:11 2018 +0100 @@ -10,15 +10,15 @@ .. automodule:: configmix.compat :members: :ignore-module-all: + +.. automodule:: configmix.config + :members: + :ignore-module-all: .. automodule:: configmix.ini :members: :ignore-module-all: -.. automodule:: configmix.ini - :members: - :ignore-module-all: - .. automodule:: configmix.py :members: :ignore-module-all:
