add platform.rst to library docs

This commit is contained in:
Dan Halbert 2023-10-24 14:20:56 -04:00
parent 557efbeb29
commit 339b7e584e
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,7 @@ limited flash memory:
``binascii``, ``errno``, ``json``, ``re``.
These libraries are not currently enabled in any CircuitPython build, but may be in the future:
``ctypes``
``ctypes``, ``platform``
.. toctree::
:maxdepth: 1
@ -31,6 +31,7 @@ These libraries are not currently enabled in any CircuitPython build, but may be
gc.rst
io.rst
json.rst
platform.rst
re.rst
sys.rst
ctypes.rst