From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bcmv-tmail01.ecl.ntt.co.jp (bcmv-tmail01.ecl.ntt.co.jp [124.146.185.148]) by dpdk.org (Postfix) with ESMTP id 044946833 for ; Thu, 6 Dec 2018 13:59:19 +0100 (CET) Received: from bcmv-ns01.ecl.ntt.co.jp (bcmv-ns01.ecl.ntt.co.jp [129.60.83.123]) by bcmv-tmail01.ecl.ntt.co.jp (8.14.4/8.14.4) with ESMTP id wB6CxHUS005584; Thu, 6 Dec 2018 21:59:17 +0900 Received: from bcmv-ns01.ecl.ntt.co.jp (localhost [127.0.0.1]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id D76F5178; Thu, 6 Dec 2018 21:59:17 +0900 (JST) Received: from localhost.localdomain (lobster.nslab.ecl.ntt.co.jp [129.60.13.95]) by bcmv-ns01.ecl.ntt.co.jp (Postfix) with ESMTP id B8304164; Thu, 6 Dec 2018 21:59:17 +0900 (JST) From: ogawa.yasufumi@lab.ntt.co.jp To: ferruh.yigit@intel.com, spp@dpdk.org, ogawa.yasufumi@lab.ntt.co.jp Date: Thu, 6 Dec 2018 21:56:55 +0900 Message-Id: <1544101020-10039-2-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1544101020-10039-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> References: <1544101020-10039-1-git-send-email-ogawa.yasufumi@lab.ntt.co.jp> X-TM-AS-MML: disable Subject: [spp] [PATCH 1/6] docs: fix warning for commands section 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: , X-List-Received-Date: Thu, 06 Dec 2018 12:59:20 -0000 From: Yasufumi Ogawa Spp_vf commands are moved to under `Secondary Commands` section, but index is not updated for the change. This patch is to update the index. Signed-off-by: Yasufumi Ogawa --- docs/guides/commands/index.rst | 1 - docs/guides/commands/secondary/index.rst | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/guides/commands/index.rst b/docs/guides/commands/index.rst index 04442a3..ce67f4b 100644 --- a/docs/guides/commands/index.rst +++ b/docs/guides/commands/index.rst @@ -13,6 +13,5 @@ controller. primary secondary/index - spp_vf common experimental diff --git a/docs/guides/commands/secondary/index.rst b/docs/guides/commands/secondary/index.rst index 5c09d57..5544aea 100644 --- a/docs/guides/commands/secondary/index.rst +++ b/docs/guides/commands/secondary/index.rst @@ -6,7 +6,6 @@ Secondary Commands .. toctree:: :maxdepth: 2 - :numbered: spp_nfv spp_vf -- 2.7.4