diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-09-12 12:00:10 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-12 12:00:10 -0400 |
| commit | 0168ac6e13dda1dbc9ec36b30a9c90e3b662a763 (patch) | |
| tree | bb3dc16bb2fd234b2f342b1558d26994346e034d /docs/userguide | |
| parent | ead5c411446aca9eb1620a852750629316dc951e (diff) | |
| parent | 95cacfa6c55fc1c8944b7e9b4086c09088ea4b88 (diff) | |
| download | python-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.rst | 2 |
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 |
