mirror of
https://github.com/python/cpython.git
synced 2025-09-24 17:33:29 +00:00
[3.13] gh-116622: Complete Android documentation (GH-124259) (#124395)
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>
This commit is contained in:
parent
afeb7a4ff5
commit
9a60a9ddaf
22 changed files with 202 additions and 108 deletions
|
@ -1,8 +0,0 @@
|
|||
.. include for modules that don't work on WASM or iOS
|
||||
|
||||
.. availability:: not WASI, not iOS.
|
||||
|
||||
This module does not work or is not available on WebAssembly platforms, or
|
||||
on iOS. See :ref:`wasm-availability` for more information on WASM
|
||||
availability; see :ref:`iOS-availability` for more information on iOS
|
||||
availability.
|
6
Doc/includes/wasm-mobile-notavail.rst
Normal file
6
Doc/includes/wasm-mobile-notavail.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
.. include for modules that don't work on WASM or mobile platforms
|
||||
|
||||
.. availability:: not Android, not iOS, not WASI.
|
||||
|
||||
This module is not supported on :ref:`mobile platforms <mobile-availability>`
|
||||
or :ref:`WebAssembly platforms <wasm-availability>`.
|
Loading…
Add table
Add a link
Reference in a new issue