Skip to content

Commit b9b1f06

Browse files
authored
update index.md in docs
1 parent 7fe3d3a commit b9b1f06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/src/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SpatialGraphs.jl
22

3-
SpatialGraphs.jl introduces the `AbstractSpatialGraph`. `AbstractSpatialGraphs`
3+
SpatialGraphs.jl introduces the `AbstractSpatialGraph`. An `AbstractSptialGraph` is an `AbstractGraph`
44
are a subtype of `Graphs.AbstractGraph`, and can be weighted or directed.
5-
SpatialGraphs.jl is useful for turning spatial data into graphs. This can be
6-
useful for landscape connectivity analysis, hydrology, and other spatial
7-
network processes. AbstractSpatialGraphs are AbstractGraphs, so methods from
8-
Graphs.jl work right out of the box. Go to [Graph Types](@ref graph_types)
5+
SpatialGraphs.jl turns spatial data into graphs, which enables users to leverage the vast
6+
functionality of Graphs.jl to analyze landscape connectivity, hydrology, and other spatial
7+
network processes. This package implements the Graphs.jl interface, so methods
8+
from Graphs.jl work right out of the box. Go to [Graph Types](@ref graph_types)
99
for more details on the graph types implemented in this package.
1010

1111
### Table of Contents

0 commit comments

Comments
 (0)