All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] manuals: simplify colon usage
@ 2021-04-16 17:55 Michael Opdenacker
  2021-04-16 17:55 ` [PATCH v2 1/3] dev-manual: fix code insertion Michael Opdenacker
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Michael Opdenacker @ 2021-04-16 17:55 UTC (permalink / raw)
  To: docs; +Cc: Michael Opdenacker

Following yesterday's discussions, here is an update to the
changes I propose:

- The first patch fixes an alignment issue
  Without this fix, the 3rd patch doesn't generate
  exactly identical HTML code

- The second patch (replacing ": ::" by "::")
  is unmodified

- The third patch was suggested by Quentin Schulz,
  and applies similarly on two consecutive lines.
  It was applied automatically.

Same HTML code from fewer bytes!

Michael Opdenacker (3):
  dev-manual: fix code insertion
  manuals: simplify code insertion
  manuals: code insertion simplification over two lines

 documentation/brief-yoctoprojectqs/index.rst  |    2 +-
 documentation/bsp-guide/bsp.rst               |   56 +-
 documentation/dev-manual/common-tasks.rst     | 1020 ++++++-----------
 documentation/dev-manual/qemu.rst             |   24 +-
 documentation/dev-manual/start.rst            |   30 +-
 documentation/kernel-dev/advanced.rst         |   87 +-
 documentation/kernel-dev/common.rst           |  225 ++--
 documentation/kernel-dev/concepts-appx.rst    |    6 +-
 documentation/kernel-dev/faq.rst              |    6 +-
 documentation/kernel-dev/maint-appx.rst       |   15 +-
 documentation/overview-manual/concepts.rst    |   51 +-
 .../development-environment.rst               |    6 +-
 documentation/profile-manual/intro.rst        |   10 +-
 documentation/profile-manual/usage.rst        |  184 +--
 documentation/ref-manual/classes.rst          |   87 +-
 .../ref-manual/devtool-reference.rst          |   51 +-
 documentation/ref-manual/faq.rst              |   20 +-
 documentation/ref-manual/features.rst         |    3 +-
 documentation/ref-manual/images.rst           |    5 +-
 documentation/ref-manual/kickstart.rst        |    6 +-
 documentation/ref-manual/migration-1.3.rst    |    7 +-
 documentation/ref-manual/migration-1.4.rst    |    6 +-
 documentation/ref-manual/migration-1.6.rst    |    8 +-
 documentation/ref-manual/migration-1.7.rst    |    6 +-
 documentation/ref-manual/migration-1.8.rst    |    6 +-
 documentation/ref-manual/migration-2.0.rst    |    9 +-
 documentation/ref-manual/migration-2.1.rst    |    9 +-
 documentation/ref-manual/migration-2.2.rst    |   14 +-
 documentation/ref-manual/migration-2.3.rst    |   16 +-
 documentation/ref-manual/migration-2.5.rst    |    8 +-
 documentation/ref-manual/migration-2.6.rst    |   15 +-
 documentation/ref-manual/migration-3.1.rst    |    7 +-
 documentation/ref-manual/migration-3.2.rst    |    6 +-
 documentation/ref-manual/qa-checks.rst        |   19 +-
 documentation/ref-manual/structure.rst        |   18 +-
 .../ref-manual/system-requirements.rst        |   69 +-
 documentation/ref-manual/tasks.rst            |   48 +-
 documentation/ref-manual/terms.rst            |    3 +-
 documentation/ref-manual/variables.rst        |  861 +++++---------
 .../sdk-manual/appendix-customizing.rst       |   27 +-
 documentation/sdk-manual/appendix-obtain.rst  |   30 +-
 documentation/sdk-manual/extensible.rst       |   81 +-
 documentation/sdk-manual/using.rst            |    6 +-
 documentation/sdk-manual/working-projects.rst |   60 +-
 44 files changed, 1129 insertions(+), 2104 deletions(-)

-- 
2.25.1


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-16 17:55 [PATCH v2 0/3] manuals: simplify colon usage Michael Opdenacker
2021-04-16 17:55 ` [PATCH v2 1/3] dev-manual: fix code insertion Michael Opdenacker
2021-04-16 17:55 ` [PATCH v2 2/3] manuals: simplify " Michael Opdenacker
2021-04-16 17:55 ` [PATCH v2 3/3] manuals: code insertion simplification over two lines Michael Opdenacker
2021-04-19  8:29 ` [docs] [PATCH v2 0/3] manuals: simplify colon usage Quentin Schulz
2021-04-20 14:35   ` 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.