From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from valinux.co.jp (vagw.valinux.co.jp [210.128.90.14]) by dpdk.org (Postfix) with ESMTP id 289EB5B30 for ; Fri, 5 Oct 2018 05:58:02 +0200 (CEST) Received: by valinux.co.jp (Postfix, from userid 1000) id 603FB240CD5; Fri, 5 Oct 2018 12:57:58 +0900 (JST) From: oda@valinux.co.jp To: spp@dpdk.org, ferruh.yigit@intel.com, ogawa.yasufumi@lab.ntt.co.jp Date: Fri, 5 Oct 2018 12:57:48 +0900 Message-Id: <20181005035757.23122-6-oda@valinux.co.jp> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181005035757.23122-1-oda@valinux.co.jp> References: <20180913082544.2D36.277DD91C@valinux.co.jp> <20181005035757.23122-1-oda@valinux.co.jp> Subject: [spp] [PATCH v4 05/14] docs: add spp-ctl to index of doc root 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: Fri, 05 Oct 2018 03:58:02 -0000 From: Itsuro Oda To be referred from index of document root, add spp-ctl to the index. Signed-off-by: Itsuro Oda --- docs/guides/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guides/index.rst b/docs/guides/index.rst index d0242d6..9d62b30 100644 --- a/docs/guides/index.rst +++ b/docs/guides/index.rst @@ -39,3 +39,4 @@ SPP documentation commands/index tools/index spp_vf/index + spp-ctl/index -- 2.17.1