Re: Including Images with IDLDoc [message #81870] |
Wed, 31 October 2012 09:49 |
DavidF[1]
Messages: 94 Registered: April 2012
|
Member |
|
|
Mike Galloy writes:
> ; .. image:: C:\xampp\htdocs\coyoteguide\misc\google_earth_overlay.png
Really!? I have to live more literally then I do now? Sheesh!
Have to try it later, when I get back to my computer. Thanks!
Cheers,
David
|
|
|
Re: Including Images with IDLDoc [message #81871 is a reply to message #81870] |
Wed, 31 October 2012 09:34  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 10/31/12 9:28 AM, David Fanning wrote:
> Folks,
>
> I have had no luck whatsoever including images in my IDLDoc
> documentation. I am trying something like this:
>
> ; image:: C:\xampp\htdocs\coyoteguide\misc\google_earth_overlay.png
>
> The path is correct, because I just used it to read the image
> with Read_Image in IDL.
>
> Has anyone had any success with this?
>
> Cheers,
>
> David
>
Try:
; .. image:: C:\xampp\htdocs\coyoteguide\misc\google_earth_overlay.png
Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation
|
|
|