No "quadruple" entries anymore.

This commit is contained in:
Georg Brandl
2007-08-31 07:00:44 +00:00
parent d5469b432d
commit 2a780f0cf5

View File

@@ -23,8 +23,8 @@ from . import addnodes
# ------ index markup --------------------------------------------------------------
entrytypes = [
'single', 'pair', 'triple', 'quadruple',
'module', 'keyword', 'operator', 'object', 'exception', 'statement', 'builtin',
'single', 'pair', 'triple', 'module', 'keyword', 'operator',
'object', 'exception', 'statement', 'builtin',
]
def index_directive(name, arguments, options, content, lineno,