diff options
author | danicampora <daniel@wipy.io> | 2015-10-14 12:32:01 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-17 23:29:04 +0200 |
commit | 4542643025c77a7272bde348b89d5039aea28d23 (patch) | |
tree | bf9fb006f46b96d2ea9ecf4aa190c4e4cc2abfc8 /docs/library/index.rst | |
parent | fca3308cc376f2c1c66fa3cef82e30c55c9acca2 (diff) | |
download | micropython-4542643025c77a7272bde348b89d5039aea28d23.tar.gz micropython-4542643025c77a7272bde348b89d5039aea28d23.zip |
docs: Update all WiPy docs to reflect the new API.
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 |