diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-09 00:26:44 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2016-06-09 00:26:44 +0300 |
commit | 1d3b903eb56ebacf7efe0f7859f56b12c58dfd94 (patch) | |
tree | caf43649192f1140dbff13bb44c3c69410367147 /docs | |
parent | 0cec4e9bb8357e80d8b14ee9f5cf67cb3d5dc194 (diff) | |
download | micropython-1d3b903eb56ebacf7efe0f7859f56b12c58dfd94.tar.gz micropython-1d3b903eb56ebacf7efe0f7859f56b12c58dfd94.zip |
docs/library/index: Add builtins.rst.
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 e3d6e31575..9a105697b7 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -51,6 +51,7 @@ library. .. toctree:: :maxdepth: 1 + builtins.rst cmath.rst gc.rst math.rst @@ -74,6 +75,7 @@ library. .. toctree:: :maxdepth: 1 + builtins.rst cmath.rst gc.rst math.rst @@ -97,6 +99,7 @@ library. .. toctree:: :maxdepth: 1 + builtins.rst gc.rst select.rst sys.rst @@ -113,6 +116,7 @@ library. .. toctree:: :maxdepth: 1 + builtins.rst gc.rst math.rst sys.rst |