Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit baf4158

Browse filesBrowse files
author
Britta Gustafson
committed
Link to internal Virtual Environments page from install pages
1 parent a9dad6b commit baf4158
Copy full SHA for baf4158

File tree

Expand file treeCollapse file tree

4 files changed

+5
-3
lines changed
Filter options
Expand file treeCollapse file tree

4 files changed

+5
-3
lines changed

‎docs/dev/virtualenvs.rst

Copy file name to clipboardExpand all lines: docs/dev/virtualenvs.rst
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _virtualenvironments-ref:
2+
13
Virtual Environments
24
====================
35

‎docs/starting/install/linux.rst

Copy file name to clipboardExpand all lines: docs/starting/install/linux.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ your global site-packages directory clean and manageable.
5858
For example, you can work on a project which requires Django 1.3 while also
5959
maintaining a project which requires Django 1.0.
6060

61-
To start using and see more information: `Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.
61+
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
6262

6363
You can also use :ref:`virtualenvwrapper <virtualenvwrapper-ref>` to make it easier to
6464
manage your virtual environments.

‎docs/starting/install/osx.rst

Copy file name to clipboardExpand all lines: docs/starting/install/osx.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ your global site-packages directory clean and manageable.
9292
For example, you can work on a project which requires Django 1.3 while also
9393
maintaining a project which requires Django 1.0.
9494

95-
To start using and see more information: `Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.
95+
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
9696

9797

9898
--------------------------------

‎docs/starting/install/win.rst

Copy file name to clipboardExpand all lines: docs/starting/install/win.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ your global site-packages directory clean and manageable.
7777
For example, you can work on a project which requires Django 1.3 while also
7878
maintaining a project which requires Django 1.0.
7979

80-
To start using and see more information: `Virtual Environments <http://github.com/kennethreitz/python-guide/blob/master/docs/dev/virtualenvs.rst>`_ docs.
80+
To start using this and see more information: :ref:`Virtual Environments <virtualenvironments-ref>` docs.
8181

8282

8383
--------------------------------

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.