micropython/docs/library
Paul Sokolovsky 8b7d311595 reference/index: Rewrite introduction paragraph to avoid confusion.
The old intro talked about "differences", but there were hardly any
sections describing differences, mostly MicroPython specific features.
On the other hand, we now have real "differences" chapter, though it's
mostly concerned with stdlib differences.

So, try to avoid confusion by changing wording and linking to the other
chapters and contrasting them with what is described in "MicroPython
language".
2017-07-01 22:09:40 +03:00
..
array.rst
btree.rst docs/btree: Use markup adhering to the latest conventions. 2017-06-25 00:17:18 +03:00
builtins.rst docs/builtins: List builtin exceptions. 2017-06-24 23:45:38 +03:00
cmath.rst
esp.rst docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. 2017-06-27 00:38:05 +03:00
framebuf.rst docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions. 2017-06-29 02:22:14 +03:00
gc.rst docs/library/gc: Fix grammar and improve readability of gc.threshold(). 2017-06-26 15:25:51 +10:00
index.rst reference/index: Rewrite introduction paragraph to avoid confusion. 2017-07-01 22:09:40 +03:00
lcd160cr.rst docs/lcd160cr: Group related constants together. Use full sentences. 2017-06-25 13:28:23 +03:00
machine.ADC.rst
machine.I2C.rst docs/machine*: Use markup adhering to the latest docs conventions. 2017-06-25 13:30:29 +03:00
machine.Pin.rst docs/machine.Pin: Add on() and off() methods. 2017-05-29 20:56:13 +03:00
machine.RTC.rst
machine.SD.rst various: Spelling fixes 2017-05-29 11:36:05 +03:00
machine.SPI.rst
machine.Signal.rst
machine.Timer.rst
machine.UART.rst docs/machine*: Use markup adhering to the latest docs conventions. 2017-06-25 13:30:29 +03:00
machine.WDT.rst
machine.rst docs/machine*: Use markup adhering to the latest docs conventions. 2017-06-25 13:30:29 +03:00
math.rst
micropython.rst docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. 2017-06-28 00:37:47 +03:00
network.rst docs/network: Use markup adhering to the latest docs conventions. 2017-06-26 00:37:30 +03:00
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
pyb.RTC.rst
pyb.SPI.rst
pyb.Servo.rst
pyb.Switch.rst stmhal: Add .value() method to Switch object, to mirror Pin and Signal. 2017-06-15 17:34:51 +10:00
pyb.Timer.rst
pyb.UART.rst
pyb.USB_HID.rst
pyb.USB_VCP.rst
pyb.rst docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. 2017-06-27 00:38:05 +03:00
sys.rst docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. 2017-06-28 00:37:47 +03:00
ubinascii.rst docs/{esp,pyb,ubinascii}: Use markup adhering to the latest docs conventions. 2017-06-27 00:38:05 +03:00
ucollections.rst
uctypes.rst
uhashlib.rst various: Spelling fixes 2017-05-29 11:36:05 +03:00
uheapq.rst
uio.rst
ujson.rst
uos.rst docs/{micropython,sys,uos}: Use markup adhering to the latest docs conventions. 2017-06-28 00:37:47 +03:00
ure.rst
uselect.rst docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions. 2017-06-30 14:50:52 +03:00
usocket.rst docs/{framebuf,usocket}: Use markup adhering to the latest docs conventions. 2017-06-29 02:22:14 +03:00
ussl.rst docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions. 2017-06-30 14:50:52 +03:00
ustruct.rst docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions. 2017-06-30 14:50:52 +03:00
utime.rst docs/utime: Use markup adhering to the latest conventions. 2017-06-25 00:54:38 +03:00
uzlib.rst
wipy.rst