add platform.rst to library docs
This commit is contained in:
parent
557efbeb29
commit
339b7e584e
|
@ -17,7 +17,7 @@ limited flash memory:
|
||||||
``binascii``, ``errno``, ``json``, ``re``.
|
``binascii``, ``errno``, ``json``, ``re``.
|
||||||
|
|
||||||
These libraries are not currently enabled in any CircuitPython build, but may be in the future:
|
These libraries are not currently enabled in any CircuitPython build, but may be in the future:
|
||||||
``ctypes``
|
``ctypes``, ``platform``
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
@ -31,6 +31,7 @@ These libraries are not currently enabled in any CircuitPython build, but may be
|
||||||
gc.rst
|
gc.rst
|
||||||
io.rst
|
io.rst
|
||||||
json.rst
|
json.rst
|
||||||
|
platform.rst
|
||||||
re.rst
|
re.rst
|
||||||
sys.rst
|
sys.rst
|
||||||
ctypes.rst
|
ctypes.rst
|
||||||
|
|
Loading…
Reference in New Issue