summaryrefslogtreecommitdiff
path: root/docs/library/btree.rst
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-02-20 17:34:59 -0800
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-02-20 17:34:59 -0800
commit20dd3b1e434f57a0609fd5306f47863396d1022e (patch)
tree47d7be30787716fcd95e01723942cdff06b0bd85 /docs/library/btree.rst
parentee90056866d2a8a1e0eec21f0ce5c60b741ea411 (diff)
Delete a bunch of docs, drivers and examples not relevant to CircuitPython.
This fixes #345 and fixes #215.
Diffstat (limited to 'docs/library/btree.rst')
-rw-r--r--docs/library/btree.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/library/btree.rst b/docs/library/btree.rst
index 9322d32e6..cdc4b42cf 100644
--- a/docs/library/btree.rst
+++ b/docs/library/btree.rst
@@ -1,6 +1,8 @@
:mod:`btree` -- simple BTree database
=====================================
+.. include:: ../templates/unsupported_in_circuitpython.inc
+
.. module:: btree
:synopsis: simple BTree database
@@ -78,7 +80,7 @@ Functions
.. function:: open(stream, \*, flags=0, cachesize=0, pagesize=0, minkeypage=0)
- Open a database from a random-access `stream` (like an open file). All
+ Open a database from a random-access ``stream`` (like an open file). All
other parameters are optional and keyword-only, and allow to tweak advanced
parameters of the database operation (most users will not need them):