From 79da7b3d5f3c4a79924c7a9b8f37f9643a32e290 Mon Sep 17 00:00:00 2001 From: weikang9009 Date: Wed, 11 Dec 2019 14:41:11 -0800 Subject: [PATCH] (docs) auto display inherited class members --- doc/conf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 8e495c2..cb60c52 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -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 @@ -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