104
97
help_topics.topic_registry.register("commands",
108
100
help_topics.topic_registry.register("hidden-commands",
114
105
class HelpIndices(object):
115
106
"""Maintainer of help topics across multiple indices.
117
108
It is currently separate to the HelpTopicRegistry because of its ordered
118
109
nature, but possibly we should instead structure it as a search within the
119
110
registry and add ordering and searching facilities to the registry. The