Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs/library: Add CPython docs xref to each pertinent module. | Paul Sokolovsky | 2017-07-02 |
| | | | | | Cross-reference text/link is implemented as RST substitution, so easy to consistently. | ||
* | docs/utime: Use markup adhering to the latest conventions. | Paul Sokolovsky | 2017-06-25 |
| | |||
* | various: Spelling fixes | Ville Skyttä | 2017-05-29 |
| | |||
* | docs/utime: Deconditionalize description of sleep(). | Paul Sokolovsky | 2017-04-09 |
| | |||
* | docs/utime: De-conditionalize description of sleep_ms() and friends. | Paul Sokolovsky | 2017-04-05 |
| | | | | These are basic MicroPython API, and all ports should implement them. | ||
* | utime module documentation fixes and cleanup: | Christopher Arndt | 2017-03-17 |
| | | | | | | | | | | | * 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> | ||
* | docs/utime: Add docs for ticks_add(), improvements for other ticks_*(). | Paul Sokolovsky | 2016-11-01 |
| | |||
* | docs/utime: Remove only:: for ticks_diff(). | Paul Sokolovsky | 2016-11-01 |
| | | | | | | It's mandatory function which should be present in every port. Even if it's not, in the stdlib intro we waarn users that a particular port can lack anything of described in the docs. | ||
* | docs/utime: Describe new semantics of ticks_diff() (signed ring arithmetics). | Paul Sokolovsky | 2016-10-31 |
| | |||
* | docs/utime: Document ticks_cpu() in more detail. | Paul Sokolovsky | 2016-10-30 |
| | | | | Also, drop ::only directive. | ||
* | docs: Spelling mistakes | Mike Causer | 2016-08-02 |
| | |||
* | docs/utime: Clarify module purpose. | Paul Sokolovsky | 2016-05-01 |
| | |||
* | docs/library/utime: Elaborate on epochs and calendar time maintenance. | Paul Sokolovsky | 2016-05-01 |
| | |||
* | docs/library: Consistently use admonitions for CPython differences. | Paul Sokolovsky | 2016-04-27 |
| | |||
* | docs/utime: Describe sleep() peculiarities in MicroPython. | Paul Sokolovsky | 2016-04-27 |
| | | | | Not all ports accept floating-point value. | ||
* | docs/utime: Describe time() peculiarities in MicroPython. | Paul Sokolovsky | 2016-04-27 |
| | |||
* | docs/library/utime: Add more time functions for unix and esp8266 ports. | Damien George | 2016-04-27 |
| | |||
* | docs: Fix uos and utime heading underlines to be the correct length. | Damien George | 2016-04-27 |
| | | | | Otherwise Sphinx gives a warning. | ||
* | docs: Module "time" is actually "utime". | Paul Sokolovsky | 2016-04-27 |