Skip to content

Commit

Permalink
Added disk serialization is broken as of Jan 2024 message to index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
codeananda committed Feb 13, 2024
1 parent 0f98826 commit d8b19a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ user. These features include:
* Clustered indexes (store Python pickles directly with index entries)
* Bulk loading
* Deletion
* Disk serialization
* Disk serialization (`currently broken as of Jan 2024`_)
* Custom storage implementation (to implement spatial indexing in ZODB, for example)

These features do not include:
Expand Down Expand Up @@ -48,6 +48,7 @@ Documentation
* :ref:`modindex`
* :ref:`search`

.. _`currently broken as of Jan 2024`: https://github.com/Toblerity/rtree/pull/197
.. _`R-trees`: https://en.wikipedia.org/wiki/R-tree
.. _`ctypes`: https://docs.python.org/3/library/ctypes.html
.. _`libspatialindex`: https://libspatialindex.org
Expand Down

0 comments on commit d8b19a1

Please sign in to comment.