From patchwork Tue Dec 13 18:38:42 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Finucane X-Patchwork-Id: 705495 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3tdT4Z3Vk8z9t14 for ; Wed, 14 Dec 2016 05:38:54 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="key not found in DNS" (0-bit key; unprotected) header.d=that.guru header.i=@that.guru header.b="rqiPvwJq"; dkim-atps=neutral Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 2E665B37; Tue, 13 Dec 2016 18:38:51 +0000 (UTC) X-Original-To: dev@openvswitch.org Delivered-To: ovs-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 8E137AB9 for ; Tue, 13 Dec 2016 18:38:50 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from brown.birch.relay.mailchannels.net (brown.birch.relay.mailchannels.net [23.83.209.23]) by smtp1.linuxfoundation.org (Postfix) with ESMTPS id 1294417D for ; Tue, 13 Dec 2016 18:38:49 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from relay.mailchannels.net (localhost [127.0.0.1]) by relay.mailchannels.net (Postfix) with ESMTP id 02962207F4 for ; Tue, 13 Dec 2016 18:38:49 +0000 (UTC) Received: from one.mxroute.com (ip-10-220-3-24.us-west-2.compute.internal [10.220.3.24]) by relay.mailchannels.net (Postfix) with ESMTPA id 5099121B3E for ; Tue, 13 Dec 2016 18:38:48 +0000 (UTC) X-Sender-Id: mxroute|x-authuser|stephen@that.guru Received: from one.mxroute.com ([UNAVAILABLE]. [10.107.128.240]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384) by 0.0.0.0:2500 (trex/5.7.8); Tue, 13 Dec 2016 18:38:48 +0000 X-MC-Relay: Neutral X-MailChannels-SenderId: mxroute|x-authuser|stephen@that.guru X-MailChannels-Auth-Id: mxroute X-MC-Loop-Signature: 1481654328533:1989529338 X-MC-Ingress-Time: 1481654328533 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=that.guru; s=default; h=References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From: Sender:Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=2SXSY6e5sU3vTXxSfhe61i1G/7KWyH1bb5nPnks3w9U=; b=rqiPvwJqlnjiNgGjfDzwSfBeNp O0gorq0VEjZqi7gGqnzhXf6NFGkinvbheCGl8UqpmtE4GptRdBshmQTVq8LUpHkZ79nagWtiA3Eer TNVo84JzpAOxVjDHmOiDzZrguGQD5EMZF9VI8Qej9s7oLKv8IyCaMnwbp4pqa8BsOwqMDD3SYSo84 ksNCQ+wRIhZ9iedcmZPzmnAm5sZphPkWiIP/fhcBsKbrxB0M1w5U8mKhks4Y68D+jBbKPiJUDP7Kt UPoLOgMw8wN9bjojRrJsVOJUsWDigHulVWmY19+ezKCBS9WotxsWg8NqeLOjWR4hDfhhIBM6EufiK bwZ8VrRA==; From: Stephen Finucane To: dev@openvswitch.org Date: Tue, 13 Dec 2016 18:38:42 +0000 Message-Id: <20161213183842.5012-2-stephen@that.guru> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20161213183842.5012-1-stephen@that.guru> References: <20161213183842.5012-1-stephen@that.guru> X-AuthUser: stephen@that.guru X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE,T_DKIM_INVALID autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp1.linux-foundation.org Subject: [ovs-dev] [PATCH 2/2] doc: Add link to manpages guide X-BeenThere: ovs-dev@openvswitch.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: ovs-dev-bounces@openvswitch.org Errors-To: ovs-dev-bounces@openvswitch.org This was included only in the contents page. Signed-off-by: Stephen Finucane Reported-by: Russell Bryant --- Documentation/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/index.rst b/Documentation/index.rst index f15993f..8484dbd 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -61,7 +61,7 @@ vSwitch? Start here. Deeper Dive ----------- -**TODO** +- **Reference Guides:** :doc:`ref/index` The Open vSwitch Project ------------------------