symbian-qemu-0.9.1-12/python-2.6.1/Doc/distutils/index.rst
changeset 1 2fb8b9db1c86
equal deleted inserted replaced
0:ffa851df0825 1:2fb8b9db1c86
       
     1 .. _distutils-index:
       
     2 
       
     3 ###############################
       
     4   Distributing Python Modules
       
     5 ###############################
       
     6 
       
     7 :Authors: Greg Ward, Anthony Baxter
       
     8 :Email: distutils-sig@python.org
       
     9 :Release: |version|
       
    10 :Date: |today|
       
    11 
       
    12 This document describes the Python Distribution Utilities ("Distutils") from
       
    13 the module developer's point of view, describing how to use the Distutils to
       
    14 make Python modules and extensions easily available to a wider audience with
       
    15 very little overhead for build/release/install mechanics.
       
    16 
       
    17 .. toctree::
       
    18    :maxdepth: 2
       
    19 
       
    20    introduction.rst
       
    21    setupscript.rst
       
    22    configfile.rst
       
    23    sourcedist.rst
       
    24    builtdist.rst
       
    25    packageindex.rst
       
    26    uploading.rst
       
    27    examples.rst
       
    28    extending.rst
       
    29    commandref.rst
       
    30    apiref.rst