File tree Expand file tree Collapse file tree 2 files changed +8
-178
lines changed Expand file tree Collapse file tree 2 files changed +8
-178
lines changed Original file line number Diff line number Diff line change @@ -7,19 +7,11 @@ API documentation and generated content
7
7
:mod: `test_py_module `
8
8
=====================
9
9
10
- .. only :: python3
10
+ .. automodule :: test_py_module.test
11
+ :members:
12
+ :private-members:
13
+ :special-members:
11
14
12
- .. automodule :: test_py_module.test
13
- :members:
14
- :private-members:
15
- :special-members:
16
-
17
- .. only :: python2
18
-
19
- .. automodule :: test_py_module.test_py27
20
- :members:
21
- :private-members:
22
- :special-members:
23
15
24
16
C++ API
25
17
=======
@@ -153,18 +145,8 @@ Sphinx Extensions
153
145
sphinx.ext.autosummary
154
146
----------------------
155
147
156
- .. only :: python3
157
-
158
- .. autosummary ::
159
-
160
- test_py_module.test.add_numbers
161
- test_py_module.test.subtract_numbers
162
- test_py_module.test.Foo
163
-
164
- .. only :: python2
165
-
166
- .. autosummary ::
148
+ .. autosummary ::
167
149
168
- test_py_module.test_py27 .add_numbers
169
- test_py_module.test_py27 .subtract_numbers
170
- test_py_module.test_py27 .Foo
150
+ test_py_module.test .add_numbers
151
+ test_py_module.test .subtract_numbers
152
+ test_py_module.test .Foo
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments