summaryrefslogtreecommitdiff
path: root/docs/userguide
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-09-12 12:00:10 -0400
committerGitHub <noreply@github.com>2021-09-12 12:00:10 -0400
commit0168ac6e13dda1dbc9ec36b30a9c90e3b662a763 (patch)
treebb3dc16bb2fd234b2f342b1558d26994346e034d /docs/userguide
parentead5c411446aca9eb1620a852750629316dc951e (diff)
parent95cacfa6c55fc1c8944b7e9b4086c09088ea4b88 (diff)
downloadpython-setuptools-git-0168ac6e13dda1dbc9ec36b30a9c90e3b662a763.tar.gz
Merge pull request #2786 from pzhlkj6612/add-link-to-develop_mode-0
Docs: add a link to the "Development Mode" page in "`setuptools` Quickstart"
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/quickstart.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst
index 1bd04ded..bcb282ed 100644
--- a/docs/userguide/quickstart.rst
+++ b/docs/userguide/quickstart.rst
@@ -201,7 +201,7 @@ Then::
pip install --editable .
This creates a link file in your interpreter site package directory which
-associate with your source code. For more information, see: (WIP)
+associate with your source code. For more information, see :doc:`development_mode`.
Uploading your package to PyPI