diff options
author | Mike Wadsten <mikewadsten@gmail.com> | 2019-10-23 11:43:01 -0500 |
---|---|---|
committer | Mike Wadsten <mikewadsten@gmail.com> | 2019-10-23 11:43:01 -0500 |
commit | f69ef97f241434a1b3b6907336cf88cf4bb52780 (patch) | |
tree | 5d23b4fa2d5b1a8a32196f85d1e9e73fab2f3a04 | |
parent | f301170c7cb50fdb9250a6e4b89682f9c0e543cb (diff) |
docs: Move ubluetooth under "MicroPython-specific libraries".
CPython does not have a bluetooth module,
so it is not appropriate to call ubluetooth
a Python standard library or micro-library.
-rw-r--r-- | docs/library/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index a2d11dee7..34b937d41 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -80,7 +80,6 @@ it will fallback to loading the built-in ``ujson`` module. sys.rst uarray.rst ubinascii.rst - ubluetooth.rst ucollections.rst uerrno.rst uhashlib.rst @@ -112,6 +111,7 @@ the following libraries. machine.rst micropython.rst network.rst + ubluetooth.rst ucryptolib.rst uctypes.rst |