Skip to content

Commit 2864c6b

Browse files
author
Vincent Landau
committed
try to fix ref in docs, take 2
1 parent 55d6ed2 commit 2864c6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/graphtypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Graph Types in SpatialGraphs.jl
1+
# [Graph Types in SpatialGraphs.jl](@id graph_types)
22

33
At this time, only raster-based graph types have been developed (and
44
vertex locations are stored in a `GeoData.GeoArray`), but there are plans to

docs/src/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ SpatialGraphs.jl introduces the `AbstractSpatialGraph`. `AbstractSpatialGraphs`
44
are a subtype of `LightGraphs.AbstractGraph`, and can be weighted or directed.
55
SpatialGraphs.jl is useful for turning spatial data into graphs. This can be
66
useful for landscape connectivity analysis, hydrology, and other spatial
7-
network processes. AbstractSpatialGraphs are AbstractGraphs, methods from
7+
network processes. AbstractSpatialGraphs are AbstractGraphs, so methods from
88
LightGraphs.jl work right out of the box.
9-
Go to [Graph Types](@ref Graph Types in SpatialGraphs.jl) for more details on the graph types implemented in
9+
Go to [Graph Types](@ref graph_types) for more details on the graph types implemented in
1010
this package.
1111

0 commit comments

Comments
 (0)