comparison 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
comparison
equal deleted inserted replaced
55:51a8fa011659 56:1f11672c4615
8 :ignore-module-all: 8 :ignore-module-all:
9 9
10 .. automodule:: configmix.compat 10 .. automodule:: configmix.compat
11 :members: 11 :members:
12 :ignore-module-all: 12 :ignore-module-all:
13
14 .. automodule:: configmix.config
15 :members:
16 :ignore-module-all:
13 17
14 .. automodule:: configmix.ini 18 .. automodule:: configmix.ini
15 :members: 19 :members:
16 :ignore-module-all: 20 :ignore-module-all:
17
18 .. automodule:: configmix.ini
19 :members:
20 :ignore-module-all:
21 21
22 .. automodule:: configmix.py 22 .. automodule:: configmix.py
23 :members: 23 :members:
24 :ignore-module-all: 24 :ignore-module-all:
25 25