diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-30 11:00:01 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:34 +0100 |
commit | 283ed72d487ed78d4f8e0fcc17f635d6c212b7c6 (patch) | |
tree | ee9bc44a1a2789a729632f4c0c436257fa477b8e /documentation/brief-yoctoprojectqs | |
parent | 26c5622bb5551e1ad61db1c20890579dfb6b87c2 (diff) | |
download | poky-283ed72d487ed78d4f8e0fcc17f635d6c212b7c6.tar.gz |
sphinx: add links for Yocto project website
In DocBook, variables are used to create custom links (note that it is
not consistent everywhere, since some web addresses are still
hardcoded), such as YOCTO_HOME_URL, YOCTO_GIT_URL, YOCTO_WIKI_URL,
YOCTO_BUGS_URL and YOCTO_DL_URL..
In Sphinx they are replaced with extlinks.
(From yocto-docs rev: d25f3095a9d29a3355581d0743f27b2a423ad580)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r-- | documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst index 563c3f2d9a..8af70b4d46 100644 --- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst +++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.rst | |||
@@ -138,8 +138,8 @@ an entire Linux distribution, including the toolchain, from source. | |||
138 | - If you do not know your proxy settings, consult your local network | 138 | - If you do not know your proxy settings, consult your local network |
139 | infrastructure resources and get that information. A good starting | 139 | infrastructure resources and get that information. A good starting |
140 | point could also be to check your web browser settings. Finally, | 140 | point could also be to check your web browser settings. Finally, |
141 | you can find more information on the "`Working Behind a Network | 141 | you can find more information on the |
142 | Proxy <https://wiki.yoctoproject.org/wiki/Working_Behind_a_Network_Proxy>`__" | 142 | ":yocto_wiki:`Working Behind a Network Proxy </wiki/Working_Behind_a_Network_Proxy>`" |
143 | page of the Yocto Project Wiki. | 143 | page of the Yocto Project Wiki. |
144 | 144 | ||
145 | 1. *Initialize the Build Environment:* From within the ``poky`` | 145 | 1. *Initialize the Build Environment:* From within the ``poky`` |
@@ -239,7 +239,7 @@ modular development and makes it easier to reuse the layer metadata. | |||
239 | Follow these steps to add a hardware layer: | 239 | Follow these steps to add a hardware layer: |
240 | 240 | ||
241 | 1. *Find a Layer:* Lots of hardware layers exist. The Yocto Project | 241 | 1. *Find a Layer:* Lots of hardware layers exist. The Yocto Project |
242 | `Source Repositories <&YOCTO_GIT_URL;>`__ has many hardware layers. | 242 | :yocto_git:`Source Repositories <>` has many hardware layers. |
243 | This example adds the | 243 | This example adds the |
244 | `meta-altera <https://github.com/kraj/meta-altera>`__ hardware layer. | 244 | `meta-altera <https://github.com/kraj/meta-altera>`__ hardware layer. |
245 | 245 | ||
@@ -324,7 +324,7 @@ Now that you have experienced using the Yocto Project, you might be | |||
324 | asking yourself "What now?" The Yocto Project has many sources of | 324 | asking yourself "What now?" The Yocto Project has many sources of |
325 | information including the website, wiki pages, and user manuals: | 325 | information including the website, wiki pages, and user manuals: |
326 | 326 | ||
327 | - *Website:* The `Yocto Project Website <&YOCTO_HOME_URL;>`__ provides | 327 | - *Website:* The :yocto_home:`Yocto Project Website <>` provides |
328 | background information, the latest builds, breaking news, full | 328 | background information, the latest builds, breaking news, full |
329 | development documentation, and access to a rich Yocto Project | 329 | development documentation, and access to a rich Yocto Project |
330 | Development Community into which you can tap. | 330 | Development Community into which you can tap. |
@@ -343,7 +343,7 @@ information including the website, wiki pages, and user manuals: | |||
343 | The manual also provides conceptual information for various aspects | 343 | The manual also provides conceptual information for various aspects |
344 | of the Yocto Project. | 344 | of the Yocto Project. |
345 | 345 | ||
346 | - *Yocto Project Wiki:* The `Yocto Project Wiki <&YOCTO_WIKI_URL;>`__ | 346 | - *Yocto Project Wiki:* The :yocto_wiki:`Yocto Project Wiki <>` |
347 | provides additional information on where to go next when ramping up | 347 | provides additional information on where to go next when ramping up |
348 | with the Yocto Project, release information, project planning, and QA | 348 | with the Yocto Project, release information, project planning, and QA |
349 | information. | 349 | information. |