diff options
Diffstat (limited to 'numpy/doc/subclassing.py')
-rw-r--r-- | numpy/doc/subclassing.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/doc/subclassing.py b/numpy/doc/subclassing.py index 0fe3bd46b..a6666217b 100644 --- a/numpy/doc/subclassing.py +++ b/numpy/doc/subclassing.py @@ -55,7 +55,7 @@ ndarray of any subclass, and return a view of the array as another >>> type(c_arr) <class 'C'> -.. _new-from-template +.. _new-from-template: Creating new from template -------------------------- @@ -418,6 +418,7 @@ So: >>> v.info 'information' +.. _array-wrap: ``__array_wrap__`` for ufuncs ----------------------------- |