From 61ad4a642fcf79ff1ce74dd57707fad5f462d38a Mon Sep 17 00:00:00 2001 From: Gabbarnama Date: Tue, 6 Dec 2016 19:43:59 +0530 Subject: [PATCH] Update structure.rst Removed hyperlink from setup.py --- 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 a156fba7f..0775311c4 100644 --- a/docs/writing/structure.rst +++ b/docs/writing/structure.rst @@ -200,7 +200,7 @@ it. You can do this a few ways: package properly. I highly recommend the latter. Requiring a developer to run -`setup.py `__ develop to test an actively changing +``setup.py develop`` to test an actively changing codebase also requires them to have an isolated environment setup for each instance of the codebase.