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/faq.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/faq.rst')
-rw-r--r-- | documentation/ref-manual/faq.rst | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/ref-manual/faq.rst b/documentation/ref-manual/faq.rst index 3e8127b927..dbd2aaf159 100644 --- a/documentation/ref-manual/faq.rst +++ b/documentation/ref-manual/faq.rst | |||
@@ -134,10 +134,9 @@ http://proxy.yoyodyne.com:18023/ # If you do not want to use proxy at | |||
134 | all, set this to off. #use_proxy = on The Yocto Project also includes a | 134 | all, set this to off. #use_proxy = on The Yocto Project also includes a |
135 | ``meta-poky/conf/site.conf.sample`` file that shows how to configure CVS | 135 | ``meta-poky/conf/site.conf.sample`` file that shows how to configure CVS |
136 | and Git proxy servers if needed. For more information on setting up | 136 | and Git proxy servers if needed. For more information on setting up |
137 | various proxy types and configuring proxy servers, see the "`Working | 137 | various proxy types and configuring proxy servers, see the |
138 | Behind a Network | 138 | ":yocto_wiki:`Working Behind a Network Proxy </wiki/Working_Behind_a_Network_Proxy>`" |
139 | Proxy <&YOCTO_WIKI_URL;/wiki/Working_Behind_a_Network_Proxy>`__" Wiki | 139 | Wiki page. |
140 | page. | ||
141 | 140 | ||
142 | **Q:** What’s the difference between target and target\ ``-native``? | 141 | **Q:** What’s the difference between target and target\ ``-native``? |
143 | 142 | ||
@@ -332,9 +331,9 @@ redirect requests through proxy servers. | |||
332 | 331 | ||
333 | .. note:: | 332 | .. note:: |
334 | 333 | ||
335 | You can find more information on the " | 334 | You can find more information on the |
336 | Working Behind a Network Proxy | 335 | ":yocto_wiki:`Working Behind a Network Proxy </wiki/Working_Behind_a_Network_Proxy>`" |
337 | " Wiki page. | 336 | Wiki page. |
338 | 337 | ||
339 | **Q:** Can I get rid of build output so I can start over? | 338 | **Q:** Can I get rid of build output so I can start over? |
340 | 339 | ||