From a01072c161ae2ac00224b7fdc234a8cfdd91ab05 Mon Sep 17 00:00:00 2001 From: KATO Tomoyuki Date: Mon, 12 Dec 2016 13:25:28 +0900 Subject: [PATCH] [cli-ref] unlink the openstack command Change-Id: Ib71bdeed53e8ebd5aa008f8191c4b5d5489dfa5e --- os_doc_tools/commands.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/os_doc_tools/commands.py b/os_doc_tools/commands.py index d07648c5..ba4d7028 100644 --- a/os_doc_tools/commands.py +++ b/os_doc_tools/commands.py @@ -96,9 +96,6 @@ def generate_heading(os_command, api_name, title, os_file.write(".. warning::\n\n") os_file.write(" The " + os_command + " CLI is deprecated\n") os_file.write(" in favor of python-openstackclient.\n") - os_file.write(" For more information, see :doc:`openstack`.\n") - os_file.write(" For a Python library, continue using\n") - os_file.write(" python-" + os_command + "client.\n\n") os_file.write("The " + os_command + " client is the command-line ") os_file.write("interface (CLI) for\n")