File tree Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Expand file tree Collapse file tree 3 files changed +21
-10
lines changed Original file line number Diff line number Diff line change 2
2
API
3
3
===============
4
4
5
- ---------------
6
- Models
7
- ---------------
5
+ ------------------------------
6
+ :term: ` Modules<Python module> `
7
+ ------------------------------
8
8
9
- Utility models
9
+ Utility modules
10
10
--------------------------
11
11
.. toctree ::
12
12
@@ -16,16 +16,16 @@ Utility models
16
16
devinstaller_core.schema
17
17
devinstaller_core.utilities
18
18
19
- Common models
19
+ ------------------------------
20
+ :term: `Modules<Devinstaller Module> `
21
+ ------------------------------
22
+
23
+ Common Module
20
24
--------------------------
21
25
.. toctree ::
22
26
devinstaller_core.common_models
23
27
24
- ---------------
25
- Modules
26
- ---------------
27
-
28
- Base module
28
+ Base Module
29
29
--------------------------
30
30
.. toctree ::
31
31
devinstaller_core.module_base
Original file line number Diff line number Diff line change
1
+ Glossary
2
+ ========
3
+
4
+ .. glossary ::
5
+
6
+ Python module
7
+ These are your regular Python modules.
8
+
9
+ Devinstaller Module
10
+ These are the Devinstaller Module.
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Table of Contents
22
22
api
23
23
error_codes
24
24
contributing
25
+ glossary
25
26
26
27
Indices and tables
27
28
==================
You can’t perform that action at this time.
0 commit comments