Jeff Epler
|
87d3740c64
|
Merge tag 'v1.16'
|
2021-06-18 10:54:19 -05:00 |
|
Scott Shawcroft
|
f0bb26d70f
|
Merge MicroPython 1.13 into CircuitPython
|
2021-05-04 18:06:33 -07:00 |
|
Mike Causer
|
31ac410a4f
|
docs: Fix some spelling mistakes.
|
2021-05-04 22:58:00 +10:00 |
|
Scott Shawcroft
|
09f7b43c64
|
Merge MicroPython 1.10 into CircuitPython
|
2021-04-21 15:59:17 -07:00 |
|
Jason Neal
|
7ef2f65114
|
docs/library: Add / to indicate positional-only args in library docs.
Removes the confusion of positional-only arguments which have defaults that
look like keyword arguments.
|
2020-01-12 13:44:59 +11:00 |
|
Paul Sokolovsky
|
d251f26688
|
docs/uselect: Describe more aspects of poll.register/modify behavior.
E.g., register() can be called again for the same object, while modify()
will raise exception if object was not register()ed before.
|
2018-10-05 16:57:58 +10:00 |
|
Dan Halbert
|
c76a4d477f
|
remove qemu-arm build; fix docs build bugs
|
2018-07-29 16:47:06 -04:00 |
|
Dan Halbert
|
7c219600a2
|
WIP: after merge; before testing
|
2018-07-11 16:45:30 -04:00 |
|
Damien George
|
0db49c37a4
|
docs: Fix some references and RST markup to eliminate Sphinx warnings.
|
2018-03-15 15:50:51 +11:00 |
|
Scott Shawcroft
|
bf05183158
|
Merge remote-tracking branch 'adafruit/2.x' into merge_2x
|
2018-02-27 15:24:16 -08:00 |
|
Scott Shawcroft
|
20dd3b1e43
|
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
This fixes #345 and fixes #215.
|
2018-02-20 17:34:59 -08:00 |
|
Paul Sokolovsky
|
3ff7040c8a
|
docs/library: Add xrefs to "stream" dictionary entry for many modules.
|
2017-12-04 18:36:20 +02:00 |
|
Paul Sokolovsky
|
4fee35a32c
|
docs/glossary: Describe the callee-owned tuple concept.
|
2017-12-03 15:08:39 +02:00 |
|
Paul Sokolovsky
|
cb9da2279b
|
docs/uselect: ipoll: Fix grammar/wording of one-shot flag description.
|
2017-11-30 20:32:49 +02:00 |
|
Paul Sokolovsky
|
f59c6b48ae
|
docs/uselect: Describe POLLHUP/POLLERR semantics in more details.
Per POSIX, http://pubs.opengroup.org/onlinepubs/9699919799/functions/poll.html
these flags aren't valid in the input eventmask. Instead, they can be
returned in unsolicited manner in the output eventmask at any time.
|
2017-11-26 09:58:19 +02:00 |
|
Paul Sokolovsky
|
067bf849d2
|
docs/uselect: poll: Explicitly specify that no-timeout value is -1.
|
2017-11-23 18:03:32 +02:00 |
|
Paul Sokolovsky
|
328c1e78be
|
docs/uselect: Document one-shot polling mode.
|
2017-10-26 00:30:07 +03:00 |
|
Paul Sokolovsky
|
465d84b7e7
|
docs/library: Add CPython docs xref to each pertinent module.
Cross-reference text/link is implemented as RST substitution, so easy to
consistently.
|
2017-07-02 15:37:31 +03:00 |
|
Paul Sokolovsky
|
871a45dd0c
|
docs/{uselect,ussl,ustruct}: Use markup adhering to latest docs conventions.
|
2017-06-30 14:50:52 +03:00 |
|
Paul Sokolovsky
|
94696973a0
|
docs/select: Rename to uselect, to match the actual module name.
Also, add ipoll() documentation and markup changes to comply with CPython
usage.
|
2017-06-16 11:28:06 +03:00 |
|