Re: [PATCH] Documentation: add link to stm32mp157 docs
From: Alexandre Torgue <hidden>
Date: 2019-08-27 15:23:50
Also in:
linux-doc, lkml
Hi Jonathan, On 8/27/19 3:48 PM, Jonathan Corbet wrote:
On Tue, 27 Aug 2019 12:19:32 +0000 Gerald BAEZA [off-list ref] wrote:quoted
Link to the online stm32mp157 documentation added in the overview. Signed-off-by: Gerald Baeza <redacted> --- Documentation/arm/stm32/stm32mp157-overview.rst | 6 ++++++ 1 file changed, 6 insertions(+)diff --git a/Documentation/arm/stm32/stm32mp157-overview.rst b/Documentation/arm/stm32/stm32mp157-overview.rst index f62fdc8..8d5a476 100644 --- a/Documentation/arm/stm32/stm32mp157-overview.rst +++ b/Documentation/arm/stm32/stm32mp157-overview.rst@@ -14,6 +14,12 @@ It features: - Standard connectivity, widely inherited from the STM32 MCU family - Comprehensive security support +Resources +--------- + +Datasheet and reference manual are publicly available on ST website: +.. _STM32MP157: https://www.st.com/en/microcontrollers-microprocessors/stm32mp157.html +Adding the URL is a fine idea. But you don't need the extra syntax to create a link if you're not going to actually make a link out of it. So I'd take the ".. _STM32MP157:" part out and life will be good.
We also did it for older stm32 product. Idea was to not have the "full" address but just a shortcut of the link when html file is read. It maybe makes no sens ? (if yes we will have to update older stm32 overview :)) thanks Alex
Thanks, jon
_______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel