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