From aa9712aba2b91be0f74b5ae33ffcd9b1302e8991 Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Mon, 28 Aug 2023 09:26:37 -0700 Subject: [PATCH] Backport PR #632: DOC: Remove broken link from old mailing list --- ndcube/ndcube.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ndcube/ndcube.py b/ndcube/ndcube.py index b060847e8..ae7da59e1 100644 --- a/ndcube/ndcube.py +++ b/ndcube/ndcube.py @@ -1008,10 +1008,6 @@ def rebin(self, bin_shape, operation=np.mean, operation_ignores_mask=False, hand new_cube: `~ndcube.NDCube` The resolution-degraded cube. - References - ---------- - https://mail.scipy.org/pipermail/numpy-discussion/2010-July/051760.html - Notes ----- **Rebining Algorithm**