Skip to content

Commit

Permalink
Doc updates (#297)
Browse files Browse the repository at this point in the history
* Updated ZODB info to provide link to python example (current version didn't give any python code)
* Noted that pickling is currently broken and provided a link

---------

Co-authored-by: Mike Taves <[email protected]>
  • Loading branch information
codeananda and mwtoews authored Jan 18, 2024
1 parent d816ef2 commit afbc496
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source/performance.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ Override :py:data:`~rtree.index.Index.dumps` to use the highest pickle protocol
... return cPickle.dumps(obj, -1)
>>> r = FastRtree()

.. topic:: Update from January 2024

Pickling is currently broken and awaiting a pull requst to fix it.
For more information, see the `pull request on GitHub`_.

.. _pull request on GitHub: https://github.com/Toblerity/rtree/pull/197

Use objects='raw'
...............................................................................
Expand Down
6 changes: 5 additions & 1 deletion docs/source/tutorial.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,11 @@ ZODB and Custom Storages
..............................................................................

https://mail.zope.org/pipermail/zodb-dev/2010-June/013491.html contains a custom
storage backend for `ZODB`_
storage backend for `ZODB`_ and you can find example python code `here`_. Note
that the code was written in 2011, hasn't been updated and was only an alpha
version.

.. _here: https://github.com/Toblerity/zope.index.rtree

.. _ZODB: http://www.zodb.org/

Expand Down

0 comments on commit afbc496

Please sign in to comment.