From fada1cedd8a012f34e757838527e1749c5eaae60 Mon Sep 17 00:00:00 2001 From: "F. Gabriel Gosselin" Date: Wed, 9 Mar 2016 13:59:58 -0800 Subject: [PATCH] Fix pip requirements link Missing < broke the link --- docs/writing/structure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/writing/structure.rst b/docs/writing/structure.rst index 489ce7155..7cde9daa1 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -147,7 +147,7 @@ Requirements File A `pip requirements -file https://pip.pypa.io/en/stable/user_guide/#requirements-files>`__ +file `__ should be placed at the root of the repository. It should specify the dependencies required to contribute to the project: testing, building, and generating documentation.