Skip to content

Commit 2fc4ca1

Browse files
authored
fix docstring syntax
1 parent cdc4085 commit 2fc4ca1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rastergraphs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ weights between pixels. Any pixel in `weight_raster` with a value not equal to
4848
`weight_raster.missingval` will be assigned a vertex in the graph (corresponding
4949
to its centroid).
5050
51-
##Arguments
51+
## Arguments
5252
`directed`: A `Bool` determining whether the graph should be directed.
5353
5454
`condition_raster`: A raster with values that can be used to determine whether
@@ -153,7 +153,7 @@ to its centroid).
153153
`vertex_raster`: A `GeoData.GeoArray` with integer values ranging from 1:n,
154154
where n is the number of unique vertices in the graph.
155155
156-
##Arguments
156+
## Arguments
157157
`directed`: A `Bool` determining whether the graph should be directed.
158158
159159
`condition_raster`: A raster with values that can be used to determine whether

0 commit comments

Comments
 (0)