Issue 2904: Cross-referencing to a method using an alternate title don't work with add_function_parentheses=True (original) (raw)

Issue2904

Created on 2008-05-18 05:03 by llucax, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg67023 - (view) Author: Leandro Lucarella (llucax) Date: 2008-05-18 05:03
When using cross-references to a method using an alternate title, like :meth:`some title <some_method>` and configuration option add_function_parentheses is True, the link is not generated (if this option is False, it works fine.
msg67226 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-23 10:11
You're right; I'll fix this ASAP.
msg67304 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-05-24 16:30
This should now be fixed in r63580.
History
Date User Action Args
2022-04-11 14:56:34 admin set github: 47153
2008-05-24 16:30:31 georg.brandl set status: open -> closedresolution: fixedmessages: +
2008-05-23 10:11:51 georg.brandl set messages: +
2008-05-18 05:03:09 llucax create