diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-13 22:03:26 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:35 +0100 |
commit | 688e49bb5e6e61b5c0dbbe6b2c3bdf1c5a4bef8d (patch) | |
tree | 4c2141ae1261735f6ee2383ab016a602232b309e /documentation/dev-manual/dev-manual-intro.rst | |
parent | 292598164a304a3da3288e6fb8963f13045d1e7f (diff) | |
download | poky-688e49bb5e6e61b5c0dbbe6b2c3bdf1c5a4bef8d.tar.gz |
sphinx: dev-manual: Various URL, code block and other fixes to imported data
(From yocto-docs rev: 8e73d870e9dc2df416f5c5cf5b10ef552be0aa6d)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-intro.rst')
-rw-r--r-- | documentation/dev-manual/dev-manual-intro.rst | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-intro.rst b/documentation/dev-manual/dev-manual-intro.rst index 1dc552c750..3225c6ca45 100644 --- a/documentation/dev-manual/dev-manual-intro.rst +++ b/documentation/dev-manual/dev-manual-intro.rst | |||
@@ -32,16 +32,14 @@ This manual provides the following: | |||
32 | 32 | ||
33 | This manual does not provide the following: | 33 | This manual does not provide the following: |
34 | 34 | ||
35 | - Redundant Step-by-step Instructions: For example, the `Yocto Project | 35 | - Redundant Step-by-step Instructions: For example, the |
36 | Application Development and the Extensible Software Development Kit | 36 | :doc:`../sdk-manual/sdk-manual` manual contains detailed |
37 | (eSDK) <&YOCTO_DOCS_SDK_URL;>`__ manual contains detailed | ||
38 | instructions on how to install an SDK, which is used to develop | 37 | instructions on how to install an SDK, which is used to develop |
39 | applications for target hardware. | 38 | applications for target hardware. |
40 | 39 | ||
41 | - Reference or Conceptual Material: This type of material resides in an | 40 | - Reference or Conceptual Material: This type of material resides in an |
42 | appropriate reference manual. For example, system variables are | 41 | appropriate reference manual. For example, system variables are |
43 | documented in the `Yocto Project Reference | 42 | documented in the :doc`../ref-manual/ref-manual`. |
44 | Manual <&YOCTO_DOCS_REF_URL;>`__. | ||
45 | 43 | ||
46 | - Detailed Public Information Not Specific to the Yocto Project: For | 44 | - Detailed Public Information Not Specific to the Yocto Project: For |
47 | example, exhaustive information on how to use the Source Control | 45 | example, exhaustive information on how to use the Source Control |
@@ -56,9 +54,8 @@ supplemental information is recommended for full comprehension. For | |||
56 | introductory information on the Yocto Project, see the | 54 | introductory information on the Yocto Project, see the |
57 | :yocto_home:`Yocto Project Website <>`. If you want to build an image with no | 55 | :yocto_home:`Yocto Project Website <>`. If you want to build an image with no |
58 | knowledge of Yocto Project as a way of quickly testing it out, see the | 56 | knowledge of Yocto Project as a way of quickly testing it out, see the |
59 | `Yocto Project Quick Build <&YOCTO_DOCS_BRIEF_URL;>`__ document. | 57 | :doc:`../brief-yoctoprojectqs/brief-yoctoprojectqs` document. |
60 | 58 | ||
61 | For a comprehensive list of links and other documentation, see the | 59 | For a comprehensive list of links and other documentation, see the |
62 | "`Links and Related | 60 | ":ref:`ref-manual/resources:links and related documentation`" |
63 | Documentation <&YOCTO_DOCS_REF_URL;#resources-links-and-related-documentation>`__" | ||
64 | section in the Yocto Project Reference Manual. | 61 | section in the Yocto Project Reference Manual. |