Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs/library/index: Include array module in ToC. | Paul Sokolovsky | 2016-08-07 |
| | |||
* | docs/array: Document array module. | Paul Sokolovsky | 2016-08-07 |
| | |||
* | docs: Spelling mistakes | Mike Causer | 2016-08-02 |
| | |||
* | docs/library: Fix typo in docs for usocket.listen(). | Martin Müller | 2016-06-26 |
| | |||
* | docs/sys: print_exception: Fixes/clarifications. | Paul Sokolovsky | 2016-06-18 |
| | |||
* | docs/select: Add an article. | Paul Sokolovsky | 2016-06-18 |
| | |||
* | docs/sys: Detailed description of print_exception() diff from traceback module. | Paul Sokolovsky | 2016-06-10 |
| | |||
* | docs/uctypes: Improve documentation. | Paul Sokolovsky | 2016-06-09 |
| | | | | Seealso and Limitations sectiosn added, better formatting and grammar. | ||
* | docs/machine*: Remove explicit targets and "machine." prefixes on classes. | Paul Sokolovsky | 2016-06-09 |
| | | | | | With currentmodule:: set properly, none are needed. Extra "machine." prefix produces wrong indexing data. | ||
* | docs/machine.Pin: Disambiguate object call method. | Paul Sokolovsky | 2016-06-09 |
| | |||
* | docs/library/index: Add builtins.rst. | Paul Sokolovsky | 2016-06-09 |
| | |||
* | docs/builtins: Enumerate all builtin functions implemented. | Paul Sokolovsky | 2016-06-09 |
| | | | | Based on unix version. No descriptions so far. | ||
* | docs/pyb.Pin: Sort .af() and .af_list() methods together. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/pyb.*: Use proper class case in method headers. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Class designator will be used as is in indexes, so must match actual class name. | ||
* | docs/pyb.ExtInt,pyb.Pin: Mark up class methods as such. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/pyb.Pin: af_list() is a normal method, not a class method. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/pyb.CAN: Mark CAN.initfilterbanks() as classmethod explicitly. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/machine.Pin: Add class designator to all constants. | Paul Sokolovsky | 2016-06-08 |
| | | | | | This makes rendered docs to not provide incorrect information and consistent with how it's down for other machine classes. | ||
* | docs/machine.*: Use proper class case in method headers. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Class designator will be used as is in indexes, so must match actual class name. | ||
* | docs/machine.UART: Cleanup pyboard section. | Paul Sokolovsky | 2016-06-08 |
| | |||
* | docs/machine.Pin: Remove explicit target. | Paul Sokolovsky | 2016-06-08 |
| | | | | | With currentmodule:: support, all targets should be generated properly by Sphinx. | ||
* | docs/pyb.*: Add "currentmodule:: pyb" directive. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Makes sure that classes described in these separate files are properly designated as belonging to "pyb" module in indexes. | ||
* | docs/machine.*: Add "currentmodule:: machine" directive. | Paul Sokolovsky | 2016-06-08 |
| | | | | | Makes sure that classes described in these separate files are properly designated as belonging to "machine" module in indexes. | ||
* | docs/library/machine.Pin: Mention GPIO and cross-link .value() function. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/usocket: There must be empty line after .only:: . | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/ure: Typo fix. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/esp.socket: Remove unused file. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | docs/library/network: wipy: Fix literal block indentation. | Paul Sokolovsky | 2016-06-07 |
| | |||
* | 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 | 2016-06-02 |
| | | | | | | 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. | ||
* | docs: math, cmath: Add port availability information. | Paul Sokolovsky | 2016-06-01 |
| | |||
* | docs/math: Typo fix. | Paul Sokolovsky | 2016-06-01 |
| | |||
* | docs/library/machine: Add documentation for machine.time_pulse_us. | Damien George | 2016-05-31 |
| | |||
* | stmhal/dac: DAC deinit() method added. | Peter Hinch | 2016-05-31 |
| | |||
* | docs/machine: Make disable_irq and enable_irq docs available for all. | Damien George | 2016-05-26 |
| | |||
* | docs: esp8266: Include ussl module in the docs. | Paul Sokolovsky | 2016-05-22 |
| | |||
* | docs/ussl: Add basic description of axTLS-based modussl. | Paul Sokolovsky | 2016-05-22 |
| | | | | | In particular, disclose the fact that server certificates are not validated. | ||
* | docs/ustruct: Describe supported type codes. | Paul Sokolovsky | 2016-05-14 |
| | |||
* | docs/machine.UART: Filter out unimplemented UART methods from esp8266 docs. | Radomir Dopieralski | 2016-05-07 |
| | |||
* | docs/library/machine.Pin: Update pin docs to reflect ESP8266 support. | Damien George | 2016-05-03 |
| | |||
* | docs/machine: idle() description generalization. | Paul Sokolovsky | 2016-05-03 |
| | |||
* | docs/machine: More generic description of sleep's, WiPy details to its genref. | Paul Sokolovsky | 2016-05-03 |
| | |||
* | docs/machine: Move WiPy-specific hardware details to its general reference. | Paul Sokolovsky | 2016-05-03 |
| | |||
* | docs/machine: Generalize docs from just WiPy to other ports. | Paul Sokolovsky | 2016-05-03 |
| | |||
* | docs/network: esp8266: MAC address is set via .config() method. | Paul Sokolovsky | 2016-05-03 |
| | |||
* | docs: Use getaddrinfo() result in easy way. | Paul Sokolovsky | 2016-05-03 |
| | | | | Instead of extracting 4th element, extact last. Much easier to remember! | ||
* | docs/library/machine.I2C: Update to reflect ESP8266 implementation. | Damien George | 2016-05-02 |
| | | | | | | This machine.I2C documentation is now closer to a more port-neutral description, although there are still differences between WiPy and ESP8266. | ||
* | docs: _io and _collections were renamed to have standard "u" prefix. | Paul Sokolovsky | 2016-05-02 |
| | |||
* | stmhal, cc3200: Change i2c.scan() method to scan addresses 0x08-0x77. | Damien George | 2016-05-02 |
| | | | | | | A standard I2C address is 7 bits but addresses 0b0000xxx and 0b1111xxx are reserved. The scan() method is changed to reflect this, along with the docs. | ||
* | docs: Add _io module reference. | Paul Sokolovsky | 2016-05-02 |
| |