From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shreyansh Jain Subject: Re: [PATCH] doc: fix DPAA2 guide build warning Date: Mon, 27 Mar 2017 16:24:12 +0530 Message-ID: <873b9d94-ed43-3b7c-bdf9-3c8f81d34b8a@nxp.com> References: <1490608518-27315-1-git-send-email-shreyansh.jain@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit Cc: "Yigit, Ferruh" , "hemant.agrawal@nxp.com" , "dev@dpdk.org" To: "Mcnamara, John" Return-path: Received: from NAM01-SN1-obe.outbound.protection.outlook.com (mail-sn1nam01on0057.outbound.protection.outlook.com [104.47.32.57]) by dpdk.org (Postfix) with ESMTP id A84E8FAB8 for ; Mon, 27 Mar 2017 12:48:19 +0200 (CEST) In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Monday 27 March 2017 04:01 PM, Mcnamara, John wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Mcnamara, John >> Sent: Monday, March 27, 2017 11:16 AM >> To: Shreyansh Jain ; Yigit, Ferruh >> >> Cc: hemant.agrawal@nxp.com; dev@dpdk.org >> Subject: Re: [dpdk-dev] [PATCH] doc: fix DPAA2 guide build warning >> >> >> >>> -----Original Message----- >>> From: Shreyansh Jain [mailto:shreyansh.jain@nxp.com] >>> Sent: Monday, March 27, 2017 10:55 AM >>> To: Yigit, Ferruh >>> Cc: hemant.agrawal@nxp.com; dev@dpdk.org; Mcnamara, John >>> ; Shreyansh Jain >>> Subject: [PATCH] doc: fix DPAA2 guide build warning >>> >>> Fixes: 17a4c3c16f5c ("doc: add DPAA2 NIC details") >>> >>> Signed-off-by: Shreyansh Jain >>> --- >>> doc/guides/nics/dpaa2.rst | 3 +-- >>> 1 file changed, 1 insertion(+), 2 deletions(-) >>> >>> diff --git a/doc/guides/nics/dpaa2.rst b/doc/guides/nics/dpaa2.rst >>> index >>> 7d7a6c5..46225b6 100644 >>> --- a/doc/guides/nics/dpaa2.rst >>> +++ b/doc/guides/nics/dpaa2.rst >>> @@ -441,8 +441,7 @@ compatible board: >>> >>> 1. **ARM 64 Tool Chain** >>> >>> - For example, the *aarch64* Linaro Toolchain, which can be obtained >>> from >>> - `here >> >> 2017.01/aarch64-linux-gnu>`_. >>> + For example, the `*aarch64* Linaro Toolchain >>> >> 2017.01/aarch64-linux-gnu>`_. >>> >> >> What is the build warning? >> >> Also, the existing version with the `here `_ format is better since >> it doesn't put a long url into the text. Probably it is better to fix that >> if it that is the issue. >> > > Whoops, sorry. I misread the patch. I see that you are still using `here `_ > so disregard that comment. I think there is some confusion. I have removed the string "here" and replaced that with another running text having the original link. > > I would still be good to see the build issue though. The warning being shown on non-patched dpaa2.rst is: --->8--- sphinx processing guides-html... /home/shreyansh/build/DPDK/06_dpdk/doc/guides/nics/dpaa2.rst:32: WARNING: Duplicate explicit target name: "here". --->8-- - Shreyansh