Sorted out the issue; depending on the version of sphinx used the use of : .. image:: images/screenshots/1024x768/udig-overview.png :scale: 50 % :alt: udig workshop :align: right
Will result in a warning and the image won't be used. Simply remove the "%" and everything will work... .. image:: images/screenshots/1024x768/udig-overview.png :scale: 50 :alt: udig workshop :align: right If this change can be made to the RST files everything should be fine. Jody On 01/08/2010, at 9:30 PM, Jody Garnett wrote: > Okay reviewing the makefile ... > > images: > ln -s ../images . > > This is not working for me on a mac; but I imagine the intension is to make > the images available during "make html" target. > > Jody > > On 01/08/2010, at 9:25 PM, Jody Garnett wrote: > >> The overview images are confusing me a bit? We have two directories of >> screen snaps; and all the overviews are referring to them? >> >> The generated output, if I follow the postgis example; no longer >> successfully links to the images; can I assume that the files are being >> copied elsewhere a later stage in the process? >> >> Jody > _______________________________________________ Live-demo mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/live-demo http://wiki.osgeo.org/wiki/Live_GIS_Disc
