Add comments explaining the role of the bigcomp function in dtoa.c.
[python.git] / Doc / distutils / index.rst
blobace8280894edfb065ca3dcda85cc974491b54f16
1 .. _distutils-index:
3 ###############################
4   Distributing Python Modules
5 ###############################
7 :Authors: Greg Ward, Anthony Baxter
8 :Email: distutils-sig@python.org
9 :Release: |version|
10 :Date: |today|
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.
17 .. toctree::
18    :maxdepth: 2
19    :numbered:
21    introduction.rst
22    setupscript.rst
23    configfile.rst
24    sourcedist.rst
25    builtdist.rst
26    packageindex.rst
27    uploading.rst
28    examples.rst
29    extending.rst
30    commandref.rst
31    apiref.rst