Skip to content

Commit 7402c26

Browse files
authored
Merge pull request realpython#856 from kikisdeliveryservice/venv-add-link
add internal link to version control ignores
2 parents 44ee967 + d6982f1 commit 7402c26

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/dev/virtualenvs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ This can help ensure consistency across installations, across deployments,
310310
and across developers.
311311

312312
Lastly, remember to exclude the virtual environment folder from source
313-
control by adding it to the ignore list.
313+
control by adding it to the ignore list (see :ref:`Version Control Ignores<version_control_ignores>`).
314314

315315
.. _virtualenvwrapper-ref:
316316

docs/writing/gotchas.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ Here's nice trick for removing all of these files, if they already exist::
232232
Run that from the root directory of your project, and all ``.pyc`` files
233233
will suddenly vanish. Much better.
234234

235+
.. _version_control_ignores:
236+
235237
Version Control Ignores
236238
~~~~~~~~~~~~~~~~~~~~~~~
237239

0 commit comments

Comments
 (0)