]> granicus.if.org Git - python/commit
Close #19407: New installation & distribution guides
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 13 Mar 2014 12:13:45 +0000 (22:13 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 13 Mar 2014 12:13:45 +0000 (22:13 +1000)
commitf7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b
tree7dbcedea7c9fb86a57dd4babdce5fcb411402b76
parent9e0622713e04d6567921b99b62f4651fae6358a6
Close #19407: New installation & distribution guides

- based on pip and other PyPA tools
- includes references to the new Python Packaging User Guide
  where appropriate (and the relevant section is at least
  partially filled in)
- started new FAQ sections
- both guides aim to introduce users to basic open source
  concepts if they aren't aware of them
- existing guides have been relocated (now linked from the
  distutils docs) rather then removed, since there is
  some needed material that has yet to be relocated to the
  distutils docs as a reference for the legacy formats
15 files changed:
Doc/conf.py
Doc/contents.rst
Doc/distributing/index.rst [new file with mode: 0644]
Doc/distutils/index.rst
Doc/extending/index.rst
Doc/install/index.rst
Doc/installing/index.rst [new file with mode: 0644]
Doc/library/distutils.rst
Doc/library/ensurepip.rst
Doc/tools/sphinxext/indexcontent.html
Doc/tutorial/whatnow.rst
Doc/using/venv-create.inc
Doc/using/windows.rst
Doc/whatsnew/3.4.rst
Misc/NEWS