summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2018-03-09docs/reference/repl.rst: Fix some minor errors in the REPL tutorial.Damien George
2018-03-07moved to top of list for alphabetical orderKattni
2018-03-07Added AM2320 to driver listKattni
2018-03-07docs/library/uos: Document mount, umount, VfsFat and block devices.Damien George
2018-03-07docs/library/uos: Create sections for distinct parts and document uname.Damien George
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-03-05docs/library/micropython: Describe optimisation levels for opt_level().Damien George
2018-03-05docs/library/usocket: Make xref to uerrno explicitly a module reference.Damien George
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-26esp8266/modnetwork: Implement WLAN.status('rssi') for STA interface.Damien George
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
2018-02-15docs/library/ujson: Document dump() and load() functions.Damien George
2018-02-15docs/library/ujson: Update to conform with docs conventions.Damien George
2018-02-15docs/esp8266: Add a note concerning GPIO16 pull capabilities.Olivier Ortigues
2018-02-15docs/esp8266: Update PWM doc regarding clipping of min/max values.Olivier Ortigues
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-02-01docs/library/pyb.rst: Add note about availability of USB MSC-only mode.Damien George
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-23docs/library/index: Elaborate uPy libraries intro.Paul Sokolovsky
2017-12-16docs/packages: Explicitly recommend usage of setuptools instead of distutils.Paul Sokolovsky
2017-12-16docs/packages: Use "install_dir/" in examples.Paul Sokolovsky
2017-12-16docs/conf: Reference CPython 3.5 docs.Paul Sokolovsky
2017-12-15docs/glossary: micropython-lib: Clarify wording.Paul Sokolovsky
2017-12-14Documentation Updates (mcu.delay() and Design Guide) (#481)sommersoft
2017-12-14docs/packages: mpy_bin2res no longer required to create resources.Paul Sokolovsky
2017-12-14extmod/modframebuf: Add 8-bit greyscale format (GS8).Damien George
2017-12-14extmod/modframebuf: Add 2-bit color format (GS2_HMSB).Petr Viktorin
2017-12-13docs/esp8266/tutorial: Fix typo, change -> changed.Ryan Finnie
2017-12-13docs/packages: Add quick "Creating distribution packages" section.Paul Sokolovsky
2017-12-11docs/reference/packages: Add chapter on distribution packages and deployment.Paul Sokolovsky
2017-12-06docs/glossary: Clarify wording for "baremetal".Paul Sokolovsky
2017-12-04docs/library: Add xrefs to "stream" dictionary entry for many modules.Paul Sokolovsky
2017-12-04docs/glossary: Describe string interning.Paul Sokolovsky
2017-12-03docs/glossary: Describe "stream" term.Paul Sokolovsky
2017-12-03docs/uerrno: Fix xref-vs-code markup.Paul Sokolovsky
2017-12-03docs/glossary: Describe the callee-owned tuple concept.Paul Sokolovsky
2017-12-02fix markdown-styled link in design_guide.rstChristopher Hiller
2017-11-30docs/uselect: ipoll: Fix grammar/wording of one-shot flag description.Paul Sokolovsky
2017-11-30docs/library/utime: Fix incorrect example with ticks_diff args order.Paul Carver
2017-11-26docs/uselect: Describe POLLHUP/POLLERR semantics in more details.Paul Sokolovsky
2017-11-25docs/uctypes: Tweak descriptor reference to hopefully be easier to follow.Paul Sokolovsky