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:
parent
7ff40f1fcc
commit
028dcd0c02
@ -247,7 +247,7 @@ def format_help(title, lines, os_file):
|
|||||||
|
|
||||||
close_entry = False
|
close_entry = False
|
||||||
if title:
|
if title:
|
||||||
format_heading(title, 3, os_file)
|
os_file.write("**" + title + ":**" + "\n\n")
|
||||||
|
|
||||||
for line in lines:
|
for line in lines:
|
||||||
if not line or line[0] != ' ':
|
if not line or line[0] != ' ':
|
||||||
|
Loading…
Reference in New Issue
Block a user