summaryrefslogtreecommitdiff
path: root/numpy/doc/subclassing.py
diff options
context:
space:
mode:
authorEric Wieser <wieser.eric@gmail.com>2017-04-19 18:40:40 +0100
committerEric Wieser <wieser.eric@gmail.com>2017-04-19 18:42:12 +0100
commit871bd932dcea92891fbbc2edc1ec1246c9394170 (patch)
tree89981a8e916d34757feae8ac27abd0827926ecb9 /numpy/doc/subclassing.py
parentf031cdf83593907431ca2666d8484cb1c36315bd (diff)
parent3b2a7a761d5ceef3b9dcca3fff10380cb7a6f976 (diff)
downloadnumpy-871bd932dcea92891fbbc2edc1ec1246c9394170.tar.gz
Merge remote-tracking branch 'upstream/master' into remove-setslice
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
------------