diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:14:16 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-04-27 01:14:16 +0300 |
commit | 88ed518390711d54bb8946662861d6cc52d81bcb (patch) | |
tree | 94e7132578e486272ee0476134e0042d29eed82b /docs/library/index.rst | |
parent | 8b8c32c09b3a23f18754d02c2e520230128f2584 (diff) | |
download | micropython-88ed518390711d54bb8946662861d6cc52d81bcb.tar.gz micropython-88ed518390711d54bb8946662861d6cc52d81bcb.zip |
docs/library/index: Move WiPy "micro-libraries" under corresponding heading.
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index bc8a806149..fbb03b7ba3 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -99,6 +99,17 @@ library. ustruct.rst uzlib.rst +.. only:: port_wipy + + .. toctree:: + :maxdepth: 1 + + ubinascii.rst + ujson.rst + ure.rst + usocket.rst + ussl.rst + .. only:: port_esp8266 .. toctree:: @@ -127,17 +138,6 @@ library. .. only:: port_wipy - .. toctree:: - :maxdepth: 1 - - ubinascii.rst - ujson.rst - ure.rst - usocket.rst - ussl.rst - -.. only:: port_wipy - Libraries specific to the WiPy --------------------------------- |