From 6e6488530e0b7fba75a2246c5894cbb97b94a25e Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 25 Mar 2016 16:33:05 +0200 Subject: [PATCH] docs: More standard modules for esp8266. --- docs/library/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ----------------------