diff options
author | Georg Brandl <georg@python.org> | 2007-11-01 20:58:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-11-01 20:58:08 (GMT) |
commit | 3c8ce77148195b6a614f94aa1faddd0efd2ec049 (patch) | |
tree | c2824c7cda90bcaf5ac5abde42a1a5d33f8ed185 /Doc/using/index.rst | |
parent | b0e86889660130d1033c4d57ef1c3cb28c6445c0 (diff) | |
download | cpython-3c8ce77148195b6a614f94aa1faddd0efd2ec049.zip cpython-3c8ce77148195b6a614f94aa1faddd0efd2ec049.tar.gz cpython-3c8ce77148195b6a614f94aa1faddd0efd2ec049.tar.bz2 |
Add new directory "using". This should have been in the merge patch,
but it was probably generated with "svn diff" so that new files that
weren't added first weren't included.
Diffstat (limited to 'Doc/using/index.rst')
-rw-r--r-- | Doc/using/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/using/index.rst b/Doc/using/index.rst new file mode 100644 index 0000000..f8d8ce4 --- /dev/null +++ b/Doc/using/index.rst @@ -0,0 +1,17 @@ +.. _using-index: + +################ + Using Python +################ + + +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:: + + cmdline.rst + mac.rst + |