diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2019-05-23 14:06:39 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-23 14:06:39 (GMT) |
commit | e788057a9188ff37e232729815dfda2529079420 (patch) | |
tree | 056a26d585986d6c5a3321f7ce74aa6a4878b108 /Doc/distributing | |
parent | 394119afc6611f17bac96f5ec6fefa00000ae795 (diff) | |
download | cpython-e788057a9188ff37e232729815dfda2529079420.zip cpython-e788057a9188ff37e232729815dfda2529079420.tar.gz cpython-e788057a9188ff37e232729815dfda2529079420.tar.bz2 |
bpo-36797: Reduce levels of indirection in outdated distutils docs (#13462)
Diffstat (limited to 'Doc/distributing')
-rw-r--r-- | Doc/distributing/index.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/Doc/distributing/index.rst b/Doc/distributing/index.rst index 5dd14b1..2e46c7a 100644 --- a/Doc/distributing/index.rst +++ b/Doc/distributing/index.rst @@ -113,11 +113,17 @@ recommended tools`_. .. _currently recommended tools: https://packaging.python.org/guides/tool-recommendations/#packaging-tool-recommendations -Reading the guide -================= +.. index:: + single: Python Package Index (PyPI) + single: PyPI; (see Python Package Index (PyPI)) + +.. _publishing-python-packages: + +Reading the Python Packaging User Guide +======================================= The Python Packaging User Guide covers the various key steps and elements -involved in creating a project: +involved in creating and publishing a project: * `Project structure`_ * `Building and packaging the project`_ |