113
113
class HelpIndices(object):
114
114
"""Maintainer of help topics across multiple indices.
116
116
It is currently separate to the HelpTopicRegistry because of its ordered
117
117
nature, but possibly we should instead structure it as a search within the
118
118
registry and add ordering and searching facilities to the registry. The