[issue18589] cross-referencing doesn't work between the extending guide and c-api

Antoine Pitrou report at bugs.python.org
Mon Jul 29 20:35:23 CEST 2013


Antoine Pitrou added the comment:

The following command does the trick:

sed -i "s/:attr:\`tp_/:c:member:\`~PyTypeObject.tp_/g" `find -name "*.rst"`

It does not fix word-wrapping, though. Is it ok to commit?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18589>
_______________________________________


More information about the Python-bugs-list mailing list