Skip to content

Commit 0d43898

Browse files
committed
Updated doc config
1 parent f74b60d commit 0d43898

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

docs/api/communication.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Communication
22
=============
33

44
.. automodule:: geocompy.communication
5-
:members:
65

76
Definitions
87
-----------

docs/api/data.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Data
22
====
33

44
.. automodule:: geocompy.data
5-
:members:
65

76
Definitions
87
-----------

docs/api/protocols.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Protocols
22
=========
33

44
.. automodule:: geocompy.protocols
5-
:members:
65

76
Definitions
87
-----------

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,10 @@
117117

118118
autodoc_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

123125
napoleon_use_admonition_for_notes = True
124126
napoleon_preprocess_types = True

0 commit comments

Comments
 (0)