From 7dee1dde0bca06398eaa4032bf61245e2b9af106 Mon Sep 17 00:00:00 2001 From: fbourgey Date: Wed, 7 Aug 2024 10:04:51 -0400 Subject: [PATCH] removed link to numpy's resources tutorial --- doc/source/development/contributing.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/development/contributing.rst b/doc/source/development/contributing.rst index 78d22c768b865..fe5271dab7132 100644 --- a/doc/source/development/contributing.rst +++ b/doc/source/development/contributing.rst @@ -74,7 +74,6 @@ If you are new to Git, you can reference some of these resources for learning Gi to the :ref:`contributor community ` for help if needed: * `Git documentation `_. -* `Numpy's Git resources `_ tutorial. Also, the project follows a forking workflow further described on this page whereby contributors fork the repository, make changes and then create a pull request.