@@ -178,7 +178,7 @@ Optionally, create a virtual environment
178178----------------------------------------
179179
180180See :ref: `section below <Creating and using Virtual Environments >` for details,
181- but here's the basic `venv `_ [3 ]_ command to use on a typical Linux system:
181+ but here's the basic :doc: `venv < python:library/venv >` [3 ]_ command to use on a typical Linux system:
182182
183183.. tab :: Unix/macOS
184184
@@ -228,7 +228,7 @@ environments.
228228
229229Currently, there are two common tools for creating Python virtual environments:
230230
231- * `venv `_ is available by default in Python 3.3 and later, and installs
231+ * :doc: `venv < python:library/venv >` is available by default in Python 3.3 and later, and installs
232232 :ref: `pip ` and :ref: `setuptools ` into created virtual environments in
233233 Python 3.4 and later.
234234* :ref: `virtualenv ` needs to be installed separately, but supports Python 2.7+
@@ -238,7 +238,7 @@ Currently, there are two common tools for creating Python virtual environments:
238238
239239The basic usage is like so:
240240
241- Using `venv `_ :
241+ Using :doc: `venv < python:library/venv >` :
242242
243243.. tab :: Unix/macOS
244244
@@ -270,7 +270,8 @@ Using :ref:`virtualenv`:
270270 virtualenv < DIR>
271271 < DIR> \Scripts\activate
272272
273- For more information, see the `venv `_ docs or the `virtualenv <http://virtualenv.pypa.io >`_ docs.
273+ For more information, see the :doc: `venv <python:library/venv >` docs or
274+ the `virtualenv <http://virtualenv.pypa.io >`_ docs.
274275
275276The use of :command: `source ` under Unix shells ensures
276277that the virtual environment's variables are set within the current
@@ -297,7 +298,7 @@ Use pip for Installing
297298======================
298299
299300:ref: `pip ` is the recommended installer. Below, we'll cover the most common
300- usage scenarios. For more detail, see the `pip docs <https:// pip.pypa.io >`_ ,
301+ usage scenarios. For more detail, see the :doc: `pip docs <pip:index >` ,
301302which includes a complete :doc: `Reference Guide <pip:cli/index >`.
302303
303304
@@ -542,8 +543,8 @@ Installing from a local src tree
542543================================
543544
544545
545- Installing from local src in ` Development Mode
546- <https://setuptools.readthedocs.io/en/latest/setuptools.html#development-mode> `_ ,
546+ Installing from local src in
547+ :doc: ` Development Mode < setuptools:userguide/development_mode >` ,
547548i.e. in such a way that the project appears to be installed, but yet is
548549still editable from the src tree.
549550
@@ -682,5 +683,4 @@ Install `setuptools extras`_.
682683 and support was released in :ref: `setuptools ` v8.0 and
683684 :ref: `pip ` v6.0
684685
685- .. _venv : https://docs.python.org/3/library/venv.html
686686 .. _setuptools extras : https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
0 commit comments