[Python-checkins] distutils2: Prepare the new docs layout

tarek.ziade python-checkins at python.org
Thu Aug 19 08:34:11 CEST 2010


tarek.ziade pushed 9e55ce50d4d6 to distutils2:

http://hg.python.org/distutils2/rev/9e55ce50d4d6
changeset:   528:9e55ce50d4d6
user:        ?ric Araujo <merwok at netwok.org>
date:        Mon Aug 09 07:49:54 2010 +0200
summary:     Prepare the new docs layout
files:       docs/source/distutils.rst

diff --git a/docs/source/index.rst b/docs/source/distutils.rst
copy from docs/source/index.rst
copy to docs/source/distutils.rst
--- a/docs/source/index.rst
+++ b/docs/source/distutils.rst
@@ -1,31 +1,32 @@
 .. _distutils-index:
 
 ###############################
-  Distributing Python Modules
+  Distributing Python Projects
 ###############################
 
-:Authors: Greg Ward, Anthony Baxter
+:Authors: Greg Ward, Anthony Baxter and others
 :Email: distutils-sig at python.org
 :Release: |version|
 :Date: |today|
 
-This document describes the Python Distribution Utilities ("Distutils") from
-the module developer's point of view, describing how to use the Distutils to
-make Python modules and extensions easily available to a wider audience with
-very little overhead for build/release/install mechanics.
+This document describes the Python Distribution Utilities ("Distutils2") from
+the developer's point of view, describing how to use the Distutils to make
+Python applications, packages or modules easily available to a wider audience
+with very little overhead for build/release/install mechanics.
 
 .. toctree::
    :maxdepth: 2
    :numbered:
 
-   introduction.rst
-   setupscript.rst
-   configfile.rst
-   sourcedist.rst
-   builtdist.rst
-   packageindex.rst
-   uploading.rst
-   examples.rst
-   extending.rst
-   commandref.rst
-   apiref.rst
+   introduction
+   setupscript
+   configfile
+   configure
+   sourcedist
+   builtdist
+   packageindex
+   uploading
+   examples
+   extending
+   commandref
+   apiref

--
Repository URL: http://hg.python.org/distutils2


More information about the Python-checkins mailing list