Create PyGroupedField and use it for 'exceptions'

This commit is contained in:
Glenn Matthews
2016-07-15 22:01:06 -04:00
parent bd5496aa61
commit 8c1a8153ca
5 changed files with 12 additions and 4 deletions
+1
View File
@@ -207,6 +207,7 @@ HTML_XPATH = {
# docfields
(".//a[@class='reference internal'][@href='#TimeInt']/em", 'TimeInt'),
(".//a[@class='reference internal'][@href='#Time']", 'Time'),
(".//a[@class='reference internal'][@href='#errmod.Error']/strong", 'Error'),
# C references
(".//span[@class='pre']", 'CFunction()'),
(".//a[@href='#c.Sphinx_DoSomething']", ''),