From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id CD88E1B733 for ; Mon, 16 Oct 2017 20:53:27 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2017 11:53:26 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,387,1503385200"; d="scan'208";a="1025764087" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by orsmga003.jf.intel.com with ESMTP; 16 Oct 2017 11:53:25 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.49]) by IRSMSX151.ger.corp.intel.com ([169.254.4.108]) with mapi id 14.03.0319.002; Mon, 16 Oct 2017 19:53:25 +0100 From: "Mcnamara, John" To: "Kovacevic, Marko" CC: "dev@dpdk.org" Thread-Topic: [PATCH v7 2/2] doc: add new introduction to sample app guides Thread-Index: AQHTRo41oocO7lqQjUyHsiIKkrJLwKLm0k1g Date: Mon, 16 Oct 2017 18:53:24 +0000 Message-ID: References: <1507737087-138205-2-git-send-email-marko.kovacevic@intel.com> <1508165454-165988-1-git-send-email-marko.kovacevic@intel.com> <1508165454-165988-2-git-send-email-marko.kovacevic@intel.com> In-Reply-To: <1508165454-165988-2-git-send-email-marko.kovacevic@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYzY3MjcwZjQtZmM4MS00OWUxLWE5MWMtOTM3N2E5MmI4NDNhIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6IjBhNGVTK2ZXaTRmaGNXZ1YybkxtRVorTlhCd09TdGd2dDI1XC9EQXNDXC9QVT0ifQ== dlp-product: dlpe-windows dlp-version: 11.0.0.116 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 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: Mon, 16 Oct 2017 18:53:28 -0000 > -----Original Message----- > From: Kovacevic, Marko > Sent: Monday, October 16, 2017 3:51 PM > To: Mcnamara, John > Cc: dev@dpdk.org; Kovacevic, Marko > Subject: [PATCH v7 2/2] doc: add new introduction to sample app guides >=20 > Add new Introduction Section into the sample app guides. >=20 > Signed-off-by: Marko Kovacevic >=20 > --- >=20 Hi Marko, There are some doc build issues with missing targets.=20 $ make doc-guides-html -j sphinx processing guides-html... doc/guides/faq/faq.rst:224: WARNING: undefined label:=20 sample_app_multi_process_app (if the link has no caption the label must pre= cede a section header) doc/guides/sample_app_ug/exception_path.rst:118: WARNING: undefined label:= =20 sample_app_l2_fwd (if the link has no caption the label must precede a sect= ion header) doc/guides/sample_app_ug/server_node_efd.rst:38: WARNING: undefined label:= =20 sample_app_multi_process_app (if the link has no caption the label must pre= cede a section header) Also some of the files extraneous added blank lines. John