We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c1ca1 commit d4d3445Copy full SHA for d4d3445
doc/install.rst
@@ -42,6 +42,11 @@ numpydoc_use_blockquotes : bool
42
Until version 0.8, parameter definitions were shown as blockquotes, rather
43
than in a definition list. If your styling requires blockquotes, switch
44
this config option to True. This option will be removed in version 0.10.
45
+numpydoc_attributes_as_param_list : bool
46
+ Whether to format the Attributes section of a class page in the same way
47
+ as the Parameter section. If it's False, the Attributes section will be
48
+ formatted as the Methods section using an autosummary table.
49
+ ``True`` by default.
50
numpydoc_edit_link : bool
51
.. deprecated:: edit your HTML template instead
52
0 commit comments