0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Doc/using/index.rst
aldwinaldwin 8f040b7a9f bpo-37610: improve Using Python doc wrt Editors & IDE (GH-14850)
Move the Editors and IDE section out of the Unix section, to its own section.


https://bugs.python.org/issue37610
2019-07-18 18:23:17 -07:00

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