diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-30 23:13:52 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-10-30 23:13:52 +0300 |
commit | 7219a18d175f993d540c1897d3cd23cfd2a2e118 (patch) | |
tree | 6e0715e3ea11470063340b0915a27fca11bcc865 | |
parent | 796b720dbcc73374418de571699de99de4edaf41 (diff) | |
download | micropython-7219a18d175f993d540c1897d3cd23cfd2a2e118.tar.gz micropython-7219a18d175f993d540c1897d3cd23cfd2a2e118.zip |
docs/library/index: Update TOCs so builtins sorted before modules.
-rw-r--r-- | docs/library/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst index d502ffdfc6..b06c806f73 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -51,8 +51,8 @@ library. .. toctree:: :maxdepth: 1 - array.rst builtins.rst + array.rst cmath.rst gc.rst math.rst @@ -76,8 +76,8 @@ library. .. toctree:: :maxdepth: 1 - array.rst builtins.rst + array.rst cmath.rst gc.rst math.rst @@ -101,8 +101,8 @@ library. .. toctree:: :maxdepth: 1 - array.rst builtins.rst + array.rst gc.rst select.rst sys.rst @@ -119,8 +119,8 @@ library. .. toctree:: :maxdepth: 1 - array.rst builtins.rst + array.rst gc.rst math.rst sys.rst |