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 778fcc1 commit 9898954Copy full SHA for 9898954
doc/format.rst
@@ -127,12 +127,12 @@ The sections of the docstring are:
127
128
* New recommended way of obtaining the same functionality.
129
130
- This section should use the note Sphinx directive instead of an
+ This section should use the ``deprecated`` Sphinx directive instead of an
131
underlined section header.
132
133
::
134
135
- .. note:: Deprecated in NumPy 1.6.0
+ .. deprecated:: 1.6.0
136
`ndobj_old` will be removed in NumPy 2.0.0, it is replaced by
137
`ndobj_new` because the latter works also with array subclasses.
138
0 commit comments