micropython/docs/library
Christopher Arndt 9b80a1e3e9 utime module documentation fixes and cleanup:
* Fix mis-spelling of `ticks_add` in code examples.
* Be consistent about parentheses after function names.
* Be consistent about formatting of function, variable and constant names.
* Be consistent about spaces and punctuation.
* Fix some language errors (missing or wrong words, wrong word order).
* Keep line length under 90 chars.

Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
2017-03-17 20:45:08 +03:00
..
array.rst
builtins.rst
cmath.rst
esp.rst docs/library/esp: Remove para and add further warning about flash. 2017-01-06 18:32:49 +11:00
framebuf.rst docs/library/framebuf: Fix typo in bit-width for MVLSB description. 2017-03-15 21:54:56 +11:00
gc.rst
index.rst docs/library: Add framebuf documentation. 2017-03-07 18:16:46 +11:00
lcd160cr.rst docs/library/lcd160cr: Add link to framebuf page. 2017-03-07 18:17:40 +11:00
machine.ADC.rst
machine.I2C.rst
machine.Pin.rst
machine.RTC.rst
machine.SD.rst
machine.SPI.rst docs: Fix some minor spelling mistakes. 2017-01-18 15:30:31 +11:00
machine.Timer.rst docs/machine: Add explicit note on machine module level and scope. 2017-01-28 12:08:25 +03:00
machine.UART.rst
machine.WDT.rst
machine.rst docs/machine: Fix formatting of Constants section. 2017-02-28 00:38:15 +03:00
math.rst
micropython.rst
network.rst
pyb.ADC.rst
pyb.Accel.rst
pyb.CAN.rst
pyb.DAC.rst
pyb.ExtInt.rst
pyb.I2C.rst
pyb.LCD.rst
pyb.LED.rst
pyb.Pin.rst docs/library/pyb.Pin: Minor typo fix, B6 should be A0. 2017-02-13 11:52:44 +11:00
pyb.RTC.rst
pyb.SPI.rst
pyb.Servo.rst
pyb.Switch.rst
pyb.Timer.rst
pyb.UART.rst
pyb.USB_HID.rst
pyb.USB_VCP.rst
pyb.rst stmhal: Add pyb.fault_debug() function, to control hard-fault behaviour. 2017-02-06 13:22:17 +11:00
select.rst
sys.rst
ubinascii.rst
ucollections.rst
uctypes.rst
uhashlib.rst docs/uhashlib: Provide port-neutral description. 2017-02-26 00:55:33 +03:00
uheapq.rst
uio.rst docs/uio: Typo fixes/lexical improvements. 2017-01-29 16:18:33 +03:00
ujson.rst
uos.rst docs/uos: Remove mention of uos.sep. 2017-02-14 13:14:46 +03:00
ure.rst
usocket.rst docs/usocket: Dedent Methods section. 2017-01-28 15:49:54 +03:00
ussl.rst
ustruct.rst
utime.rst utime module documentation fixes and cleanup: 2017-03-17 20:45:08 +03:00
uzlib.rst
wipy.rst