On Monday 27 March 2017 03:46 PM, Mcnamara, John wrote:
-----Original Message-----
From: Shreyansh Jain [mailto:[email protected]]
Sent: Monday, March 27, 2017 10:55 AM
To: Yigit, Ferruh <[email protected]>
Cc: [email protected]; [email protected]; Mcnamara, John
<[email protected]>; Shreyansh Jain <[email protected]>
Subject: [PATCH] doc: fix DPAA2 guide build warning
Fixes: 17a4c3c16f5c ("doc: add DPAA2 NIC details")
Signed-off-by: Shreyansh Jain <[email protected]>
---
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 <https://releases.linaro.org/components/toolchain/binaries/4.9-
2017.01/aarch64-linux-gnu>`_.
+ For example, the `*aarch64* Linaro Toolchain
<https://releases.linaro.org/components/toolchain/binaries/4.9-
2017.01/aarch64-linux-gnu>`_.
What is the build warning?
Also, the existing version with the `here <link>`_ 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.
The doc has two 'here ...' text references. As soon as I remove one of
them, the warning (WARNING: Duplicate explicit target name: "here") is
generated.
I am not sure of the reason so I resorted to replacing one of the
'here..' links.