mirror of
https://github.com/python/cpython.git
synced 2024-12-01 03:01:36 +01:00
8f040b7a9f
Move the Editors and IDE section out of the Unix section, to its own section. https://bugs.python.org/issue37610
21 lines
408 B
ReStructuredText
21 lines
408 B
ReStructuredText
.. _using-index:
|
|
|
|
##########################
|
|
Python Setup and Usage
|
|
##########################
|
|
|
|
|
|
This part of the documentation is devoted to general information on the setup
|
|
of the Python environment on different platforms, the invocation of the
|
|
interpreter and things that make working with Python easier.
|
|
|
|
|
|
.. toctree::
|
|
:numbered:
|
|
|
|
cmdline.rst
|
|
unix.rst
|
|
windows.rst
|
|
mac.rst
|
|
editors.rst
|