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 A4C382661 for ; Wed, 25 Oct 2017 12:26:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4370C2275D; Wed, 25 Oct 2017 06:26:41 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute1.internal (MEProxy); Wed, 25 Oct 2017 06:26:41 -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=Q1IS+L6n2TzbhROSBBmQQSUp8Y S5/JZfeYstatCtW7g=; b=Yd/13VJAP1Iek2/7tGvf8+leiHfOxX+cOIqI3pk767 p8eco4+rhOcn7uFl9JcQIqR6lwqAsSevfdCU2hHkY17Rqa9DTQEaUwxey6efiCY9 N0fucF7df6ekfFyf+emy94BjVdMglIQsRpbMkGBdaWY2sLeOg5+vuzX6su+1jo+Z I= 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=Q1IS+L 6n2TzbhROSBBmQQSUp8YS5/JZfeYstatCtW7g=; b=kvkW+n4vUeOBdZNJyYyuoQ 8sew6Dazlq3BcToJ9KtXf5GE4LCthIwTXe+G/tY2ZcS1pG/ve+NM6+4f8qMNh/Vw KtUKwaC3/0Gv0mJXZGAex5oJ/2BVFI5UqS8POH6w28a/bY41tg+XF9raik0rSx89 1kM6mQGduppgrihBgD9A51AWk35ng5djpN1HmUWeFa0A0CBfzFIxpJZuo42F3tp4 Oc1kxlaszmEJrvYfEv+5bIiKVxQ4PtXt+Ls4bsqG1RlBES06+Hc/M0xLijidDDml sqLH9M76DkVJJDmBtOgy6RNahtUXyww3GuVjCagKdYwWbTGnNmyisks9ZOLxwNPw == 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 F053D24BCA; Wed, 25 Oct 2017 06:26:40 -0400 (EDT) From: Thomas Monjalon To: Marko Kovacevic Cc: dev@dpdk.org, john.mcnamara@intel.com, Herakliusz Lipiec Date: Wed, 25 Oct 2017 12:26:40 +0200 Message-ID: <1666015.7Vdc7jZGnZ@xps> In-Reply-To: <1508415063-233624-1-git-send-email-marko.kovacevic@intel.com> References: <1508415063-233624-1-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 v9 1/2] doc: add generic compilation doc for all sample apps 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: Wed, 25 Oct 2017 10:26:41 -0000 19/10/2017 14:11, Marko Kovacevic: > +.. _sample_app_compilation: > + > +Compiling the Sample Applications > +================================= I think we should stop adding useless anchors. I may be wrong but I don't see the benefit of :ref:`sample_app_compilation` compared to :doc:`compiling`