diff options
| author | Damien George <damien.p.george@gmail.com> | 2014-10-31 01:37:19 +0000 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2014-10-31 01:37:19 +0000 |
| commit | 88d3054ac072f9c73b0f3f045c59ba74f6730c1d (patch) | |
| tree | 6db7851068908c0640b1ed306d6823871fd3d742 /docs/library/index.rst | |
| parent | 7c4445afe104631d5fe8e7401d50f40f205e35b9 (diff) | |
docs: Import documentation from source-code inline comments.
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
Diffstat (limited to 'docs/library/index.rst')
| -rw-r--r-- | docs/library/index.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/docs/library/index.rst b/docs/library/index.rst new file mode 100644 index 000000000..8a93b8c4d --- /dev/null +++ b/docs/library/index.rst @@ -0,0 +1,35 @@ +Micro Python libraries +====================== + +Python standard libraries +------------------------- + +.. toctree:: + :maxdepth: 1 + + cmath.rst + gc.rst + math.rst + os.rst + select.rst + sys.rst + time.rst + +Micro Python reduced libraries +------------------------------ + +.. toctree:: + :maxdepth: 1 + + usocket.rst + uheapq.rst + ujson.rst + +Libraries specific to the pyboard +--------------------------------- + +.. toctree:: + :maxdepth: 2 + + pyb.rst + network.rst |
