68
68
"""Build the manual part from topics matching that section."""
69
69
topics = sorted(registry.get_topics_for_section(section))
70
70
lines = [title, hdg_level1 * len(title), ""]
73
86
help = registry.get_detail(topic)
74
87
heading,text = help.split("\n", 1)