summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-05-15Merge branch 'master' of github.com:adafruit/circuitpythonRoy Hooper
2018-05-14Initial implementation of supervisor.reload()Roy Hooper
2018-05-14Merge pull request #834 from khawley/docs-makefile-fixesScott Shawcroft
2018-05-14Update docs s/ucollections/collections/gbildzeitung
2018-05-14Cleaning up and fixing the docs generation Makefile and README instructionsKarin Hawley
2018-05-06docs: fix references to uhashlibJeff Epler
2018-05-03docs: fix references to ubinasciiJeff Epler
2018-03-27Add four missing driversScott Shawcroft
2018-03-07moved to top of list for alphabetical orderKattni
2018-03-07Added AM2320 to driver listKattni
2018-03-06Merge pull request #659 from tannewt/driver_page_updateKattni
2018-03-06Fix links. Adding the en/latest/ circumvents a ReadTheDocs bugScott Shawcroft
2018-03-06Update driver links including categories!Scott Shawcroft
2018-02-27Remove bad c2rst and fix the other for sphinx 1.7.1Scott Shawcroft
2018-02-27Merge remote-tracking branch 'adafruit/2.x' into merge_2xScott Shawcroft
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2018-02-11Magnetometer values are also 3d vector of uTMika Tuupola
2018-02-08More formalScott Shawcroft
2018-02-08Changes based on feedback in #600.Scott Shawcroft
2018-02-07Clarify style of attribute comments in the Design Guide.Scott Shawcroft
2018-01-08Fix sensor table. (#517)Scott Shawcroft
2018-01-04Merge pull request #510 from dhalbert/3.0_merge_2.2.0Dan Halbert
2018-01-02Changing magnetic attribute in design guide (#502)Dan Conley
2018-01-02merge from 2.2.0 + fix up board defsDan Halbert
2017-12-14Documentation Updates (mcu.delay() and Design Guide) (#481)sommersoft
2017-12-02fix markdown-styled link in design_guide.rstChristopher Hiller
2017-11-14Update info about erasing CIRCUITPY to include flash erasers for non-… (#427)Dan Halbert
2017-11-02Merge tag 'v1.9.3'Scott Shawcroft
2017-11-01docs: Bump version to 1.9.3.v1.9.3Damien George
2017-10-31docs/ure: Add "|" (alternative) to the list of supported operators.Paul Sokolovsky
2017-10-31docs/usocket: Document that settimeout() isn't supported by all ports.Paul Sokolovsky
2017-10-30docs/esp8266/general: Add section on TLS limitations.Paul Sokolovsky
2017-10-30docs/ussl: Fix module name refs and use "MicroPython port" term.Paul Sokolovsky
2017-10-30docs/reference/isr_rules: Minor typo correction.Yuval Langer
2017-10-27docs/library/network: Add dhcp_hostname parameterJoar Wandborg
2017-10-27docs/usocket: Document inet_ntop(), inet_pton().Paul Sokolovsky
2017-10-26docs/usocket: Elaborate descriptions.Paul Sokolovsky
2017-10-25updated I2C example (#371)Carter Nelson
2017-10-25Merge pull request #369 from tannewt/nrf2_mergeDan Halbert
2017-10-26docs/uselect: Document one-shot polling mode.Paul Sokolovsky
2017-10-25update light/lux and eCO2 + TVOCLimor "Ladyada" Fried
2017-10-24Merge commit 'f869d6b2e339c04469c6c9ea3fb2fabd7bbb2d8c' into nrf2_mergeScott Shawcroft
2017-10-16docs/library/network: Update docs to state that W5500 is supported.Damien George
2017-10-16stm32/modnwwiznet5k: Implement WIZNET5K.isconnected() method.Damien George
2017-10-11docs/library: Add missing cross-ref links for classes in pyb module.Mike Causer
2017-10-10docs/esp8266/quickref: Add quickref info for RTC class.Mike Causer
2017-10-10docs/pyboard/tutorial: Update now that yellow LED also supports PWM.Mike Causer
2017-10-10docs/pyboard/quickref: Add info for Switch, RTC, CAN, Accel classes.Mike Causer
2017-10-09docs/library/network: Clarify usage of "bssid" arg in connect() method.Damien George
2017-10-08Update pwm.rstAlex Vasylenko