summaryrefslogtreecommitdiff
path: root/numpy/doc/subclassing.py
diff options
context:
space:
mode:
authorJesse Thoren <thorenje@oregonstate.edu>2017-02-23 11:41:44 -0800
committerGitHub <noreply@github.com>2017-02-23 11:41:44 -0800
commit498cd6d6b1daa29f61602edc66035c8bdcee0430 (patch)
tree9c833b6befa1c116225656f2aa8c0adad638761f /numpy/doc/subclassing.py
parente0577251672dd2ceb905a6589beb1bf6825f98fc (diff)
downloadnumpy-498cd6d6b1daa29f61602edc66035c8bdcee0430.tar.gz
DOC: Removed broken link
Removed a broken link from the subclassing ndarray in the user guide. Removed credit to Pierre Gerard-Marchant, as this is out of place in the user guide. #8673
Diffstat (limited to 'numpy/doc/subclassing.py')
-rw-r--r--numpy/doc/subclassing.py6
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
------------