From 3dd1a8978e2ce8274605f4878aacb6d1a9ecd64a Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Wed, 29 Jun 2022 11:52:39 +0100 Subject: [PATCH 1/2] Change the PyNN URL to new home --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 9b304fe2d9..b9996e1335 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,7 +59,7 @@ 'python': ('https://docs.python.org/3.8', None), 'numpy': ("https://numpy.org/doc/1.20/", None), 'matplotlib': ('https://matplotlib.org', None), - 'pynn': ("http://neuralensemble.org/docs/PyNN/", None), + 'pynn': ("http://neuralensemble.github.io/docs/PyNN/", None), 'neo': ('https://neo.readthedocs.io/en/stable/', None), # We don't link to quantities; their docs are too awful 'spinn_utilities': ('https://spinnutils.readthedocs.io/en/latest/', None), From 3b376a03e70e6891e8db29b74df7f4616422f5d7 Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Wed, 29 Jun 2022 12:03:50 +0100 Subject: [PATCH 2/2] Avoid the redirect (works but better to avoid) --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index b9996e1335..97c5244ec8 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -59,7 +59,7 @@ 'python': ('https://docs.python.org/3.8', None), 'numpy': ("https://numpy.org/doc/1.20/", None), 'matplotlib': ('https://matplotlib.org', None), - 'pynn': ("http://neuralensemble.github.io/docs/PyNN/", None), + 'pynn': ("https://neuralensemble.github.io/docs/PyNN/", None), 'neo': ('https://neo.readthedocs.io/en/stable/', None), # We don't link to quantities; their docs are too awful 'spinn_utilities': ('https://spinnutils.readthedocs.io/en/latest/', None),