From 63f96a4e4521fe52a313792709fc68fcc4104ca6 Mon Sep 17 00:00:00 2001 From: Marty McEnroe Date: Wed, 13 May 2026 19:53:06 -0500 Subject: [PATCH 1/2] fix broken docs link numpy.scipy.org is dead, numpy moved to numpy.org --- docs/scenarios/scientific.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/scenarios/scientific.rst b/docs/scenarios/scientific.rst index bb0547323..9a92fc9a0 100644 --- a/docs/scenarios/scientific.rst +++ b/docs/scenarios/scientific.rst @@ -47,7 +47,7 @@ Libraries NumPy ----- -`NumPy `_ is a low level library written in C (and +`NumPy `_ is a low level library written in C (and Fortran) for high level mathematical functions. NumPy cleverly overcomes the problem of running slower algorithms on Python by using multidimensional arrays and functions that operate on arrays. Any algorithm can then be expressed as a From 7180936603c03440681b16b1dd61ed0011d18f42 Mon Sep 17 00:00:00 2001 From: Marty McEnroe Date: Wed, 13 May 2026 19:53:07 -0500 Subject: [PATCH 2/2] fix broken docs link numpy.scipy.org is dead, numpy moved to numpy.org --- docs/intro/duction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/duction.rst b/docs/intro/duction.rst index 16baebc0d..f0dc95278 100644 --- a/docs/intro/duction.rst +++ b/docs/intro/duction.rst @@ -33,7 +33,7 @@ include: Perl's `CPAN `_. There is a thriving community of very powerful Python frameworks and tools like the `Django `_ web framework and the - `NumPy `_ set of math routines. + `NumPy `_ set of math routines. * **integration with other systems**