<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Sorry if this has already been addressed-<br>
<br>
on the doc page for GDALRasterBand, method <a
moz-do-not-send="true"
href="https://gdal.org/api/gdalrasterband_cpp.html#_CPPv4N14GDALRasterBand9ReadBlockEiiPv">ReadBlock</a>
the documentation states <br>
<blockquote>The following code would efficiently compute a histogram
of eight bit raster data. Note that the final block may be partial
… data beyond the edge of the underlying raster band in these edge
blocks is of an undermined value.<br>
</blockquote>
but the code is missing. Looking at the old docs, there is indeed a
code example. <br>
<br>
Given the automated nature of the move to Sphinx, I wonder if this
problem is occurring elsewhere in the docs. <br>
Code examples seem to be missing in GDALDataset::<a
moz-do-not-send="true"
href="https://gdal.org/api/gdaldataset_cpp.html#_CPPv4N11GDALDataset11CreateLayerEPKcP19OGRSpatialReference18OGRwkbGeometryTypePPc">CreateLayerÂ
</a>and GDALDDataset::<a moz-do-not-send="true"
href="https://gdal.org/api/gdaldataset_cpp.html#_CPPv4N11GDALDataset14BuildOverviewsEPKciPiiPi16GDALProgressFuncPv">BuildOverviews
</a>among other places<br>
<br>
David<br>
</body>
</html>