From 7e47adf68993c16df8b8ee2f28165beba934ccb0 Mon Sep 17 00:00:00 2001 From: Mohamad Fazeli Date: Tue, 19 Sep 2023 02:14:32 +0330 Subject: [PATCH 1/2] Fixed broken link benchmarks.rst Link is dead, added archived link of the article. --- doc/benchmarks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/benchmarks.rst b/doc/benchmarks.rst index b0cff367..93f76ad5 100644 --- a/doc/benchmarks.rst +++ b/doc/benchmarks.rst @@ -453,7 +453,7 @@ Copyright Callum and Tony Garnock-Jones, 2008. This file may be freely redistributed under the MIT license, http://www.opensource.org/licenses/mit-license.php -From http://www.lshift.net/blog/2008/10/29/toy-raytracer-in-python +From https://web.archive.org/web/20200804172938/https://tech.labs.oliverwyman.com/blog/2008/10/29/toy-raytracer-in-python/ .. image:: images/bm_raytrace.jpg :alt: Pure Python raytracer From e9fad0cfeed58e48bd4859e90f86ff3a9b03658c Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 3 Oct 2023 12:50:16 +0300 Subject: [PATCH 2/2] Link to author's copy --- doc/benchmarks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/benchmarks.rst b/doc/benchmarks.rst index 93f76ad5..54c5e69c 100644 --- a/doc/benchmarks.rst +++ b/doc/benchmarks.rst @@ -453,7 +453,7 @@ Copyright Callum and Tony Garnock-Jones, 2008. This file may be freely redistributed under the MIT license, http://www.opensource.org/licenses/mit-license.php -From https://web.archive.org/web/20200804172938/https://tech.labs.oliverwyman.com/blog/2008/10/29/toy-raytracer-in-python/ +From https://leastfixedpoint.com/tonyg/kcbbs/lshift_archive/toy-raytracer-in-python-20081029.html .. image:: images/bm_raytrace.jpg :alt: Pure Python raytracer