# HG changeset patch # User Franz Glasner # Date 1522832269 -7200 # Node ID 93964bac7ef60fe75477ad079786bbb7534650d6 # Parent c11dd36279d9d004d9ec40ab8c91482b2b9cbf85 Fix the order of documented modules diff -r c11dd36279d9 -r 93964bac7ef6 doc/apidoc.rst --- a/doc/apidoc.rst Wed Apr 04 10:56:54 2018 +0200 +++ b/doc/apidoc.rst Wed Apr 04 10:57:49 2018 +0200 @@ -38,6 +38,14 @@ :ignore-module-all: +Module :mod:`configmix.json` +---------------------------- + +.. automodule:: configmix.json + :members: + :ignore-module-all: + + Module :mod:`configmix.py` -------------------------- @@ -60,11 +68,3 @@ .. automodule:: configmix.yaml :members: :ignore-module-all: - - -Module :mod:`configmix.json` ----------------------------- - -.. automodule:: configmix.json - :members: - :ignore-module-all: