Skip to content

Commit 0493cf6

Browse files
committed
Fix end-of-file
1 parent ce4c8d0 commit 0493cf6

File tree

7 files changed

+1
-8
lines changed

7 files changed

+1
-8
lines changed

DEPENDENCIES.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,3 @@
22
- setuptools
33
- libspatialindex C library 1.8.5+:
44
https://libspatialindex.org/
5-

ci/install_libspatialindex.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ rmdir /Q /S bin
2525

2626
dir %~dp0\..\rtree\
2727
dir %~dp0\..\rtree\lib
28-
29-

docs/source/changes.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,3 @@ available as a result of this refactoring.
122122
- Change license to LGPL.
123123
- Moved from Pleiades to GIS-Python repo.
124124
- Initial release.
125-

docs/source/history.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ and can now evolve separately. Rtree is pure Python as of 0.6.0+.
4444
.. _`R-trees`: http://en.wikipedia.org/wiki/R-tree
4545
.. _`ctypes`: http://docs.python.org/library/ctypes.html
4646
.. _`libspatialindex`: https://libspatialindex.org/
47-
.. _`Rtree`: http://rtree.github.com
47+
.. _`Rtree`: http://rtree.github.com

docs/source/install.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,3 @@ is as easy as::
4343
.. _`Rtree`: http://pypi.python.org/pypi/Rtree/
4444

4545
.. _`libspatialindex`: https://libspatialindex.org/
46-

docs/source/performance.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,3 @@ Use the correct query method
7575
Use :py:meth:`~rtree.index.Index.count` if you only need a count and
7676
:py:meth:`~rtree.index.Index.intersection` if you only need the ids.
7777
Otherwise, lots of data may potentially be copied.
78-

tests/rungrind.dist

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
#!/bin/sh
22
valgrind --tool=memcheck --leak-check=yes --suppressions=/home/sean/Projects/valgrind-python.supp python test_doctests.py
3-

0 commit comments

Comments
 (0)