gh-114099: Add documentation for iOS platform (GH-117057)

Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Jacob Coffee <jacob@z7x.org>
Co-authored-by: Malcolm Smith <smith@chaquo.com>
Co-authored-by: Ned Deily <nad@python.org>
This commit is contained in:
Russell Keith-Magee 2024-03-28 16:13:13 +08:00 committed by GitHub
parent f006338017
commit 0f27672c50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 584 additions and 161 deletions

View file

@ -164,7 +164,7 @@ class Availability(SphinxDirective):
Example::
.. availability:: Windows, Linux >= 4.2, not Emscripten, not WASI
.. availability:: Windows, Linux >= 4.2, not WASI
Arguments like "Linux >= 3.17 with glibc >= 2.27" are currently not
parsed into separate tokens.