]> granicus.if.org Git - python/commitdiff
Merge packaging doc fix
authorÉric Araujo <merwok@netwok.org>
Thu, 2 Jun 2011 14:43:25 +0000 (16:43 +0200)
committerÉric Araujo <merwok@netwok.org>
Thu, 2 Jun 2011 14:43:25 +0000 (16:43 +0200)
1  2 
Doc/install/index.rst
Doc/packaging/index.rst

index 0000000000000000000000000000000000000000,58b78350e7388b93a64c0d05e443c41083a31ece..bb2e9c58f17984add84f122bd64134a62ba03c57
mode 000000,100644..100644
--- /dev/null
@@@ -1,0 -1,56 +1,56 @@@
 -:Author: Greg Ward and Packaging contributors
+ .. _packaging-install-index:
+ ******************************
+   Installing Python Projects
+ ******************************
++:Author: The Fellowship of the Packaging
+ :Release: |version|
+ :Date: |today|
+ .. TODO: Fill in XXX comments
+ .. The audience for this document includes people who don't know anything
+    about Python and aren't about to learn the language just in order to
+    install and maintain it for their users, i.e. system administrators.
+    Thus, I have to be sure to explain the basics at some point:
+    sys.path and PYTHONPATH at least. Should probably give pointers to
+    other docs on "import site", PYTHONSTARTUP, PYTHONHOME, etc.
+    Finally, it might be useful to include all the material from my "Care
+    and Feeding of a Python Installation" talk in here somewhere. Yow!
+ .. topic:: Abstract
+    This document describes Packaging from the end-user's point of view: it
+    explains how to extend the functionality of a standard Python installation by
+    building and installing third-party Python modules and applications.
+ This guide is split into a simple overview  followed by a longer presentation of
+ the :program:`pysetup` script, the Python package management tool used to
+ build, distribute, search for, install, remove and list Python distributions.
+ .. TODO integrate install and pysetup instead of duplicating
+ .. toctree::
+    :maxdepth: 2
+    :numbered:
+    install
+    pysetup
+    pysetup-config
+    pysetup-servers
+ .. seealso::
+    :ref:`packaging-index`
+       The manual for developers of Python projects who want to package and
+       distribute them. This describes how to use :mod:`packaging` to make
+       projects easily found and added to an existing Python installation.
+    :mod:`packaging`
+       A library reference for developers of packaging tools wanting to use
+       standalone building blocks like :mod:`~packaging.version` or
+       :mod:`~packaging.metadata`, or extend Packaging itself.
index 0e8081803e156057c81319bdcf4b85043272a063,1b597d744a7665d8f8ad62aa63f51577274adac4..d3d0dec4de357fe334f9e7a444fb8288235dc080
@@@ -4,7 -4,7 +4,7 @@@
   Distributing Python Projects
  ##############################
  
- :Authors: The Fellowship of The Packaging
 -:Authors: Greg Ward, Anthony Baxter and Packaging contributors
++:Authors: The Fellowship of the Packaging
  :Email: distutils-sig@python.org
  :Release: |version|
  :Date: |today|