Bug#714880: inline references are not resolved

2013-07-04 Thread Yuri D'Elia
On 07/03/2013 10:03 PM, Jakub Wilk wrote: >> But it doesn't work. bug.rst produces a bogus link to "b_" using >> rst2html. > > The page you quoted says that this syntax works only since Docutils > 0.11. So it's expected that it doesn't work yet. Hah.. oh well. Thanks for noticing. -- To UNSUBS

Bug#714880: inline references are not resolved

2013-07-03 Thread Jakub Wilk
* Yuri D'Elia , 2013-07-03, 21:36: `a link to `_. ... _python: http://www.python.org/ Which should produce "a link to http://www.python.org/";. This is actually documented in the RST reference: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#embedded-uris-and-aliases But i

Bug#714880: inline references are not resolved

2013-07-03 Thread Yuri D'Elia
Package: python-docutils Version: 0.10-3 Severity: minor See the attached test case, pasted here for reference: `a `_ ... _b: http://example.com/ `a `_ is an inline reference to b_, which is an external reference to http://example.com/. The purpose of this concoction is to have a link while cha