summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--docs/library/index.rst11
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
----------------------