Skip to content

Commit

Permalink
Merge pull request #103 from ocefpaf/fix_doc_style
Browse files Browse the repository at this point in the history
add napoleon ext
  • Loading branch information
lsetiawan authored Sep 29, 2017
2 parents 050d1e4 + 3f996d0 commit d5eb408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.viewcode',
'sphinx.ext.napoleon',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
1 change: 1 addition & 0 deletions docs/source/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
:members:
:undoc-members:
:show-inheritance:

0 comments on commit d5eb408

Please sign in to comment.