diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-06-17 15:16:18 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-19 16:54:01 +0100 |
commit | b394cca92737202a242511d32a5c7fdb463ea03c (patch) | |
tree | 6b8c87d76df5258372a93c021cc353cb18ea72d1 /documentation/ref-manual | |
parent | e0ab2c01d6ffc7319b5f85d18330d17bcb36435c (diff) | |
download | poky-b394cca92737202a242511d32a5c7fdb463ea03c.tar.gz |
manuals: fix issues related to trailing dots
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\.$"
(From yocto-docs rev: 1d3026f50753d9ccf39b7d0163c77c765d754994)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/release-process.rst | 5 |
1 files changed, 2 insertions, 3 deletions
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. | |||
166 | 166 | ||
167 | .. note:: | 167 | .. note:: |
168 | 168 | ||
169 | You can find all these branches in the Yocto Project | 169 | You can find all these branches in the |
170 | Source Repositories | 170 | :ref:`overview-manual/development-environment:yocto project source repositories`. |
171 | . | ||
172 | 171 | ||
173 | Testing within these public branches ensures in a publicly visible way | 172 | Testing within these public branches ensures in a publicly visible way |
174 | that all of the main supposed architectures and recipes in OE-Core | 173 | that all of the main supposed architectures and recipes in OE-Core |