linked image in reStructuredText

Solution 1:

Two ways to do it:

  1. in inline images:

    .. image:: pageflip-200.png
       :target: pageapplet/index.html
    
  2. With a reference, like:

    Click on my |ImageLink|_
    
    .. |ImageLink| image:: /images/link.png
    .. _ImageLink: http://link.url/
    

Solution 2:

The following site has a reference for reStructuredText but also Markdown, MediaWiki, asciidoc & org-mode.

http://hyperpolyglot.org/lightweight-markup