/Doc/using/index.rst
ReStructuredText | 20 lines | 13 code | 7 blank | 0 comment | 0 complexity | dbea569d3747fe9bea4a6472bbf49ebf MD5 | raw file
1.. _using-index: 2 3################ 4 Using Python 5################ 6 7 8This part of the documentation is devoted to general information on the setup 9of the Python environment on different platform, the invocation of the 10interpreter and things that make working with Python easier. 11 12 13.. toctree:: 14 :numbered: 15 16 cmdline.rst 17 unix.rst 18 windows.rst 19 mac.rst 20