K
Kelly Felkins
------=_Part_8783_22889933.1144094747090
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi.
I'm trying to incorporate some images in rdoc generated html. This is a
rails project and I've cloned the doc:app task. In the README_FOR_APP file =
I
have a reference to an image using the link tag, like so:
link:schema.png
This generates a relative link like this:
<p>
<img src=3D"../.././schema.png">
</p>
This somewhat makes sense because the rake task sets the rdoc_dir to
'doc/app'. But the image is not there -- in order for it to get there it
must be moved there.
Of course I can move it, but it could be that I'm missing something obvious
here.
Seems like, if you specify an output directory AND a local href (via
'link'), that it should move the assets to the output directory.
Any suggestions?
Thanks,
-Kelly
------=_Part_8783_22889933.1144094747090--
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Content-Disposition: inline
Hi.
I'm trying to incorporate some images in rdoc generated html. This is a
rails project and I've cloned the doc:app task. In the README_FOR_APP file =
I
have a reference to an image using the link tag, like so:
link:schema.png
This generates a relative link like this:
<p>
<img src=3D"../.././schema.png">
</p>
This somewhat makes sense because the rake task sets the rdoc_dir to
'doc/app'. But the image is not there -- in order for it to get there it
must be moved there.
Of course I can move it, but it could be that I'm missing something obvious
here.
Seems like, if you specify an output directory AND a local href (via
'link'), that it should move the assets to the output directory.
Any suggestions?
Thanks,
-Kelly
------=_Part_8783_22889933.1144094747090--