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.
pull/1/head
Mike Wadsten 2019-10-23 11:43:01 -05:00
parent f301170c7c
commit f69ef97f24
1 changed files with 1 additions and 1 deletions

View File

@ -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