Georg Brandl | 59d121a | 2007-10-20 18:08:14 +0000 | [diff] [blame] | 1 | .. _using-index: |
| 2 | |
| 3 | ################ |
| 4 | Using Python |
| 5 | ################ |
| 6 | |
| 7 | |
| 8 | This part of the documentation is devoted to general information on the setup |
| 9 | of the Python environment on different platform, the invocation of the |
| 10 | interpreter and things that make working with Python easier. |
| 11 | |
| 12 | |
| 13 | .. toctree:: |
| 14 | |
| 15 | cmdline.rst |
Georg Brandl | 87983f2 | 2007-12-01 23:12:45 +0000 | [diff] [blame^] | 16 | windows.rst |
Georg Brandl | 59d121a | 2007-10-20 18:08:14 +0000 | [diff] [blame] | 17 | mac.rst |
| 18 | |