From b70318797c598db4cfda28226ac4c535235c9d1b Mon Sep 17 00:00:00 2001 From: Nicolas Dechesne Date: Thu, 3 Dec 2020 22:38:43 +0100 Subject: ref-manual: remove 'ref' from filenames All filenames duplicate the 'manual name', which is not needed, and make all references longer than they should. Rename all files to be as consise as possible, and fix all references (From yocto-docs rev: bb7e4783f45a5f67e6e4b39968f3512f43738833) Signed-off-by: Nicolas Dechesne Signed-off-by: Richard Purdie --- documentation/overview-manual/concepts.rst | 6 +++--- documentation/overview-manual/yp-intro.rst | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/overview-manual') diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 019ead85cb..8fbbabbac5 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst @@ -112,7 +112,7 @@ Class files (``.bbclass``) contain information that is useful to share between recipes files. An example is the :ref:`autotools ` class, which contains common settings for any application that Autotools uses. -The ":ref:`ref-manual/ref-classes:Classes`" chapter in the +The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project Reference Manual provides details about classes and how to use them. @@ -456,7 +456,7 @@ typically find in the distribution layer: can be shared among recipes in the distribution. When your recipes inherit a class, they take on the settings and functions for that class. You can read more about class files in the - ":ref:`ref-manual/ref-classes:Classes`" chapter of the Yocto + ":ref:`ref-manual/classes:Classes`" chapter of the Yocto Reference Manual. - *conf:* This area holds configuration files for the layer @@ -1285,7 +1285,7 @@ this output: .. note:: For a list of example images that the Yocto Project provides, see the - ":doc:`/ref-manual/ref-images`" chapter in the Yocto Project Reference + ":doc:`/ref-manual/images`" chapter in the Yocto Project Reference Manual. The build process writes images out to the :term:`Build Directory` diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst index c66b4b5da2..66a88c9521 100644 --- a/documentation/overview-manual/yp-intro.rst +++ b/documentation/overview-manual/yp-intro.rst @@ -111,7 +111,7 @@ Project: development. - *Releases According to a Strict Schedule:* Major releases occur on a - :doc:`six-month cycle ` + :doc:`six-month cycle ` predictably in October and April. The most recent two releases support point releases to address common vulnerabilities and exposures. This predictability is crucial for projects based on the @@ -676,7 +676,7 @@ these items that make up the Poky repository in the If you are interested in all the contents of the poky - Git repository, see the ":ref:`ref-manual/ref-structure:top-level core components`" + Git repository, see the ":ref:`ref-manual/structure:top-level core components`" section in the Yocto Project Reference Manual. The following figure illustrates what generally comprises Poky: @@ -720,7 +720,7 @@ Poky has a regular, well established, six-month release cycle under its own version. Major releases occur at the same time major releases (point releases) occur for the Yocto Project, which are typically in the Spring and Fall. For more information on the Yocto Project release schedule and -cadence, see the ":doc:`/ref-manual/ref-release-process`" chapter in the +cadence, see the ":doc:`/ref-manual/release-process`" chapter in the Yocto Project Reference Manual. Much has been said about Poky being a "default configuration". A default @@ -798,7 +798,7 @@ Some Basic Terms It helps to understand some basic fundamental terms when learning the Yocto Project. Although a list of terms exists in the ":doc:`Yocto Project -Terms `" section of the Yocto Project +Terms `" section of the Yocto Project Reference Manual, this section provides the definitions of some terms helpful for getting started: @@ -879,7 +879,7 @@ helpful for getting started: It is worth noting that the term "package" can, in general, have subtle meanings. For example, the packages referred to in the - ":ref:`ref-manual/ref-system-requirements:required packages for the build host`" + ":ref:`ref-manual/system-requirements:required packages for the build host`" section in the Yocto Project Reference Manual are compiled binaries that, when installed, add functionality to your Linux distribution. -- cgit v1.2.3-54-g00ecf