From 6fa222a66d9e37f8c5396781166f33130d1f73f8 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 30 Oct 2025 19:35:10 +0100 Subject: [PATCH 1/2] DOC: update intersphinx link for NumPy --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 5125e31..5be307d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -18,7 +18,7 @@ intersphinx_mapping = { 'IPython': ('https://ipython.readthedocs.io/en/stable/', None), 'matplotlib': ('https://matplotlib.org/', None), - 'numpy': ('https://docs.scipy.org/doc/numpy/', None), + 'numpy': ('https://numpy.org/doc/stable/', None), 'python': ('https://docs.python.org/3/', None), 'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None), 'sympy': ('https://docs.sympy.org/latest/', None), From 37e84a29aebe2b8cd7e74a0e2d0bf2bf25457043 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Thu, 30 Oct 2025 19:35:54 +0100 Subject: [PATCH 2/2] typo --- doc/rotation/quaternions.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rotation/quaternions.ipynb b/doc/rotation/quaternions.ipynb index 50d2a8c..3eeb511 100644 --- a/doc/rotation/quaternions.ipynb +++ b/doc/rotation/quaternions.ipynb @@ -120,7 +120,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "There are even more ways to represent quaterions,\n", + "There are even more ways to represent quaternions,\n", "for example\n", "as 2x2 complex matrices\n", "or\n",