Change help category markup
To improve readability, simplify the Sphinx table of contents. For example, Positional arguments, Optional arguments. Change-Id: I84f27cee9ce69629927e2751c702a1712d61affa
This commit is contained in:
@ -247,7 +247,7 @@ def format_help(title, lines, os_file):
|
||||
|
||||
close_entry = False
|
||||
if title:
|
||||
format_heading(title, 3, os_file)
|
||||
os_file.write("**" + title + ":**" + "\n\n")
|
||||
|
||||
for line in lines:
|
||||
if not line or line[0] != ' ':
|
||||
|
Reference in New Issue
Block a user