[Live-demo] Re: overview images?
Jody Garnett
jody.garnett at gmail.com
Sun Aug 1 18:22:14 PDT 2010
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
>
More information about the Osgeolive
mailing list