summaryrefslogtreecommitdiff
path: root/docs/library/index.rst
AgeCommit message (Expand)Author
2021-01-25fix doc typosDan Halbert
2021-01-24CIRCUITPY_* switches for JSON, RE, etc. Doc cleanupDan Halbert
2020-12-10Fix some spelling mistakesMike Causer
2020-07-06Fix minor typo in MicroPython libraries pageTyler Crumpton
2018-05-23use shared-bindings struct doc; remove docs/library oneDan Halbert
2018-05-22fix title underlineDan Halbert
2018-05-22add caveat language re MicroPython libraries; other slight changesDan Halbert
2018-05-22RTD documentation updatesDan Halbert
2018-05-14Update docs s/ucollections/collections/gbildzeitung
2018-05-06docs: fix references to uhashlibJeff Epler
2018-05-03docs: fix references to ubinasciiJeff Epler
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2017-08-25Initial merge of micropython v1.9.2 into circuitpython 2.0.0 (in development)...Dan Halbert
2017-08-22docs: Consistently link to micropython-lib in glossary.Paul Sokolovsky
2017-07-03docs/uerrno: Document "uerrno" module.Paul Sokolovsky
2017-07-01reference/index: Rewrite introduction paragraph to avoid confusion.Paul Sokolovsky
2017-06-20Merge tag 'v1.9.1'2.0.0-alpha.0Scott Shawcroft
2017-06-16docs/select: Rename to uselect, to match the actual module name.Paul Sokolovsky
2017-05-15docs/library/index: Add important summary of the intro section as warning.Paul Sokolovsky
2017-04-04docs/library/btree: Add btree module docs.Paul Sokolovsky
2017-03-07docs/library: Add framebuf documentation.Rami Ali
2017-01-23docs: Add documentation for lcd160cr module.Damien George
2017-01-10Merge tag 'v1.8.7'Scott Shawcroft
2017-01-05Update more docs to say CircuitPython and clarify driver support.Scott Shawcroft
2016-11-16docs/library/index: Elaborate on u-modules.Paul Sokolovsky
2016-10-30docs/library/index: Update TOCs so builtins sorted before modules.Paul Sokolovsky
2016-08-07docs/library/index: Include array module in ToC.Paul Sokolovsky
2016-06-09docs/library/index: Add builtins.rst.Paul Sokolovsky
2016-06-02docs/library/index: Fix grammar and spelling in intro paragraph.Damien George
2016-06-02docs/library/index: Add intro paragraph regarding availability of modules.Paul Sokolovsky
2016-05-22docs: esp8266: Include ussl module in the docs.Paul Sokolovsky
2016-05-02docs: _io and _collections were renamed to have standard "u" prefix.Paul Sokolovsky
2016-05-02docs: Add _io module reference.Paul Sokolovsky
2016-05-02docs: Add _collections module reference.Paul Sokolovsky
2016-04-27docs/library: "os" module is actually "uos".Paul Sokolovsky
2016-04-27docs/library/index: Order sections from the most to least standard modules.Paul Sokolovsky
2016-04-27docs/library/index: Make single section for "micro-ified" modules.Paul Sokolovsky
2016-04-27docs/library/index: esp8266 has the same set of stdlibs as pyboard/unix.Paul Sokolovsky
2016-04-27docs/library/index: Move WiPy "micro-libraries" under corresponding heading.Paul Sokolovsky
2016-04-27docs/library: Group MicroPython-specific modules under separate heading.Paul Sokolovsky
2016-04-23docs: esp8266: Include usocket module reference.Paul Sokolovsky
2016-04-22docs/ustruct: There's no complete "struct" module, only "ustruct" subset.Paul Sokolovsky
2016-04-07docs: esp8266: Enable "machine" module docs.Paul Sokolovsky
2016-03-25docs: More standard modules for esp8266.Paul Sokolovsky
2016-03-25docs: Add standard modules list for esp8266.Paul Sokolovsky
2015-10-31docs/library/index.rst: Minimally adapt for unix port.Paul Sokolovsky
2015-10-21docs: Add usocket and ussl modules' documentation.danicampora
2015-10-19docs: Add wipy and network.server documentation.danicampora
2015-10-17docs: Update all WiPy docs to reflect the new API.danicampora