diff options
author | danicampora <daniel@wipy.io> | 2015-10-19 15:19:34 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-19 21:17:15 +0200 |
commit | 36ae417c9f1417d65ca773d48a36589e300b4f71 (patch) | |
tree | aa4960911fb560eb0df02fc6f8e39f0093723082 /docs/library/index.rst | |
parent | 2e0cd20a1d3c6ddfaf0bb6dafc823955858334a9 (diff) | |
download | micropython-36ae417c9f1417d65ca773d48a36589e300b4f71.tar.gz micropython-36ae417c9f1417d65ca773d48a36589e300b4f71.zip |
docs: Add wipy and network.server documentation.
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index b53a67ed1c..81a9824efd 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -105,6 +105,7 @@ it will fallback to loading the built-in ``ujson`` module. machine.rst network.rst + wipy.rst .. only:: port_esp8266 |