summaryrefslogtreecommitdiff
path: root/numpy/doc/subclassing.py
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2017-02-23 15:34:02 -0700
committerGitHub <noreply@github.com>2017-02-23 15:34:02 -0700
commit97b1dfc2a7f48833084adcd234503b979c9e7fd7 (patch)
tree9c833b6befa1c116225656f2aa8c0adad638761f /numpy/doc/subclassing.py
parente0577251672dd2ceb905a6589beb1bf6825f98fc (diff)
parent498cd6d6b1daa29f61602edc66035c8bdcee0430 (diff)
downloadnumpy-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.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
------------