diff options
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 + |