Skip to content

Commit 608acd0

Browse files
committed
Fix broken image
1 parent b872c7d commit 608acd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/releases.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Add an example for creating a new Raster and setting random values::
8484
GeoTIFF geotiff = new GeoTIFF(file)
8585
geotiff.write(raster)
8686

87-
image:: images/random_raster.png
87+
.. image:: images/random_raster.png
8888

8989
Add getMinValue and getMaxValue to Raster. Both methods first tries to get the value from the Band's metadata
9090
and then calculates it from the actual data.

0 commit comments

Comments
 (0)