diff options
author | Matthew Brett <matthew.brett@gmail.com> | 2009-07-23 21:53:42 +0000 |
---|---|---|
committer | Matthew Brett <matthew.brett@gmail.com> | 2009-07-23 21:53:42 +0000 |
commit | cf8817efc95775122b3e8712ffc7de63c8f11d36 (patch) | |
tree | 797ddfd0487933ad8c729079656c773e966f708f /numpy/doc/subclassing.py | |
parent | f7ad19bc1f5dc1fafdce32d9befc4fe05eaec3d4 (diff) | |
download | numpy-cf8817efc95775122b3e8712ffc7de63c8f11d36.tar.gz |
Fixing internal links
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 ----------------------------- |