All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] manuals: fix issues related to trailing dots
       [not found] <1689625B83281616.698@lists.yoctoproject.org>
@ 2021-06-17 13:42 ` Michael Opdenacker
       [not found] ` <1689626DCF45A26C.30611@lists.yoctoproject.org>
  1 sibling, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2021-06-17 13:42 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker

Fix missing reference and styling issues found thanks
to trailing dots (only non black character in a line)

Matches (and multiple false positives) found with the below command:
git grep "\s\.$"

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 documentation/overview-manual/concepts.rst        | 7 ++-----
 documentation/overview-manual/yp-intro.rst        | 3 +--
 documentation/ref-manual/release-process.rst      | 5 ++---
 documentation/sdk-manual/appendix-customizing.rst | 5 +----
 4 files changed, 6 insertions(+), 14 deletions(-)

diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index ab882ff778..642ef15fe5 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1462,12 +1462,9 @@ cross-compiler that is used internally within BitBake only.
 
 .. note::
 
-   The extensible SDK does not use
-   gcc-cross-canadian
+   The extensible SDK does not use ``gcc-cross-canadian``
    since this SDK ships a copy of the OpenEmbedded build system and the
-   sysroot within it contains
-   gcc-cross
-   .
+   sysroot within it contains ``gcc-cross``.
 
 The chain of events that occurs when the standard toolchain is bootstrapped::
 
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index 28ed07994a..d20a4ab09f 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -248,8 +248,7 @@ accomplish this through a recipe that is a BitBake append
 .. note::
 
    For general information on BSP layer structure, see the
-   :doc:`/bsp-guide/index`
-   .
+   :doc:`/bsp-guide/index`.
 
 The :term:`Source Directory`
 contains both general layers and BSP layers right out of the box. You
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst
index 64adc1e389..ab143f7df0 100644
--- a/documentation/ref-manual/release-process.rst
+++ b/documentation/ref-manual/release-process.rst
@@ -166,9 +166,8 @@ repository.
 
 .. note::
 
-   You can find all these branches in the Yocto Project
-   Source Repositories
-   .
+   You can find all these branches in the
+   :ref:`overview-manual/development-environment:yocto project source repositories`.
 
 Testing within these public branches ensures in a publicly visible way
 that all of the main supposed architectures and recipes in OE-Core
diff --git a/documentation/sdk-manual/appendix-customizing.rst b/documentation/sdk-manual/appendix-customizing.rst
index 8c635d1662..db7cd412b8 100644
--- a/documentation/sdk-manual/appendix-customizing.rst
+++ b/documentation/sdk-manual/appendix-customizing.rst
@@ -78,8 +78,6 @@ adjustments:
       ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:basic syntax`"
       section of the BitBake User Manual.
 
-   .
-
 -  If you have classes or recipes that add additional tasks to the
    standard build flow (i.e. the tasks execute as the recipe builds as
    opposed to being called explicitly), then you need to do one of the
@@ -294,8 +292,7 @@ source, you need to do a number of things:
 
          This second option is the safest option should you have any
          doubts as to which method to use when setting
-         SSTATE_MIRRORS
-         .
+         :term:`SSTATE_MIRRORS`
 
 Minimizing the Size of the Extensible SDK Installer Download
 ============================================================
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [docs] [PATCH v2] manuals: fix issues related to trailing dots
       [not found] ` <1689626DCF45A26C.30611@lists.yoctoproject.org>
@ 2021-06-18 14:56   ` Michael Opdenacker
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Opdenacker @ 2021-06-18 14:56 UTC (permalink / raw)
  To: docs


On 6/17/21 3:42 PM, Michael Opdenacker wrote:
> Fix missing reference and styling issues found thanks
> to trailing dots (only non black character in a line)
>
> Matches (and multiple false positives) found with the below command:
> git grep "\s\.$"
>
> Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>


Merged in "master-next". This was a quite trivial patch anyway.

Cheers,

Michael.

-- 
Michael Opdenacker, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-18 14:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1689625B83281616.698@lists.yoctoproject.org>
2021-06-17 13:42 ` [PATCH v2] manuals: fix issues related to trailing dots Michael Opdenacker
     [not found] ` <1689626DCF45A26C.30611@lists.yoctoproject.org>
2021-06-18 14:56   ` [docs] " Michael Opdenacker

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.