diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 15:17:55 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 15:17:55 +0200 |
commit | ee6fcc6f919d5bbe9000484bf9a2af79309ea3be (patch) | |
tree | a013c1710e4f4e1daa3d6ada62325fa529847f74 | |
parent | 96a644076d3b31c61ec59898003f2de517623fc5 (diff) | |
download | micropython-ee6fcc6f919d5bbe9000484bf9a2af79309ea3be.tar.gz micropython-ee6fcc6f919d5bbe9000484bf9a2af79309ea3be.zip |
docs: Add standard modules list for esp8266.
-rw-r--r-- | docs/library/index.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 21c11d2193..4673270067 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -85,6 +85,19 @@ library. usocket.rst uzlib.rst +.. only:: port_esp8266 + + .. toctree:: + :maxdepth: 1 + + ubinascii.rst + uctypes.rst + uhashlib.rst + uheapq.rst + ujson.rst + ure.rst + uzlib.rst + .. only:: port_pyboard Libraries specific to the pyboard |