Add global citations. #1.

This commit is contained in:
Georg Brandl
2008-10-25 15:54:34 +00:00
parent bcd1a78d83
commit 29a3a86cef
10 changed files with 121 additions and 50 deletions

View File

@@ -57,12 +57,16 @@ HTML_XPATH = {
'markup.html': {
".//meta[@name='author'][@content='Me']": '',
".//meta[@name='keywords'][@content='docs, sphinx']": '',
".//a[@href='contents.html#ref1']": '',
},
'desc.html': {
".//dt[@id='mod.Cls.meth1']": '',
".//dt[@id='errmod.Error']": '',
".//a[@href='#mod.Cls']": '',
},
'contents.html': {
".//td[@class='label']": '[Ref1]',
},
}
class NslessParser(ET.XMLParser):