File tree Expand file tree Collapse file tree 4 files changed +3
-4
lines changed
Expand file tree Collapse file tree 4 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ Communication
22=============
33
44.. automodule :: geocompy.communication
5- :members:
65
76 Definitions
87 -----------
Original file line number Diff line number Diff line change 22====
33
44.. automodule :: geocompy.data
5- :members:
65
76 Definitions
87 -----------
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ Protocols
22=========
33
44.. automodule :: geocompy.protocols
5- :members:
65
76 Definitions
87 -----------
Original file line number Diff line number Diff line change 117117
118118autodoc_default_options = {
119119 "member-order" : "groupwise" ,
120- "no-show-inheritance" : True
120+ "no-show-inheritance" : True ,
121+ "members" : True
121122}
123+ autoclass_content = "both"
122124
123125napoleon_use_admonition_for_notes = True
124126napoleon_preprocess_types = True
You can’t perform that action at this time.
0 commit comments