Skip to content

Commit

Permalink
Merge pull request #43 from weikang9009/master
Browse files Browse the repository at this point in the history
(docs) auto display inherited class members
  • Loading branch information
weikang9009 committed Dec 11, 2019
2 parents 749faea + 79da7b3 commit d52fbad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@

# General information about the project.
project = 'pointpats'
copyright = '2018, pysal developers'
copyright = '2018-, pysal developers'
author = 'pysal developers'

# The version info for the project you're documenting, acts as replacement for
Expand Down Expand Up @@ -269,7 +269,8 @@
# automatically document class members
autodoc_default_options = {
'members': True,
'undoc-members': True
'undoc-members': True,
'inherited-members': True
}
# display the source code for Plot directive
plot_include_source = True
Expand Down

0 comments on commit d52fbad

Please sign in to comment.