From 608acd04244c552cbff081a41b80824f7803f80f Mon Sep 17 00:00:00 2001 From: jericks Date: Sun, 30 Sep 2018 16:21:41 -0700 Subject: [PATCH] Fix broken image --- doc/releases.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/releases.rst b/doc/releases.rst index 4ce2052f..11397b08 100644 --- a/doc/releases.rst +++ b/doc/releases.rst @@ -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.