mirror of
https://github.com/python/cpython.git
synced 2024-11-22 13:28:21 +01:00
9a60a9ddaf
gh-116622: Complete Android documentation (GH-124259)
(cherry picked from commit e80dd3035f
)
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
Co-authored-by: T. Wouters <thomas@python.org>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
25 lines
467 B
ReStructuredText
25 lines
467 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:
|
|
:maxdepth: 2
|
|
|
|
cmdline.rst
|
|
unix.rst
|
|
configure.rst
|
|
windows.rst
|
|
mac.rst
|
|
android.rst
|
|
ios.rst
|
|
editors.rst
|