Skip to content

Commit

Permalink
Fix broken image
Browse files Browse the repository at this point in the history
  • Loading branch information
jericks committed Sep 30, 2018
1 parent b872c7d commit 608acd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Add an example for creating a new Raster and setting random values::
GeoTIFF geotiff = new GeoTIFF(file)
geotiff.write(raster)

image:: images/random_raster.png
.. image:: images/random_raster.png

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

0 comments on commit 608acd0

Please sign in to comment.