summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/index.rst
diff options
context:
space:
mode:
authorPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:14:16 +0300
committerPaul Sokolovsky <pfalcon@users.sourceforge.net>2016-04-27 01:14:16 +0300
commit88ed518390711d54bb8946662861d6cc52d81bcb (patch)
tree94e7132578e486272ee0476134e0042d29eed82b /docs/library/index.rst
parent8b8c32c09b3a23f18754d02c2e520230128f2584 (diff)
downloadmicropython-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.rst22
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
---------------------------------