diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-01-08 00:15:57 +0200 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2015-01-08 00:17:10 +0200 |
commit | 7a0636e80aea2ce1af03c890e024dabcdffcdf78 (patch) | |
tree | f65ade6064904b22c8e40c52cb796af2167da082 /docs/library/index.rst | |
parent | 7ee91cf86136f4774a9143a3f745d37f314662da (diff) | |
download | micropython-7a0636e80aea2ce1af03c890e024dabcdffcdf78.tar.gz micropython-7a0636e80aea2ce1af03c890e024dabcdffcdf78.zip |
docs: Add initial "uctypes" modules docs. WIP.
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 caa62c5a2d..fa4385f86b 100644 --- a/docs/library/index.rst +++ b/docs/library/index.rst @@ -39,6 +39,7 @@ it will fallback to loading the built-in ``ujson`` module. :maxdepth: 1 ubinascii.rst + uctypes.rst uhashlib.rst uheapq.rst ujson.rst |