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/ref-manual/ref-terms.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/ref-manual/ref-terms.rst')
-rw-r--r-- | documentation/ref-manual/ref-terms.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-terms.rst b/documentation/ref-manual/ref-terms.rst index eacc49fc3d..ec9f6d3948 100644 --- a/documentation/ref-manual/ref-terms.rst +++ b/documentation/ref-manual/ref-terms.rst | |||
@@ -213,7 +213,7 @@ universal, the list includes them just in case: | |||
213 | 213 | ||
214 | In the context of the kernel ("kernel Metadata"), the term refers to | 214 | In the context of the kernel ("kernel Metadata"), the term refers to |
215 | the kernel config fragments and features contained in the | 215 | the kernel config fragments and features contained in the |
216 | ```yocto-kernel-cache`` <&YOCTO_GIT_URL;/cgit/cgit.cgi/yocto-kernel-cache>`__ | 216 | :yocto_git:`yocto-kernel-cache </cgit/cgit.cgi/yocto-kernel-cache>` |
217 | Git repository. | 217 | Git repository. |
218 | 218 | ||
219 | OpenEmbedded-Core (OE-Core) | 219 | OpenEmbedded-Core (OE-Core) |
@@ -227,8 +227,7 @@ universal, the list includes them just in case: | |||
227 | core set of recipes. | 227 | core set of recipes. |
228 | 228 | ||
229 | You can see the Metadata in the ``meta`` directory of the Yocto | 229 | You can see the Metadata in the ``meta`` directory of the Yocto |
230 | Project `Source | 230 | Project :yocto_git:`Source Repositories <>`. |
231 | Repositories <http://git.yoctoproject.org/cgit/cgit.cgi>`__. | ||
232 | 231 | ||
233 | OpenEmbedded Build System | 232 | OpenEmbedded Build System |
234 | The build system specific to the Yocto | 233 | The build system specific to the Yocto |