All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] sdk-manual: fix code-blocks, migrate one PNG to SVG, remove unused PNG
@ 2026-01-14 12:56 Quentin Schulz
  2026-01-14 12:56 ` [PATCH 1/9] sdk-manual: fix incorrect highlight language for text code-blocks Quentin Schulz
                   ` (9 more replies)
  0 siblings, 10 replies; 16+ messages in thread
From: Quentin Schulz @ 2026-01-14 12:56 UTC (permalink / raw)
  To: docs; +Cc: Quentin Schulz

This migrates literal and code blocks to an explicit lexer in
sdk-manual.

It also migrate one PNG to SVG (one that was "easy enough" for me to
quickly do), as well as deleting an unused PNG.

In addition, this removes two PNGs in favor of a simple code-block when
listing the directory layout as it doesn't bring anything valuable and
makes accessibility worse.

Finally, it also fixes some improper indent that resulted in
explanations unintentionally being part of a code-block.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
---
Quentin Schulz (9):
      sdk-manual: fix incorrect highlight language for text code-blocks
      sdk-manual: fix incorrect highlight language for console code-blocks
      sdk-manual: fix improper indent of general form of tarball installer script
      sdk-manual: working-projects: properly highlight code code-blocks
      sdk-manual: appending-customizing: use none lexer for BitBake code blocks
      sdk-manual: appendix-obtain: replace directory structure PNG with a code-block
      sdk-manual: appendix-obtain: replace eSDK directory structure PNG with a code-block
      sdk-manual: replace sdk-environment PNG with SVG
      sdk-manual: delete sdk-title PNG

 documentation/sdk-manual/appendix-customizing.rst  |  36 +-
 documentation/sdk-manual/appendix-obtain.rst       | 104 ++++-
 documentation/sdk-manual/extensible.rst            |  59 ++-
 .../sdk-manual/figures/sdk-environment.png         | Bin 42098 -> 0 bytes
 .../sdk-installed-extensible-sdk-directory.png     | Bin 66753 -> 0 bytes
 .../sdk-installed-standard-sdk-directory.png       | Bin 39099 -> 0 bytes
 documentation/sdk-manual/figures/sdk-title.png     | Bin 31039 -> 0 bytes
 documentation/sdk-manual/intro.rst                 |   2 +-
 documentation/sdk-manual/svg/sdk-environment.svg   | 463 +++++++++++++++++++++
 documentation/sdk-manual/using.rst                 |  33 +-
 documentation/sdk-manual/working-projects.rst      | 112 +++--
 11 files changed, 711 insertions(+), 98 deletions(-)
---
base-commit: b8a56b8b2e8c0417b2f7204f80c79b05d95e9ce4
change-id: 20260114-code-block-misc-20260114-bf035e4362c2

Best regards,
-- 
Quentin Schulz <quentin.schulz@cherry.de>



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

end of thread, other threads:[~2026-02-10 13:07 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-14 12:56 [PATCH 0/9] sdk-manual: fix code-blocks, migrate one PNG to SVG, remove unused PNG Quentin Schulz
2026-01-14 12:56 ` [PATCH 1/9] sdk-manual: fix incorrect highlight language for text code-blocks Quentin Schulz
2026-01-14 12:56 ` [PATCH 2/9] sdk-manual: fix incorrect highlight language for console code-blocks Quentin Schulz
2026-01-14 12:56 ` [PATCH 3/9] sdk-manual: fix improper indent of general form of tarball installer script Quentin Schulz
2026-01-20 15:33   ` [docs] " Antonin Godard
2026-01-20 15:57     ` Quentin Schulz
2026-01-14 12:56 ` [PATCH 4/9] sdk-manual: working-projects: properly highlight code code-blocks Quentin Schulz
2026-01-14 12:56 ` [PATCH 5/9] sdk-manual: appending-customizing: use none lexer for BitBake code blocks Quentin Schulz
2026-01-14 12:56 ` [PATCH 6/9] sdk-manual: appendix-obtain: replace directory structure PNG with a code-block Quentin Schulz
2026-01-20 15:37   ` [docs] " Antonin Godard
2026-01-20 15:55     ` Quentin Schulz
2026-01-21 10:18       ` Antonin Godard
2026-01-14 12:56 ` [PATCH 7/9] sdk-manual: appendix-obtain: replace eSDK " Quentin Schulz
2026-01-14 12:56 ` [PATCH 8/9] sdk-manual: replace sdk-environment PNG with SVG Quentin Schulz
2026-01-14 12:56 ` [PATCH 9/9] sdk-manual: delete sdk-title PNG Quentin Schulz
2026-02-10 13:06 ` [PATCH 0/9] sdk-manual: fix code-blocks, migrate one PNG to SVG, remove unused PNG Antonin Godard

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.