diff --git a/os_doc_tools/commands.py b/os_doc_tools/commands.py index 16acc526..4d6281df 100644 --- a/os_doc_tools/commands.py +++ b/os_doc_tools/commands.py @@ -114,8 +114,12 @@ def generate_heading(os_command, api_name, title, os_file): header_deprecation = """ The %(os_command)s CLI is deprecated in favor of - python-openstackclient. For a Python library, continue using - python-%(os_command)sclient. + python-openstackclient. For more information on + python-openstackclient, please see + and + . + For a Python library, continue + using python-%(os_command)sclient. \n""" else: header_deprecation = None