mbox series

[wrynose] Pull request

Message ID DKUPBD5JQA0B.2YZC84NQ1DL4E@bootlin.com
State New
Headers show
Series [wrynose] Pull request | expand

Pull-request

git@push.yoctoproject.org:yocto-docs wrynose-next

Message

Antonin Godard Aug. 21, 2026, 2:45 p.m. UTC
The following changes since commit 5b1ff88511d90634bb3077b878176de577464e12:

  brief-yoctoprojectqs/index.rst: fix a replacement typo (2026-08-13 10:39:52 +0200)

are available in the Git repository at:

  git@push.yoctoproject.org:yocto-docs wrynose-next

for you to fetch changes up to 026924a74741307bec398662c146edf77a597b1c:

  README: update instructions for installing vale and sphinx-lint (2026-08-21 16:36:26 +0200)

----------------------------------------------------------------
Antonin Godard (12):
      index.rst: add introduction paragraphs
      index.rst: move the contributor guide out of the Manuals section
      index.rst: move the "Overview and Concepts" manual in the "Introduction and Overview" section
      index.rst: move external links to the bottom of the intro section
      overview-manual: move the intro content in the index
      bsp-guide: rename to bsp-manual
      contributor-guide/identify-component.rst: use the same tense as other section
      bitbake.rst: rename section to "BitBake User Manual"
      index.rst: move release notes in their own section
      index.rst: show the intro paragraph only for html-based docs
      ref-manual/variables.rst: document the PACKAGE_NO_LOCALE variable
      ref-manual/variables.rst: document the PACKAGEFUNCS variable

Daiane Angolini (2):
      ref-manual/features.rst: fix some cross references
      docs-wide: fix manual names in cross references

Quentin Schulz (1):
      README: update instructions for installing vale and sphinx-lint

 documentation/Pipfile                              |   2 +
 documentation/README                               |  35 ++++++-----
 documentation/bitbake.rst                          |   6 +-
 documentation/bsp-guide/index.rst                  |  15 -----
 documentation/{bsp-guide => bsp-manual}/bsp.rst    |  34 +++++-----
 .../figures/bsp-dev-flow.png                       | Bin
 documentation/bsp-manual/index.rst                 |  15 +++++
 .../contributor-guide/identify-component.rst       |   4 +-
 documentation/dev-manual/layers.rst                |   4 +-
 documentation/dev-manual/new-machine.rst           |   2 +-
 documentation/dev-manual/start.rst                 |   2 +-
 documentation/dev-manual/upgrading-recipes.rst     |   2 +-
 documentation/index.rst                            |  70 ++++++++++++++++++---
 documentation/kernel-dev/advanced.rst              |   2 +-
 documentation/kernel-dev/common.rst                |   6 +-
 documentation/migration-guides/migration-2.5.rst   |   2 +-
 documentation/overview-manual/concepts.rst         |   2 +-
 .../overview-manual/development-environment.rst    |   4 +-
 documentation/overview-manual/index.rst            |  59 ++++++++++++++++-
 documentation/overview-manual/intro.rst            |  69 --------------------
 documentation/overview-manual/yp-intro.rst         |   4 +-
 documentation/ref-manual/classes.rst               |   6 +-
 documentation/ref-manual/faq.rst                   |   6 +-
 documentation/ref-manual/features.rst              |   6 +-
 documentation/ref-manual/qa-checks.rst             |   2 +-
 documentation/ref-manual/resources.rst             |   2 +-
 documentation/ref-manual/structure.rst             |   2 +-
 documentation/ref-manual/terms.rst                 |   4 +-
 documentation/ref-manual/variables.rst             |  61 +++++++++++++++++-
 documentation/sphinx-static/theme_overrides.css    |   4 ++
 documentation/standards.md                         |   6 +-
 documentation/test-manual/intro.rst                |   2 +-
 .../transitioning-to-a-custom-environment.rst      |   2 +-
 documentation/what-i-wish-id-known.rst             |   6 +-
 34 files changed, 277 insertions(+), 171 deletions(-)
 delete mode 100644 documentation/bsp-guide/index.rst
 rename documentation/{bsp-guide => bsp-manual}/bsp.rst (98%)
 rename documentation/{bsp-guide => bsp-manual}/figures/bsp-dev-flow.png (100%)
 create mode 100644 documentation/bsp-manual/index.rst
 delete mode 100644 documentation/overview-manual/intro.rst