diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 16:33:05 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-03-25 16:33:05 +0200 |
commit | 6e6488530e0b7fba75a2246c5894cbb97b94a25e (patch) | |
tree | 0a3f5e2f62d48c0d6ad2057bf684adf863f83918 | |
parent | 4b5606bc09bb831091df3c8536833e4cd8751c3f (diff) | |
download | micropython-6e6488530e0b7fba75a2246c5894cbb97b94a25e.tar.gz micropython-6e6488530e0b7fba75a2246c5894cbb97b94a25e.zip |
docs: More standard modules for esp8266.
-rw-r--r-- | docs/library/index.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 4673270067..aa17c895aa 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -55,6 +55,17 @@ For additional libraries, please download them from the `micropython-lib reposit sys.rst time.rst +.. only:: port_esp8266 + + .. toctree:: + :maxdepth: 1 + + gc.rst + math.rst + struct.rst + sys.rst + time.rst + Python micro-libraries ---------------------- |