We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc9a258 commit aeb77deCopy full SHA for aeb77de
2 files changed
docs/source/conf.py
@@ -33,6 +33,7 @@
33
extensions = [
34
'sphinx.ext.autodoc',
35
'sphinx.ext.viewcode',
36
+ 'sphinx.ext.napoleon',
37
]
38
39
# Add any paths that contain templates here, relative to this directory.
docs/source/modules.rst
@@ -5,3 +5,11 @@
5
:members:
6
:undoc-members:
7
:show-inheritance:
8
+
9
+:mod:`Read Services`
10
+----------------------
11
12
+.. automodule:: odm2api.ODM2.services.readService
13
+ :members:
14
+ :undoc-members:
15
+ :show-inheritance:
0 commit comments