Dan Halbert
|
bc760dd341
|
WIP: complete manual inspection of all significant changes
|
2018-07-23 21:34:25 -04:00 |
Dan Halbert
|
7c219600a2
|
WIP: after merge; before testing
|
2018-07-11 16:45:30 -04: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 |
Damien George
|
e05fca4ef3
|
docs/library/ujson: Document dump() and load() functions.
|
2018-02-15 11:37:48 +11:00 |
Damien George
|
9e8b7b1b63
|
docs/library/ujson: Update to conform with docs conventions.
The formatting of exception objects is done as per CPython conventions, eg:
:exc:`TypeError`
|
2018-02-15 11:31:34 +11: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 |
Damien George
|
a58713a899
|
docs: Cleanup and update some docs.
|
2014-10-31 22:21:37 +00:00 |
Damien George
|
88d3054ac0
|
docs: Import documentation from source-code inline comments.
The inline docs (prefixed with /// in .c files) have been converted to
RST format and put in the docs subdirectory.
|
2014-10-31 01:37:19 +00:00 |