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/toaster-manual/toaster-manual-reference.rst | |
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/toaster-manual/toaster-manual-reference.rst')
-rw-r--r-- | documentation/toaster-manual/toaster-manual-reference.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/toaster-manual/toaster-manual-reference.rst b/documentation/toaster-manual/toaster-manual-reference.rst index d799b4b99b..0494f55d9e 100644 --- a/documentation/toaster-manual/toaster-manual-reference.rst +++ b/documentation/toaster-manual/toaster-manual-reference.rst | |||
@@ -160,14 +160,14 @@ As shipped, Toaster is configured to work with the following releases: | |||
160 | - *Yocto Project DISTRO "DISTRO_NAME" or OpenEmbedded "DISTRO_NAME":* | 160 | - *Yocto Project DISTRO "DISTRO_NAME" or OpenEmbedded "DISTRO_NAME":* |
161 | This release causes your Toaster projects to build against the head | 161 | This release causes your Toaster projects to build against the head |
162 | of the DISTRO_NAME_NO_CAP branch at | 162 | of the DISTRO_NAME_NO_CAP branch at |
163 | ` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/log/?h=rocko>`__ or | 163 | https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/?h=rocko or |
164 | ` <http://git.openembedded.org/openembedded-core/commit/?h=rocko>`__. | 164 | http://git.openembedded.org/openembedded-core/commit/?h=rocko. |
165 | 165 | ||
166 | - *Yocto Project "Master" or OpenEmbedded "Master":* This release | 166 | - *Yocto Project "Master" or OpenEmbedded "Master":* This release |
167 | causes your Toaster Projects to build against the head of the master | 167 | causes your Toaster Projects to build against the head of the master |
168 | branch, which is where active development takes place, at | 168 | branch, which is where active development takes place, at |
169 | ` <&YOCTO_GIT_URL;/cgit/cgit.cgi/poky/log/>`__ or | 169 | https://git.yoctoproject.org/cgit/cgit.cgi/poky/log/ or |
170 | ` <http://git.openembedded.org/openembedded-core/log/>`__. | 170 | http://git.openembedded.org/openembedded-core/log/. |
171 | 171 | ||
172 | - *Local Yocto Project or Local OpenEmbedded:* This release causes your | 172 | - *Local Yocto Project or Local OpenEmbedded:* This release causes your |
173 | Toaster Projects to build against the head of the ``poky`` or | 173 | Toaster Projects to build against the head of the ``poky`` or |