Resolve "Add docs"
GeoSpatialTools
distance_metrics.py +2 -0
great_circle.py +6 -1
kdtree.py +7 -1
neighbours.py +5 -1
octtree.py +9 -0
quadtree.py +5 -1
docs
Documentation.pdf +0 -0
Documentation.tex +1893 -0
Makefile +20 -0
authors.rst +13 -0
conf.py +100 -0
getting_started.rst +28 -0
index.rst +24 -0
introduction.rst +7 -0
make.bat +35 -0
users_guide.rst +21 -0
.gitignore +2 -0
pyproject.toml +9 -1
+ 6
- 1
+ 7
- 1
+ 5
- 1
+ 9
- 0