diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-07 00:16:41 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-08-07 00:16:41 +0300 |
commit | fdb411a8c5f3c67fa8f2febf98a9bcdb54bbc095 (patch) | |
tree | 3e0c314784823db25dd467ea0776984fce7741b0 /docs | |
parent | 8a0b6f561cd8a1e8ab61f3bebcaec48f57dcd63c (diff) | |
download | micropython-fdb411a8c5f3c67fa8f2febf98a9bcdb54bbc095.tar.gz micropython-fdb411a8c5f3c67fa8f2febf98a9bcdb54bbc095.zip |
docs/library/index: Include array module in ToC.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/library/index.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index 9a105697b7..d502ffdfc6 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -51,6 +51,7 @@ library. .. toctree:: :maxdepth: 1 + array.rst builtins.rst cmath.rst gc.rst @@ -75,6 +76,7 @@ library. .. toctree:: :maxdepth: 1 + array.rst builtins.rst cmath.rst gc.rst @@ -99,6 +101,7 @@ library. .. toctree:: :maxdepth: 1 + array.rst builtins.rst gc.rst select.rst @@ -116,6 +119,7 @@ library. .. toctree:: :maxdepth: 1 + array.rst builtins.rst gc.rst math.rst |