summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/intro.rst
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-04-07 18:07:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-09 15:24:46 +0100
commitc380ba5a177de32e97820279685c4af6f837c010 (patch)
treec494289cda99f5bb76bad0d9492a3d1104d176d4 /documentation/overview-manual/intro.rst
parent802ac0b75e42657c7ff9f4ff5b2816c65ad29eea (diff)
downloadpoky-c380ba5a177de32e97820279685c4af6f837c010.tar.gz
docs: replace anchor links
Anchor links are treated by Sphinx as external links and are not checked during build, meaning it is impossible to know if a link becomes broken or not. As a matter of fact, most of the anchor links replaced in this commit were actually broken. The README now states that anchor links are forbidden so that there's no need to go through such a change later on. (From yocto-docs rev: de9e4d26b46afa3c79137d07529a74553400d2e0) Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/intro.rst')
-rw-r--r--documentation/overview-manual/intro.rst13
1 files changed, 6 insertions, 7 deletions
diff --git a/documentation/overview-manual/intro.rst b/documentation/overview-manual/intro.rst
index bd247dd45c..a2afe77564 100644
--- a/documentation/overview-manual/intro.rst
+++ b/documentation/overview-manual/intro.rst
@@ -14,17 +14,16 @@ information suitable for a new Yocto Project user.
14 14
15The following list describes what you can get from this manual: 15The following list describes what you can get from this manual:
16 16
17- `Introducing the Yocto Project <#overview-yp>`__\ *:* This chapter 17- :ref:`overview-manual/yp-intro:introducing the yocto project`\ *:*
18 provides an introduction to the Yocto Project. You will learn about 18 This chapter provides an introduction to the Yocto Project. You will learn
19 features and challenges of the Yocto Project, the layer model, 19 about features and challenges of the Yocto Project, the layer model,
20 components and tools, development methods, the 20 components and tools, development methods, the
21 :term:`Poky` reference distribution, the 21 :term:`Poky` reference distribution, the
22 OpenEmbedded build system workflow, and some basic Yocto terms. 22 OpenEmbedded build system workflow, and some basic Yocto terms.
23 23
24- `The Yocto Project Development 24- :ref:`overview-manual/development-environment:the yocto project development environment`\ *:*
25 Environment <#overview-development-environment>`__\ *:* This chapter 25 This chapter helps you get started understanding the Yocto Project
26 helps you get started understanding the Yocto Project development 26 development environment. You will learn about open source, development hosts,
27 environment. You will learn about open source, development hosts,
28 Yocto Project source repositories, workflows using Git and the Yocto 27 Yocto Project source repositories, workflows using Git and the Yocto
29 Project, a Git primer, and information about licensing. 28 Project, a Git primer, and information about licensing.
30 29