From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix minor sphinx build warning Date: Thu, 02 Jul 2015 14:18:28 +0200 Message-ID: <21118756.SYLE8bMqyT@xps13> References: <1435837927-23681-1-git-send-email-john.mcnamara@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: John McNamara Return-path: Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by dpdk.org (Postfix) with ESMTP id 5C3F311C5 for ; Thu, 2 Jul 2015 14:19:36 +0200 (CEST) Received: by wguu7 with SMTP id u7so61636291wgu.3 for ; Thu, 02 Jul 2015 05:19:36 -0700 (PDT) In-Reply-To: <1435837927-23681-1-git-send-email-john.mcnamara@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2015-07-02 12:52, John McNamara: > Also added a RST label to the start of the doc to allow it > to be linked to from other docs. We don't really need to have a label at the top of the doc. It can be linked with :doc: role: dpdk.org/browse/dpdk/commit/?id=7cc2bdedd3812998078 But it could be useful in case new versioning chapters are added before ABI guidelines. In this case, the link referenced in the commit above should be updated. > --- a/doc/guides/guidelines/versioning.rst > +++ b/doc/guides/guidelines/versioning.rst > @@ -1,3 +1,5 @@ > +.. abi_guidelines: > + > Managing ABI updates > ====================