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.