From cf8817efc95775122b3e8712ffc7de63c8f11d36 Mon Sep 17 00:00:00 2001 From: Matthew Brett Date: Thu, 23 Jul 2009 21:53:42 +0000 Subject: Fixing internal links --- numpy/doc/subclassing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'numpy/doc') 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) -.. _new-from-template +.. _new-from-template: Creating new from template -------------------------- @@ -418,6 +418,7 @@ So: >>> v.info 'information' +.. _array-wrap: ``__array_wrap__`` for ufuncs ----------------------------- -- cgit v1.2.1