From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=gLV8bVJizhUCejTTXsCxPvn1VLqBBpaxwMNUJJnHi08=; b=K7OXkJ1GZsjWNvOFxzrcCiUyktXSRiRXYbJGtrRMgmITf8YXc4AxQ4yYXktzhA9wSw +wt1dOmmVMcUbOGN1zpZXUrFfYMp2WDjmg5WmzeEh8h3zKOOSIvCuWGoXRRbaq0UIMW8 NrMdlejDesQDINXU6zQTT0qMxazJs4GbVtWfhlnFIsJmD7l/CH0dlfiYD887JpvSa6LF pRFTDL0YS3jaBM+oaae9urKZF4ZlGmLOdpdh6b5qQFFAHgopSEoRU9K9uvjqlemLHrfH knOLK7r56Lc3bjwb+ACsJbXZiwlatrkAZiyLUoslcUb9XI92aDx6GewSANDfNmmYDWTI P7iw== X-Gm-Message-State: ALoCoQmEU0fPNHfNiPqFEDDf/ApWmheXNQkyLs8cxMXBRL4qRPR/8wknsNJzrG9Uq/+nJzmWxKQu X-Received: by 10.194.83.70 with SMTP id o6mr56705347wjy.44.1435839576216; Thu, 02 Jul 2015 05:19:36 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.151.210]) by mx.google.com with ESMTPSA id jy6sm7912370wjc.4.2015.07.02.05.19.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Jul 2015 05:19:35 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Thu, 02 Jul 2015 14:18:28 +0200 Message-ID: <21118756.SYLE8bMqyT@xps13> Organization: 6WIND User-Agent: KMail/4.14.8 (Linux/4.0.4-2-ARCH; KDE/4.14.8; x86_64; ; ) In-Reply-To: <1435837927-23681-1-git-send-email-john.mcnamara@intel.com> References: <1435837927-23681-1-git-send-email-john.mcnamara@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] doc: fix minor sphinx build warning X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2015 12:19:36 -0000 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 > ====================