From c7a87d52c62422294ea1751da0f3b9e20f88bb11 Mon Sep 17 00:00:00 2001 From: akashmishrahaha Date: Mon, 1 Jan 2024 22:38:12 +0530 Subject: [PATCH 1/2] Link changed for 'make dist' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f23e59a..f3128bcf0 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo holds the generated documentation for historical versions of NumPy. To add documentation for a version: -- Run [`make dist`](http://www.numpy.org/devdocs/docs/howto_build_docs.html) in +- Run [`make dist`](https://stackoverflow.com/questions/43197756/what-is-the-difference-between-make-and-make-dist) in the `doc` directory of a numpy source checkout - Expand the resulting `build/dist.tar.gz in the appropriately-named top-level From 357b08893a966ac437b487ed4e19798a22d9db77 Mon Sep 17 00:00:00 2001 From: Matti Picus Date: Sun, 8 Jun 2025 15:39:13 +0300 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Melissa Weber Mendonça --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3128bcf0..cfd93e5d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This repo holds the generated documentation for historical versions of NumPy. To add documentation for a version: -- Run [`make dist`](https://stackoverflow.com/questions/43197756/what-is-the-difference-between-make-and-make-dist) in +- Run [`make dist`](https://numpy.org/devdocs/dev/howto_build_docs.html) in the `doc` directory of a numpy source checkout - Expand the resulting `build/dist.tar.gz in the appropriately-named top-level