diff options
author | Georg Brandl <georg@python.org> | 2007-10-20 18:08:14 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-20 18:08:14 (GMT) |
commit | 59d121af67c95e69e430277fb482c2a2c16274ac (patch) | |
tree | a8c5e2c42cdbe2b346f36a9e656b7eb4adb5654e /Doc/using/index.rst | |
parent | a147bf9a08548e8d6aa3b36bd6835348e9c1f813 (diff) | |
download | cpython-59d121af67c95e69e430277fb482c2a2c16274ac.zip cpython-59d121af67c95e69e430277fb482c2a2c16274ac.tar.gz cpython-59d121af67c95e69e430277fb482c2a2c16274ac.tar.bz2 |
* Add new toplevel chapter, "Using Python." (how to install,
configure and setup python on different platforms -- at least
in theory.)
* Move the Python on Mac docs in that chapter.
* Add a new chapter about the command line invocation, by stargaming.
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 + |