From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id AB2D21B201 for ; Sat, 14 Oct 2017 00:17:14 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 21D4820DD7; Fri, 13 Oct 2017 18:17:14 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 13 Oct 2017 18:17:14 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=p7SY26Mfnq0EmhJ+rvQd91o0sy 1/Q+8UXvuAMaRm3SY=; b=Bh08rzWqiiyOS1Srt+Vam3Ax385+hYd+EvIBCJ3nqY XGgapyvqJ3wrCenM5P3DUfi253NYLuE3sc5/4mjiJYV9gdH+WM3wd5962J1Do/fG He7cpTMvaEGSTVlK5HfNZHcpoTdPxhsHGbwhWHQK9pb0SPYU6GEyjqu1HIxz04mC c= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=p7SY26 Mfnq0EmhJ+rvQd91o0sy1/Q+8UXvuAMaRm3SY=; b=O+BET5NMOU9nh7CIOOYaxJ OBAsBRNWtxNJ3yp+elZGGAJ6vOr2j4cH8azjB0YkiSHKoA0RGpQ1Iaw1YFKhrFOM 6wvIkaPcr+jVds6DoXwL84d5aoqXx7/Bn78ZFiFRXzem+oIMUFyjEZXBqDMahe3c cz6rhsgkQdwJgqEeXSIYY8RVprkUNPxtPGVoHxi8B4pYhA7pH9CR2uXl42Uw1d76 TDxljlobS7Y2lD5x0yaNzR37GCz1JNoF9MyIFFh9yOs0KEp+LJdBea8Nv8rbA72S QZy6dnSZ9gYZ/cspJ+H+vPABh+a7oy+b+us5ZvXi8Q3RTs8NJGD13YViuF9QJKOQ == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id AA65B247A8; Fri, 13 Oct 2017 18:17:13 -0400 (EDT) From: Thomas Monjalon To: Marko Kovacevic , john.mcnamara@intel.com Cc: dev@dpdk.org Date: Sat, 14 Oct 2017 00:17:12 +0200 Message-ID: <4114541.7HO4y25um2@xps> In-Reply-To: <1507737087-138205-2-git-send-email-marko.kovacevic@intel.com> References: <1507565946-223643-1-git-send-email-marko.kovacevic@intel.com> <1507737087-138205-1-git-send-email-marko.kovacevic@intel.com> <1507737087-138205-2-git-send-email-marko.kovacevic@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v6 2/2] doc: add new introduction to sample app guides X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Oct 2017 22:17:14 -0000 Hi, 11/10/2017 17:51, Marko Kovacevic: > --- a/doc/guides/sample_app_ug/ipsec_secgw.rst > +++ b/doc/guides/sample_app_ug/ipsec_secgw.rst > @@ -28,6 +28,8 @@ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > > +.. _sample_app_ipsec_secgw: > + > IPsec Security Gateway Sample Application > ========================================= > > diff --git a/doc/guides/sample_app_ug/l2_forward_real_virtual.rst b/doc/guides/sample_app_ug/l2_forward_real_virtual.rst > index ba64ea2..901603e 100644 > --- a/doc/guides/sample_app_ug/l2_forward_real_virtual.rst > +++ b/doc/guides/sample_app_ug/l2_forward_real_virtual.rst > @@ -28,7 +28,7 @@ > (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE > OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. > > -.. _l2_fwd_app_real_and_virtual: > +.. _sample_app_l2_fwd: > > L2 Forwarding Sample Application (in Real and Virtualized Environments) > ======================================================================= You don't need to add such anchor at the top of a doc. You can refer to a doc with :doc: tag. Please do not add more useless anchors. Idea for another patch: remove all useless anchors at top of files :)