We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cb293 commit a8ae973Copy full SHA for a8ae973
src/mkdocstrings_handlers/python/__init__.py
@@ -4,12 +4,14 @@
4
AutoStyleOptions,
5
GoogleStyleOptions,
6
Inventory,
7
+ MembersOption,
8
NumpyStyleOptions,
9
PerStyleOptions,
10
PythonConfig,
11
PythonInputConfig,
12
PythonInputOptions,
13
PythonOptions,
14
+ RecursiveOptions,
15
SphinxStyleOptions,
16
SummaryOption,
17
)
@@ -38,6 +40,7 @@
38
40
"AutorefsHook",
39
41
"GoogleStyleOptions",
42
"Inventory",
43
+ "MembersOption",
44
"NumpyStyleOptions",
45
"Order",
46
"PerStyleOptions",
@@ -46,6 +49,7 @@
49
"PythonInputConfig",
47
50
"PythonInputOptions",
48
51
"PythonOptions",
52
+ "RecursiveOptions",
53
"SphinxStyleOptions",
54
"SummaryOption",
55
"Tree",
0 commit comments