mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00

Move the Editors and IDE section out of the Unix section, to its own section. https://bugs.python.org/issue37610
20 lines
408 B
ReStructuredText
20 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
|