[cli-ref] emphasize the warning

Many people doesn't notice the warning.
So, I'd like to emphasize it.

Change-Id: I3526acab8e908f8a321cf9b00cce737a4dfe9da2
This commit is contained in:
KATO Tomoyuki 2017-01-25 12:46:57 +09:00
parent e301382594
commit 3b7e4e9726
1 changed files with 16 additions and 2 deletions

View File

@ -81,9 +81,23 @@ def generate_heading(os_command, api_name, title,
print("Documenting '%s help (version %s)'" % (os_command, version))
os_file = open(os.path.join(output_dir, os_filename), 'w')
os_file.write(".. ## WARNING #####################################\n")
os_file.write(".. ###################################################\n")
os_file.write(".. ## WARNING ######################################\n")
os_file.write(".. ############## WARNING ##########################\n")
os_file.write(".. ########################## WARNING ##############\n")
os_file.write(".. ###################################### WARNING ##\n")
os_file.write(".. ###################################################\n")
os_file.write(".. ###################################################\n")
os_file.write(".. ##\n")
os_file.write(".. This file is tool-generated. Do not edit manually.\n")
os_file.write(".. ##################################################\n\n")
os_file.write(".. http://docs.openstack.org/contributor-guide/\n")
os_file.write(".. doc-tools/cli-reference.html\n")
os_file.write(".. ##\n")
os_file.write(".. ## WARNING ######################################\n")
os_file.write(".. ############## WARNING ##########################\n")
os_file.write(".. ########################## WARNING ##############\n")
os_file.write(".. ###################################### WARNING ##\n")
os_file.write(".. ###################################################\n\n")
format_heading(title, 1, os_file)
if os_command == "heat":