Skip to content

Commit

Permalink
Add miscellaneous documentation for exceptions and finder module
Browse files Browse the repository at this point in the history
  • Loading branch information
mwtoews committed Jan 19, 2024
1 parent 40fc060 commit e67224a
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Documentation
install
tutorial
class
misc
changes
performance
history
Expand Down
16 changes: 16 additions & 0 deletions docs/source/misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.. _misc:

Miscellaneous Documentation
------------------------------------------------------------------------------

Exceptions
==========

.. autoexception:: rtree.exceptions.RTreeError
:members:

Finder module
=============

.. automodule:: rtree.finder
:members:
5 changes: 1 addition & 4 deletions rtree/finder.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
"""
finder.py
------------
Locate `libspatialindex` shared library by any means necessary.
Locate `libspatialindex` shared library and header files.
"""
from __future__ import annotations

Expand Down

0 comments on commit e67224a

Please sign in to comment.