index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
library
/
btree.rst
Age
Commit message (
Collapse
)
Author
2020-10-20
docs/library/btree.rst: Correct method typo: __detitem__ to __delitem__.
Howard Lovatt
2020-08-21
docs: Change `\*` to `*` in argument lists.
Zenix27
Latest versions of Sphinx (at least 3.1.0) do not need the `*` escaped and will render the `\` in the output if it is there, so remove it. Fixes issue #6209.
2020-01-12
docs/library: Add / to indicate positional-only args in library docs.
Jason Neal
Removes the confusion of positional-only arguments which have defaults that look like keyword arguments.
2017-12-04
docs/library: Add xrefs to "stream" dictionary entry for many modules.
Paul Sokolovsky
2017-09-17
docs/btree: Describe page caching policy of the underlying implementation.
Paul Sokolovsky
2017-06-25
docs/btree: Use markup adhering to the latest conventions.
Paul Sokolovsky
2017-06-11
docs/btree: Typo/wording fixes.
Paul Sokolovsky
2017-06-11
docs/btree: Add hints about opening db file and need to flush db.
Paul Sokolovsky
2017-05-29
various: Spelling fixes
Ville Skyttä
2017-04-04
docs/library/btree: Add btree module docs.
Paul Sokolovsky