From 28afbf81ecb34add93f5eed2c1a41ec5f278d0a7 Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 30 Jul 2020 13:37:11 +0200 Subject: sphinx: fix links when the link text should be displayed When an hyperlink should be display in the output, there is no need to any specific syntax or marker, the parser finds links and mail addresses in ordinary text. Somehow the conversion from pandoc generated wrong output in the form: ` `__. This patch is generated using the following Python regexp: line = re.sub("` <(https?://.*)>`__", "\\1", line) (From yocto-docs rev: a35d735a74425dff34c63c086947624467658c40) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/overview-manual/overview-manual-concepts.rst | 2 +- .../overview-manual/overview-manual-development-environment.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'documentation/overview-manual') diff --git a/documentation/overview-manual/overview-manual-concepts.rst b/documentation/overview-manual/overview-manual-concepts.rst index 978c2b0b6f..b49284911c 100644 --- a/documentation/overview-manual/overview-manual-concepts.rst +++ b/documentation/overview-manual/overview-manual-concepts.rst @@ -385,7 +385,7 @@ figure <#general-workflow-figure>`__: - *Metadata (``.bb`` + Patches):* Software layers containing user-supplied recipe files, patches, and append files. A good example of a software layer might be the - ```meta-qt5`` `__ layer from + ```meta-qt5`https://github.com/meta-qt5/meta-qt5 layer from the `OpenEmbedded Layer Index `__. This layer is for version 5.0 of the popular diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst index 65ad1d1206..f89e9b9dd4 100644 --- a/documentation/overview-manual/overview-manual-development-environment.rst +++ b/documentation/overview-manual/overview-manual-development-environment.rst @@ -381,12 +381,12 @@ commands. .. note:: - For more information on Git, see - ` `__. + http://git-scm.com/documentation. - If you need to download Git, it is recommended that you add Git to your system through your distribution's "software store" (e.g. for Ubuntu, use the Ubuntu Software feature). For the Git download - page, see ` `__. + page, see http://git-scm.com/download. - For information beyond the introductory nature in this section, see the "`Locating Yocto Project Source -- cgit v1.2.3-54-g00ecf