summaryrefslogtreecommitdiff
path: root/Doc/using/index.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-11-01 20:58:08 +0000
committerGeorg Brandl <georg@python.org>2007-11-01 20:58:08 +0000
commit3c8ce77148195b6a614f94aa1faddd0efd2ec049 (patch)
treec2824c7cda90bcaf5ac5abde42a1a5d33f8ed185 /Doc/using/index.rst
parentb0e86889660130d1033c4d57ef1c3cb28c6445c0 (diff)
downloadcpython-git-3c8ce77148195b6a614f94aa1faddd0efd2ec049.tar.gz
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.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/Doc/using/index.rst b/Doc/using/index.rst
new file mode 100644
index 0000000000..f8d8ce481f
--- /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
+