File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,20 @@ The following options can be set in conf.py:
45
45
46
46
Whether to show all members of a class in the Methods and Attributes
47
47
sections automatically.
48
+ ``True `` by default.
49
+
50
+ - numpydoc_show_inherited_class_members: bool
51
+
52
+ Whether to show all inherited members of a class in the Methods and Attributes
53
+ sections automatically. If it's false, inherited members won't shown.
54
+ ``True `` by default.
48
55
49
56
- numpydoc_class_members_toctree: bool
50
57
51
58
Whether to create a Sphinx table of contents for the lists of class
52
59
methods and attributes. If a table of contents is made, Sphinx expects
53
60
each entry to have a separate page.
61
+ ``True `` by default.
54
62
55
63
- numpydoc_edit_link: bool (DEPRECATED -- edit your HTML template instead)
56
64
You can’t perform that action at this time.
0 commit comments