Bert IJff
2014-02-05 10:20:44 UTC
In my project's documentation I want to refer to 3 downloadable files by
using hyperlinks.
I found that I can specify the project's version number in the conf.py file,
e.g.:
version = '1.3.2'
Then I use |version| as a placeholder for the version number in the
documentation e.g.
#. Download http://www.domain.eu/download/part1-|version|.tar.gz and
$ sudo easy_install http://www.domain.eu/download/part2-|version|.tar.gz
http://www.domain.eu/download/part3-|version|.tar.gz.
Now the |version| part is replaced by the 1.3.2 but the hyperlink's href
only contains the part on the left side of |version|.
How can I make the "|version|.tar.gz" part be included in the hyperlink's href?
Thanks for your help.
using hyperlinks.
I found that I can specify the project's version number in the conf.py file,
e.g.:
version = '1.3.2'
Then I use |version| as a placeholder for the version number in the
documentation e.g.
#. Download http://www.domain.eu/download/part1-|version|.tar.gz and
$ sudo easy_install http://www.domain.eu/download/part2-|version|.tar.gz
http://www.domain.eu/download/part3-|version|.tar.gz.
Now the |version| part is replaced by the 1.3.2 but the hyperlink's href
only contains the part on the left side of |version|.
How can I make the "|version|.tar.gz" part be included in the hyperlink's href?
Thanks for your help.