##// END OF EJS Templates
gendoc: make anchors for help topic names
Martin Geisler -
r9297:3d78a6c5 default
parent child Browse files
Show More
@@ -102,6 +102,9 b' def show_doc(ui):'
102
102
103 # print topics
103 # print topics
104 for names, sec, doc in helptable:
104 for names, sec, doc in helptable:
105 for name in names:
106 ui.write(".. _%s:\n" % name)
107 ui.write("\n")
105 section(sec.upper())
108 section(sec.upper())
106 if callable(doc):
109 if callable(doc):
107 doc = doc()
110 doc = doc()
General Comments 0
You need to be logged in to leave comments. Login now