From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04401A046B for ; Thu, 22 Aug 2019 06:51:20 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BEE6E1BF26; Thu, 22 Aug 2019 06:51:20 +0200 (CEST) Received: from mail-pg1-f194.google.com (mail-pg1-f194.google.com [209.85.215.194]) by dpdk.org (Postfix) with ESMTP id 0C2B71BF26 for ; Thu, 22 Aug 2019 06:51:19 +0200 (CEST) Received: by mail-pg1-f194.google.com with SMTP id x15so2747615pgg.8 for ; Wed, 21 Aug 2019 21:51:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id; bh=Qegk6NtFXgmTUL4UnAn7DqQQiiw5YEDI0C5vez6Ihw0=; b=HeuF6XFjOVDLkpugwRWj9TvsWgZ8jrGHzKuOYyoIxYf+8j12Au5DUNb/gIY3OCSQWv h0A5O7Sc0CmJS9zFQTw+ss0q83ogl/xweqBMmurfIZTFh7HdNxgG/uvqnyyeNW9KtB8Z 8NJ2zTLiOILS+KEjq800opPX8Ovb85awZ+JgncC50O6oF86Zec3pxgGrw7UR17uQop6y 8Yw/KbGSzuO1OqmBd2LYeDgCkPDTDUHU/tOASGvgE+u5+Xqp7/MMhZZMPlHPDjjhwASo WBZAH6Y/XHnJBEbKLN1fjQTtzo4+BFb5u8PSgq7DU7RyHOROOWwf1ScUNZnOC3b4O4Zq yChA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id; bh=Qegk6NtFXgmTUL4UnAn7DqQQiiw5YEDI0C5vez6Ihw0=; b=W3RpVCDMGSvimvKN28cLEcSQBNwGyIS4ezDg/P1uP7bNpH+MB93SG3y/bbF51VqaUw 7+qaXDi4YSexn7Mf9NUSVQHejBDVqPCt0S11FiMnHoov7dQ6I84edq6HVUzQierWUgi+ mJ4gIYw4x9AcIAwmKn6qYzfuGcBjDQp//N1Z8dRtD5tNddyeqjLliNBKwqRLdfzTM5DG sCG6UAADMa0mRvCdwAXcbQhnO2fnnJ6M3kMg/jdHO631JLZJTjVJ8sdV2H1z0jT9GJHX 86prSVdm0onK/SqStIV9btjaO2R5ZsG2ROH/AQbJZffGlRBS9pE2vIvXifeNb0NQphHh I2hg== X-Gm-Message-State: APjAAAWXgMrix+YP9RVm2PQYVyx5yAEYmgmNsbjKdvtDKiSwlg1GH+X6 N66cCxg0PJhuNTqItmOUT7LKrGTQ X-Google-Smtp-Source: APXvYqylnczYRnKWkN+4WCwJ5sIWG21IdqBhUp23WfWS0mRh1gmkOow+9APepvQT0fNZxPOcm5kqLQ== X-Received: by 2002:a65:6406:: with SMTP id a6mr3336279pgv.393.1566449477980; Wed, 21 Aug 2019 21:51:17 -0700 (PDT) Received: from localhost.localdomain ([192.47.164.146]) by smtp.gmail.com with ESMTPSA id u10sm469996pfn.94.2019.08.21.21.51.16 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Aug 2019 21:51:17 -0700 (PDT) From: yasufum.o@gmail.com To: spp@dpdk.org, ferruh.yigit@intel.com, yasufum.o@gmail.com Date: Thu, 22 Aug 2019 13:51:12 +0900 Message-Id: <20190822045112.18814-1-yasufum.o@gmail.com> X-Mailer: git-send-email 2.17.1 Subject: [spp] [PATCH] docs: remove topo_resize command X-BeenThere: spp@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: Soft Patch Panel List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: spp-bounces@dpdk.org Sender: "spp" From: Yasufumi Ogawa As topo_resize command is removed from SPP CLI, remove it from documentation. Signed-off-by: Yasufumi Ogawa --- docs/guides/commands/experimental.rst | 44 --------------------------- 1 file changed, 44 deletions(-) diff --git a/docs/guides/commands/experimental.rst b/docs/guides/commands/experimental.rst index c328c73..16c16ba 100644 --- a/docs/guides/commands/experimental.rst +++ b/docs/guides/commands/experimental.rst @@ -230,50 +230,6 @@ delete subgraph ``guest_vm``. spp > topo_subgraph del guest_vm -.. _commands_experimental_topo_resize: - -topo_resize ------------ - -.. note:: - - This command will be removed because the size of image is configurable - with :ref:`config` command. You can resize images by changing the value of - ``topo_size``. - -``topo_resize`` is a supplemental command for changing the size of -images displayed on the terminal with ``topo``. - -``topo`` displays an image generated from graphviz with default size. -However, it is too small or large for some environments because it -depends on the resolution actually. - -To check default size, run ``topo_resize`` with no arguments. -It shows current size of the image. - -.. code-block:: console - - # shows current size - spp > topo_resize - 60% - -You can resize it with percentage - -.. code-block:: console - - # resize with percentage - spp > topo_resize 80% - 80% - -or ratio. - -.. code-block:: console - - # resize with ratio - spp > topo_resize 0.8 - 80% - - .. _commands_experimental_load_cmd: load_cmd -- 2.17.1