Here is what I would like to do:
1. `link <http://www.google.com>`__ 2. `link <http://www.yahoo.com>`__
To obtain:
<ol> <li><a href="http://www.google.com">link</a></li> <li><a href="http://www.yahoo.com">link</a></li> </ol>
Context is a list of publications in which I want them all to have a link labeled "DOI" at the end.
However, this seems to fail:
<string>:3: (WARNING/2) Duplicate explicit target name: "doi".
The exact error seems to depend on the version of docutils I am using, but they all failed.
Is there a way to generate multiple links with the same text in a restructured text?
python restructuredtext
luispedro Mar 28 '11 at 20:20 2011-03-28 20:20
source share