gdal icon indicating copy to clipboard operation
gdal copied to clipboard

Doc: PDF: dummy "Python Module Index" section

Open rouault opened this issue 3 years ago • 1 comments

http://gdal.org/gdal.pdf contains a rather dummy "Python Module Index" section towards its end with dead links. Given that we skip API documentation in the PDF output (cf .. only:: not latex in doc/source/api/index.rst), I'm not sure why we get this section. Perhaps the .. automodule:: tags still get processed.

make latexpdf outputs towards its end:

Latexmk: List of undefined refs and citations:
  Reference `api/python/osgeo.gdal:module-osgeo.gdal' on page 1067 undefined on input line 104380
  Reference `api/python/osgeo.gdal_array:module-osgeo.gdal_array' on page 1067 undefined on input line 104381
  Reference `api/python/osgeo.gdalconst:module-osgeo.gdalconst' on page 1067 undefined on input line 104382
  Reference `api/python/osgeo.gnm:module-osgeo.gnm' on page 1067 undefined on input line 104383
  Reference `api/python/osgeo.ogr:module-osgeo.ogr' on page 1067 undefined on input line 104384
  Reference `api/python/osgeo.osr:module-osgeo.osr' on page 1067 undefined on input line 104385
  Reference `api/python/osgeo:module-osgeo' on page 1067 undefined on input line 104379

CC @snowman2 any ideas?

rouault avatar Oct 07 '22 21:10 rouault

The page looks like this:

Image

jratike80 avatar Oct 03 '25 09:10 jratike80