Description

Rst documents with internal links such as the following:


#format rst

==== Hello ====

SomePage_


Result in KeyError as follows:

File "/usr/lib/site-python/docutils/nodes.py", line 339, in getitem

KeyError: 'ids'

Steps to reproduce

See above

Example

See above

Details

Traceback (most recent call last):

in parsePageLinks

in send_page

in send_page_content

172, in format

publish_programmatically

180, in apply_transforms

166, in apply

189, in visit_reference

119, in wiki_resolver

KeyError: 'ids'

Workaround

If you remove the internal link the page is rendered correctly but that's not a workaround.

Discussion

Which docutils and MoinMoin version are you using?

Plan


CategoryMoinMoinBugFixed

MoinMoin: MoinMoinBugs/RstNotHandlingInternalLinks (last edited 2007-10-29 19:21:01 by localhost)