From baf4158b138dd5fb9c38a80c7a525b0d604b601e Mon Sep 17 00:00:00 2001 From: Britta Gustafson Date: Tue, 17 Nov 2015 15:48:52 -0800 Subject: [PATCH] Link to internal Virtual Environments page from install pages --- docs/dev/virtualenvs.rst | 2 ++ docs/starting/install/linux.rst | 2 +- docs/starting/install/osx.rst | 2 +- docs/starting/install/win.rst | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/dev/virtualenvs.rst b/docs/dev/virtualenvs.rst index 266faeb..bb3f948 100644 --- a/docs/dev/virtualenvs.rst +++ b/docs/dev/virtualenvs.rst @@ -1,3 +1,5 @@ +.. _virtualenvironments-ref: + Virtual Environments ==================== diff --git a/docs/starting/install/linux.rst b/docs/starting/install/linux.rst index a42106d..e68c5d0 100644 --- a/docs/starting/install/linux.rst +++ b/docs/starting/install/linux.rst @@ -58,7 +58,7 @@ your global site-packages directory clean and manageable. For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. -To start using and see more information: `Virtual Environments `_ docs. +To start using this and see more information: :ref:`Virtual Environments ` docs. You can also use :ref:`virtualenvwrapper ` to make it easier to manage your virtual environments. diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 0de724f..cb0062c 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -92,7 +92,7 @@ your global site-packages directory clean and manageable. For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. -To start using and see more information: `Virtual Environments `_ docs. +To start using this and see more information: :ref:`Virtual Environments ` docs. -------------------------------- diff --git a/docs/starting/install/win.rst b/docs/starting/install/win.rst index a0f37c5..140c842 100644 --- a/docs/starting/install/win.rst +++ b/docs/starting/install/win.rst @@ -77,7 +77,7 @@ your global site-packages directory clean and manageable. For example, you can work on a project which requires Django 1.3 while also maintaining a project which requires Django 1.0. -To start using and see more information: `Virtual Environments `_ docs. +To start using this and see more information: :ref:`Virtual Environments ` docs. --------------------------------