| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-04 | docs: Remove spaces on lines that are empty. | Damien George | |
| 2019-05-20 | docs/pyboard/quickref: Refer to new machine.I2C instead of old pyb.I2C. | Damien George | |
| On stm32 boards, machine.I2C is now preferred over pyb.I2C. | |||
| 2019-03-13 | docs/pyboard: Make pyboard v1.1 pinout the default shown in quickref. | johnthagen | |
| 2018-10-01 | docs: Unify all the ports into one set of documentation. | Damien George | |
| With this commit there is now only one entry point into the whole documentation, which describes the general MicroPython language, and then from there there are links to information about specific platforms/ports. This commit doesn't change content (almost, it does fix a few internal links), it just reorganises things. | |||
| 2018-07-10 | docs/pyboard: For latex build, use smaller quickref jpg, and no gifs. | Damien George | |
| The latexpdf target needs images that fit on the page, and does not support gifs. | |||
| 2017-10-10 | docs/pyboard/quickref: Add info for Switch, RTC, CAN, Accel classes. | Mike Causer | |
| 2017-01-18 | docs: Fix some minor spelling mistakes. | Mike Causer | |
| paramter -> parameter send a receive -> send and receive repsonse -> response particualr -> particular constructore -> constructor | |||
| 2016-11-08 | docs/*/quickref.rst: Use new semantics of ticks_diff() | puuu | |
| 2016-08-29 | docs/pyboard/quickref: Add section on "delay and timing" for utime mod. | Damien George | |
| And remove reference to deprecated pyb.delay() and pyb.millis(). | |||
| 2016-08-29 | docs/pyboard/quickref: Add links to pinouts for other pyboard variants. | Damien George | |
| 2015-06-16 | docs: Add more documentation for the CC3200 in the pyb module. | Daniel Campora | |
| 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: Generate a separate docs build for each port. | Daniel Campora | |
| Using Damien's approach where conf.py and topindex.html are shared by all ports. | |||
