/Doc/distutils/index.rst

http://unladen-swallow.googlecode.com/ · ReStructuredText · 31 lines · 26 code · 5 blank · 0 comment · 0 complexity · 79824faccaefde7b4c5e40ed2179eb5a MD5 · raw file

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