| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-08-07 | docs/library/index: Include array module in ToC. | Paul Sokolovsky | |
| 2016-06-09 | docs/library/index: Add builtins.rst. | Paul Sokolovsky | |
| 2016-06-02 | docs/library/index: Fix grammar and spelling in intro paragraph. | Damien George | |
| 2016-06-02 | docs/library/index: Add intro paragraph regarding availability of modules. | Paul Sokolovsky | |
| This introductions makes explicit the fact that whenever possible, the documentation describes full MicroPython functionality, and arbitrary functions/classes/modules may be missing in a paricular port or build. | |||
| 2016-05-22 | docs: esp8266: Include ussl module in the docs. | Paul Sokolovsky | |
| 2016-05-02 | docs: _io and _collections were renamed to have standard "u" prefix. | Paul Sokolovsky | |
| 2016-05-02 | docs: Add _io module reference. | Paul Sokolovsky | |
| 2016-05-02 | docs: Add _collections module reference. | Paul Sokolovsky | |
| 2016-04-27 | docs/library: "os" module is actually "uos". | Paul Sokolovsky | |
| 2016-04-27 | docs/library/index: Order sections from the most to least standard modules. | Paul Sokolovsky | |
| 2016-04-27 | docs/library/index: Make single section for "micro-ified" modules. | Paul Sokolovsky | |
| Even the modules whose names don't start with "u" prefix are micro-ified anyway, i.e. provide only subset of CPython's functionality (and sometimes extensions to it). So, it doesn't make much sense to devide them by criteria of having/not having "u" prefix. | |||
| 2016-04-27 | docs/library/index: esp8266 has the same set of stdlibs as pyboard/unix. | Paul Sokolovsky | |
| 2016-04-27 | docs/library/index: Move WiPy "micro-libraries" under corresponding heading. | Paul Sokolovsky | |
| 2016-04-27 | docs/library: Group MicroPython-specific modules under separate heading. | Paul Sokolovsky | |
| 2016-04-23 | docs: esp8266: Include usocket module reference. | Paul Sokolovsky | |
| 2016-04-22 | docs/ustruct: There's no complete "struct" module, only "ustruct" subset. | Paul Sokolovsky | |
| "ustruct" is good example of micro-ified module, so rather should belong to the corresponding list. | |||
| 2016-04-07 | docs: esp8266: Enable "machine" module docs. | Paul Sokolovsky | |
| The docs are still heavily biased towards WiPy, so will need a lot of exclusions. | |||
| 2016-03-25 | docs: More standard modules for esp8266. | Paul Sokolovsky | |
| 2016-03-25 | docs: Add standard modules list for esp8266. | Paul Sokolovsky | |
| 2015-10-31 | docs/library/index.rst: Minimally adapt for unix port. | Paul Sokolovsky | |
| 2015-10-21 | docs: Add usocket and ussl modules' documentation. | danicampora | |
| 2015-10-19 | docs: Add wipy and network.server documentation. | danicampora | |
| 2015-10-17 | docs: Update all WiPy docs to reflect the new API. | danicampora | |
| 2015-06-13 | esp8266: Fix the documentation for esp.connect() and esp.disconnect() | Radomir Dopieralski | |
| Since the commit that moved those two functions failed to update the documentation, this is a fix for that. | |||
| 2015-06-10 | docs: Add initial draft documentation for the WiPy. | Daniel Campora | |
| This makes all common files "port-aware" using the .. only directive. | |||
| 2015-06-04 | docs: Change "Micro Python" to "MicroPython" in all places in docs. | Damien George | |
| 2015-05-30 | docs: Document esp module for ESP8266. | Radomir Dopieralski | |
| I document as much as I could guess from experiments and reading the code for the ``esp`` module for the ESP8266 port of Micropython. For now the tag has to be set manually with -t option when building, when we have properly split documentation, there will be a separate config file for esp8266 with that the tag "port_esp8266" set. To build use: make SPHINXOPTS="-t port_esp8266" html | |||
| 2015-03-30 | docs: Provide initial documentation for micropython module. | Damien George | |
| 2015-01-08 | docs: Add initial "uctypes" modules docs. WIP. | Paul Sokolovsky | |
| 2014-12-05 | docs: Add quick docs for uzlib. | Paul Sokolovsky | |
| 2014-12-04 | docs: Add skeleton docs for ure module. | Paul Sokolovsky | |
| 2014-12-02 | docs: Add quick docs for ubinascii. | Paul Sokolovsky | |
| 2014-12-02 | docs: Add quick docs for uhashlib. | Paul Sokolovsky | |
| 2014-12-01 | docs: Sort "micro-library" module list alphabetically. | Paul Sokolovsky | |
| 2014-11-02 | docs: Make custom index page; add more docs. | Damien George | |
| 2014-10-31 | docs: Import documentation from source-code inline comments. | Damien George | |
| The inline docs (prefixed with /// in .c files) have been converted to RST format and put in the docs subdirectory. | |||
