More conf docs

This commit is contained in:
Kovid Goyal
2018-06-04 13:44:27 +05:30
parent 97bd8b127f
commit b6d33e2019
3 changed files with 39 additions and 3 deletions

View File

@@ -308,7 +308,8 @@ def write_cli_docs():
def render_group(a, group):
a(group.short_text)
a('^' * (len(group.short_text) + 20))
heading_level = '+' if '.' in group.name else '^'
a(heading_level * (len(group.short_text) + 20))
a('')
if group.start_text:
a(group.start_text)