mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
gh-116622: Complete Android documentation (GH-124259) (cherry picked from commit e80dd3035fb805716bc49f9e7e9cab5f83614661) 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
|