From 498cd6d6b1daa29f61602edc66035c8bdcee0430 Mon Sep 17 00:00:00 2001 From: Jesse Thoren Date: Thu, 23 Feb 2017 11:41:44 -0800 Subject: 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 --- numpy/doc/subclassing.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'numpy/doc/subclassing.py') 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 ------------ -- cgit v1.2.1