diff --git a/docs/src/index.md b/docs/src/index.md index 17dbd9e..40a489c 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -1,9 +1,8 @@ # SpatialGraphs.jl -SpatialGraphs.jl introduces the `AbstractSpatialGraph`. An `AbstractSptialGraph` is an `AbstractGraph` -are a subtype of `Graphs.AbstractGraph`, and can be weighted or directed. +SpatialGraphs.jl introduces the `AbstractSpatialGraph`, which is a subtype of `Graphs.AbstractGraph`. SpatialGraphs.jl turns spatial data into graphs, which enables users to leverage the vast -functionality of Graphs.jl to analyze landscape connectivity, hydrology, and other spatial +functionality of Graphs.jl and other graph packages to analyze landscape connectivity, hydrology, and other spatial network processes. This package implements the Graphs.jl interface, so methods from Graphs.jl work right out of the box. Go to [Graph Types](@ref graph_types) for more details on the graph types implemented in this package.