diff options
author | Damien George <damien.p.george@gmail.com> | 2015-03-30 00:32:29 +0100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-30 00:32:29 +0100 |
commit | 47098efbda6656b543b15f3fe7fa3d75b762423f (patch) | |
tree | b10fa40c8bd4284ef4d49f39db38fa9a4e6246a7 /docs/library/index.rst | |
parent | 7b19e99edd2ca5d60154ffaa6007c936f274a15a (diff) | |
download | micropython-47098efbda6656b543b15f3fe7fa3d75b762423f.tar.gz micropython-47098efbda6656b543b15f3fe7fa3d75b762423f.zip |
docs: Provide initial documentation for micropython module.
Diffstat (limited to 'docs/library/index.rst')
-rw-r--r-- | docs/library/index.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index fa4385f86b..b5a7b3ca9c 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -1,6 +1,14 @@ Micro Python libraries ====================== +Functionality specific to the Micro Python implementation is available in +the following library. + +.. toctree:: + :maxdepth: 1 + + micropython.rst + Python standard libraries ------------------------- |