From f69ef97f241434a1b3b6907336cf88cf4bb52780 Mon Sep 17 00:00:00 2001 From: Mike Wadsten Date: Wed, 23 Oct 2019 11:43:01 -0500 Subject: [PATCH] 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. --- docs/library/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/library/index.rst b/docs/library/index.rst index a2d11dee7f..34b937d412 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