Georg Brandl | 3c8ce77 | 2007-11-01 20:58:08 +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:: |
Benjamin Peterson | 5879d41 | 2009-03-30 14:51:56 +0000 | [diff] [blame] | 14 | :numbered: |
Georg Brandl | 3c8ce77 | 2007-11-01 20:58:08 +0000 | [diff] [blame] | 15 | |
| 16 | cmdline.rst |
Christian Heimes | 8b0facf | 2007-12-04 19:30:01 +0000 | [diff] [blame] | 17 | unix.rst |
Christian Heimes | d8654cf | 2007-12-02 15:22:16 +0000 | [diff] [blame] | 18 | windows.rst |
Georg Brandl | 3c8ce77 | 2007-11-01 20:58:08 +0000 | [diff] [blame] | 19 | mac.rst |
| 20 | |