summaryrefslogtreecommitdiff
path: root/docs/library/btree.rst
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2018-02-21 20:14:46 -0500
committerGitHub <noreply@github.com>2018-02-21 20:14:46 -0500
commit419920987c2e9473ec7b75064506b9acbb696ddd (patch)
tree758b72f0948e9894d4de03fe967e727da34038bc /docs/library/btree.rst
parentee90056866d2a8a1e0eec21f0ce5c60b741ea411 (diff)
parente667bdfe0583909c1a6fd7789ab5605f010d3005 (diff)
Merge pull request #632 from tannewt/delete_out_of_date
Delete out of date docs, drivers and examples
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):