Skip to content

Commit aeb77de

Browse files
committed
add napoleon ext
1 parent bc9a258 commit aeb77de

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
extensions = [
3434
'sphinx.ext.autodoc',
3535
'sphinx.ext.viewcode',
36+
'sphinx.ext.napoleon',
3637
]
3738

3839
# Add any paths that contain templates here, relative to this directory.

docs/source/modules.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@
55
:members:
66
:undoc-members:
77
: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

Comments
 (0)