summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/index.rst
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:17:28 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:17:28 +0300
commita119983328f8e73736f889dd6825577879e52cf7 (patch)
tree56ef682532539efacac354b7ee4833089747c1a5 /docs/library/index.rst
parent88ed518390711d54bb8946662861d6cc52d81bcb (diff)
downloadmicropython-a119983328f8e73736f889dd6825577879e52cf7.tar.gz
micropython-a119983328f8e73736f889dd6825577879e52cf7.zip
docs/library/index: esp8266 has the same set of stdlibs as pyboard/unix.
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r--docs/library/index.rst16
1 files changed, 1 insertions, 15 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst
index fbb03b7ba3..a4e48d7e04 100644
--- a/docs/library/index.rst
+++ b/docs/library/index.rst
@@ -85,7 +85,7 @@ library.
directory ``json`` and load that package if it is found. If nothing is found,
it will fallback to loading the built-in ``ujson`` module.
-.. only:: port_pyboard or port_unix
+.. only:: port_unix or port_pyboard or port_esp8266
.. toctree::
:maxdepth: 1
@@ -110,20 +110,6 @@ library.
usocket.rst
ussl.rst
-.. only:: port_esp8266
-
- .. toctree::
- :maxdepth: 1
-
- ubinascii.rst
- uhashlib.rst
- uheapq.rst
- ujson.rst
- ure.rst
- usocket.rst
- ustruct.rst
- uzlib.rst
-
.. only:: port_pyboard
Libraries specific to the pyboard