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