diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2017-02-23 15:34:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-23 15:34:02 -0700 |
commit | 97b1dfc2a7f48833084adcd234503b979c9e7fd7 (patch) | |
tree | 9c833b6befa1c116225656f2aa8c0adad638761f /numpy/doc/subclassing.py | |
parent | e0577251672dd2ceb905a6589beb1bf6825f98fc (diff) | |
parent | 498cd6d6b1daa29f61602edc66035c8bdcee0430 (diff) | |
download | numpy-97b1dfc2a7f48833084adcd234503b979c9e7fd7.tar.gz |
Merge pull request #8680 from jesseakt/patch-1
DOC: Removed broken link
Diffstat (limited to 'numpy/doc/subclassing.py')
-rw-r--r-- | numpy/doc/subclassing.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/numpy/doc/subclassing.py b/numpy/doc/subclassing.py index 9a339430b..b6c742a2b 100644 --- a/numpy/doc/subclassing.py +++ b/numpy/doc/subclassing.py @@ -3,12 +3,6 @@ Subclassing ndarray in python ============================= -Credits -------- - -This page is based with thanks on the wiki page on subclassing by Pierre -Gerard-Marchant - http://www.scipy.org/Subclasses. - Introduction ------------ |