diff options
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 9c01d333e5..b53a67ed1c 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -74,12 +74,12 @@ it will fallback to loading the built-in ``ujson`` module. Libraries specific to the pyboard --------------------------------- - + The following libraries are specific to the pyboard. - + .. toctree:: :maxdepth: 2 - + pyb.rst network.rst @@ -87,10 +87,8 @@ it will fallback to loading the built-in ``ujson`` module. .. toctree:: :maxdepth: 1 - + ubinascii.rst - uhashlib.rst - uheapq.rst ujson.rst ure.rst usocket.rst @@ -105,7 +103,7 @@ it will fallback to loading the built-in ``ujson`` module. .. toctree:: :maxdepth: 2 - pyb.rst + machine.rst network.rst |