summaryrefslogtreecommitdiff
path: root/docs/library/builtins.rst
AgeCommit message (Collapse)Author
2019-06-18Fix references to cpython in builtins documentation.Craig Forbes
2019-01-13Fresh combined checkin of _pixelbuf library.Roy Hooper
2018-05-23typos in builtins.rstDan Halbert
2018-05-22RTD documentation updatesDan Halbert
2018-05-14Initial implementation of supervisor.reload()Roy Hooper
2018-02-20Delete a bunch of docs, drivers and examples not relevant to CircuitPython.Scott Shawcroft
This fixes #345 and fixes #215.
2017-07-02docs/library: Add CPython docs xref to each pertinent module.Paul Sokolovsky
Cross-reference text/link is implemented as RST substitution, so easy to consistently.
2017-07-01docs/builtins: Add AssertionError, SyntaxError, ZeroDivisionError.Paul Sokolovsky
Also, update heading of 1st sections to "Functions and types".
2017-06-24docs/builtins: List builtin exceptions.Paul Sokolovsky
If for nothing else, then at least to cross-reference them.
2017-04-09docs/library/builtins: int: Add notice on byteorder param for to/from_bytes.Paul Sokolovsky
2016-10-25docs/library/builtins: Add docs for delattr and slice.Damien George
2016-08-02docs: Spelling mistakesMike Causer
2016-06-09docs/builtins: Enumerate all builtin functions implemented.Paul Sokolovsky
Based on unix version. No descriptions so far.