How can I create a linked image with reStructuredText?
I've found
.. image:: /path/to/image.jpg
for images, and external hyperlinks like
'Python <http://www.python.org/>'_
for links, but I don't know how to combine them or if that is at all possible.
Two ways to do it:
in inline images:
.. image:: pageflip-200.png
:target: pageapplet/index.html
With a reference, like:
Click on my |ImageLink|_
.. |ImageLink| image:: /images/link.png
.. _ImageLink: http://link.url/