public inbox for docs@lists.yoctoproject.org
 help / color / mirror / Atom feed
* [kirkstone][PATCH 0/9] documentation backports
@ 2024-04-14 18:20 michael.opdenacker
  2024-04-14 18:20 ` [kirkstone][PATCH 1/9] release-notes-4.0.17: reorder CVEs michael.opdenacker
                   ` (8 more replies)
  0 siblings, 9 replies; 11+ messages in thread
From: michael.opdenacker @ 2024-04-14 18:20 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Picking changes from the "master" branch when applicable.

Jörg Sommer (1):
  kernel-dev: join mkdir commands with -p

Lee Chee Yang (1):
  release-notes-4.0.17: reorder CVEs

Michael Opdenacker (5):
  manuals: fix duplicate "stylecheck" target
  manuals: add initial sphinx-lint support
  manuals: fix trailing spaces
  manuals: fix incorrect double backticks
  manuals: remove tab characters

Quentin Schulz (2):
  docs: conf.py: properly escape backslashes for latex_elements
  manuals: refer to new yocto-patches mailing list wherever appropriate

 documentation/Makefile                        |   5 +-
 documentation/README                          |  14 +++
 documentation/conf.py                         |   4 +-
 .../contributor-guide/submit-changes.rst      |   2 +-
 documentation/dev-manual/init-manager.rst     |   2 +-
 documentation/dev-manual/layers.rst           |  16 +--
 documentation/dev-manual/start.rst            |  12 +-
 documentation/dev-manual/wic.rst              |  56 ++++-----
 documentation/kernel-dev/advanced.rst         |   4 +-
 documentation/kernel-dev/common.rst           |  14 +--
 .../migration-guides/migration-4.0.rst        |  20 +--
 .../migration-guides/release-notes-4.0.17.rst |  12 +-
 .../migration-guides/release-notes-4.0.5.rst  |   2 +-
 .../migration-guides/release-notes-4.0.rst    |  17 ++-
 documentation/overview-manual/intro.rst       |   2 +-
 documentation/profile-manual/usage.rst        | 116 +++++++++---------
 documentation/ref-manual/classes.rst          |   2 +-
 documentation/ref-manual/resources.rst        |   3 +
 documentation/ref-manual/tasks.rst            |   2 +-
 documentation/ref-manual/terms.rst            |  10 +-
 documentation/ref-manual/variables.rst        |   2 +-
 documentation/sdk-manual/working-projects.rst |  10 +-
 22 files changed, 170 insertions(+), 157 deletions(-)

-- 
2.34.1



^ permalink raw reply	[flat|nested] 11+ messages in thread
* [kirkstone][PATCH 0/9] documentation backports
@ 2024-03-25 13:27 michael.opdenacker
  0 siblings, 0 replies; 11+ messages in thread
From: michael.opdenacker @ 2024-03-25 13:27 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

Apply relevant patches from the "master" branch.

Alexander Kanavin (1):
  dev-manual: improve descriptions of 'bitbake -S printdiff'

BELOUARGA Mohamed (1):
  ref-manual: add documentation of the variable SPDX_NAMESPACE_PREFIX

Lee Chee Yang (1):
  migration-guides: add release notes for 4.0.17

Martin Jansa (1):
  contributor-guide: be more specific about meta-* trees

Michael Opdenacker (5):
  manuals: add initial stylechecks with Vale
  profile-manual: usage.rst: formatting fixes
  manuals: use "manual page(s)"
  profile-manual: usage.rst: fix reference to bug report
  profile-manual: usage.rst: further style improvements

 documentation/.gitignore                      |   2 +
 documentation/.vale.ini                       |   7 +
 documentation/Makefile                        |  13 +-
 documentation/README                          |  14 +
 .../contributor-guide/submit-changes.rst      |   2 +-
 documentation/dev-manual/building.rst         |   7 +-
 documentation/dev-manual/debugging.rst        |  13 +-
 .../migration-guides/release-4.0.rst          |   1 +
 .../migration-guides/release-notes-4.0.17.rst | 238 ++++++
 documentation/profile-manual/usage.rst        | 738 +++++++++---------
 documentation/ref-manual/classes.rst          |   2 +-
 documentation/ref-manual/variables.rst        |   7 +-
 documentation/standards.md                    |  15 +
 .../config/vocabularies/OpenSource/accept.txt |  20 +
 .../config/vocabularies/Yocto/accept.txt      |   5 +
 15 files changed, 704 insertions(+), 380 deletions(-)
 create mode 100644 documentation/.vale.ini
 create mode 100644 documentation/migration-guides/release-notes-4.0.17.rst
 create mode 100644 documentation/styles/config/vocabularies/OpenSource/accept.txt
 create mode 100644 documentation/styles/config/vocabularies/Yocto/accept.txt

-- 
2.34.1



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

end of thread, other threads:[~2024-04-14 18:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 18:20 [kirkstone][PATCH 0/9] documentation backports michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 1/9] release-notes-4.0.17: reorder CVEs michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 2/9] docs: conf.py: properly escape backslashes for latex_elements michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 3/9] manuals: refer to new yocto-patches mailing list wherever appropriate michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 4/9] manuals: fix duplicate "stylecheck" target michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 5/9] manuals: add initial sphinx-lint support michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 6/9] manuals: fix trailing spaces michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 7/9] manuals: fix incorrect double backticks michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 8/9] kernel-dev: join mkdir commands with -p michael.opdenacker
2024-04-14 18:20 ` [kirkstone][PATCH 9/9] manuals: remove tab characters michael.opdenacker
  -- strict thread matches above, loose matches on Subject: below --
2024-03-25 13:27 [kirkstone][PATCH 0/9] documentation backports michael.opdenacker

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox