summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-start.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-30 13:37:11 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commit28afbf81ecb34add93f5eed2c1a41ec5f278d0a7 (patch)
tree62804dd25f10e4a3781268549cde2aba8bafcb03 /documentation/dev-manual/dev-manual-start.rst
parent283ed72d487ed78d4f8e0fcc17f635d6c212b7c6 (diff)
downloadpoky-28afbf81ecb34add93f5eed2c1a41ec5f278d0a7.tar.gz
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: ` <link>`__. 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 <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.rst')
-rw-r--r--documentation/dev-manual/dev-manual-start.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-start.rst b/documentation/dev-manual/dev-manual-start.rst
index 884d1286ef..b935f7b63e 100644
--- a/documentation/dev-manual/dev-manual-start.rst
+++ b/documentation/dev-manual/dev-manual-start.rst
@@ -445,14 +445,14 @@ as your Yocto Project build host:
445 445
4465. *Optionally Orient Yourself With Docker:* If you are unfamiliar with 4465. *Optionally Orient Yourself With Docker:* If you are unfamiliar with
447 Docker and the container concept, you can learn more here - 447 Docker and the container concept, you can learn more here -
448 ` <https://docs.docker.com/get-started/>`__. 448 https://docs.docker.com/get-started/.
449 449
4506. *Launch Docker or Docker Toolbox:* You should be able to launch 4506. *Launch Docker or Docker Toolbox:* You should be able to launch
451 Docker or the Docker Toolbox and have a terminal shell on your 451 Docker or the Docker Toolbox and have a terminal shell on your
452 development host. 452 development host.
453 453
4547. *Set Up the Containers to Use the Yocto Project:* Go to 4547. *Set Up the Containers to Use the Yocto Project:* Go to
455 ` <https://github.com/crops/docker-win-mac-docs/wiki>`__ and follow 455 https://github.com/crops/docker-win-mac-docs/wiki and follow
456 the directions for your particular build host (i.e. Linux, Mac, or 456 the directions for your particular build host (i.e. Linux, Mac, or
457 Windows). 457 Windows).
458 458
@@ -514,7 +514,7 @@ your Yocto Project build host:
514 514
5154. *Optionally Orient Yourself on WSL:* If you are unfamiliar with WSL, 5154. *Optionally Orient Yourself on WSL:* If you are unfamiliar with WSL,
516 you can learn more here - 516 you can learn more here -
517 ` <https://docs.microsoft.com/en-us/windows/wsl/wsl2-about>`__. 517 https://docs.microsoft.com/en-us/windows/wsl/wsl2-about.
518 518
5195. *Launch your WSL Distibution:* From the Windows start menu simply 5195. *Launch your WSL Distibution:* From the Windows start menu simply
520 launch your WSL distribution just like any other application. 520 launch your WSL distribution just like any other application.