Staging
v0.5.1
https://github.com/python/cpython
Revision aff9ceff3ce951f45520af1a03841ce7af7ed45f authored by Andrew Svetlov on 07 April 2013, 11:45:37 UTC, committed by Andrew Svetlov on 07 April 2013, 11:45:37 UTC
1 parent 75b249c
Raw File
Tip revision: aff9ceff3ce951f45520af1a03841ce7af7ed45f authored by Andrew Svetlov on 07 April 2013, 11:45:37 UTC
Update argparse docs to follow order of ArgumentParser() arguments.
Tip revision: aff9cef
index.rst
.. _using-index:

##########################
  Python Setup and Usage
##########################


This part of the documentation is devoted to general information on the setup
of the Python environment on different platform, the invocation of the
interpreter and things that make working with Python easier.


.. toctree::
   :numbered:

   cmdline.rst
   unix.rst
   windows.rst
   mac.rst

back to top