summaryrefslogtreecommitdiffstats
path: root/Doc/includes
diff options
context:
space:
mode:
authorMalcolm Smith <smith@chaquo.com>2024-09-23 23:09:53 (GMT)
committerGitHub <noreply@github.com>2024-09-23 23:09:53 (GMT)
commite80dd3035fb805716bc49f9e7e9cab5f83614661 (patch)
tree98794da74d73663f00425a02fd137c59ea4a6f47 /Doc/includes
parent27a62e7371f062a80704f6bf4d6e8f06568d37aa (diff)
downloadcpython-e80dd3035fb805716bc49f9e7e9cab5f83614661.zip
cpython-e80dd3035fb805716bc49f9e7e9cab5f83614661.tar.gz
cpython-e80dd3035fb805716bc49f9e7e9cab5f83614661.tar.bz2
gh-116622: Complete Android documentation (#124259)
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>
Diffstat (limited to 'Doc/includes')
-rw-r--r--Doc/includes/wasm-ios-notavail.rst8
-rw-r--r--Doc/includes/wasm-mobile-notavail.rst6
2 files changed, 6 insertions, 8 deletions
diff --git a/Doc/includes/wasm-ios-notavail.rst b/Doc/includes/wasm-ios-notavail.rst
deleted file mode 100644
index c820665..0000000
--- a/Doc/includes/wasm-ios-notavail.rst
+++ /dev/null
@@ -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.
diff --git a/Doc/includes/wasm-mobile-notavail.rst b/Doc/includes/wasm-mobile-notavail.rst
new file mode 100644
index 0000000..725b0f7
--- /dev/null
+++ b/Doc/includes/wasm-mobile-notavail.rst
@@ -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>`.