mbox series

[v2,0/2] Add documentation on fragments

Message ID 20250926-fragments-v2-0-3f096c33efa0@bootlin.com
Headers show
Series Add documentation on fragments | expand

Message

Antonin Godard Sept. 26, 2025, 1:06 p.m. UTC
First patch introduces doc for auto.conf, and the second one adds docs
on fragments.

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
Changes in v2:
- Rename using-fragments to creating fragments. Adjust title
  accordingly.
- Multiple recommendations from Alexander Kanavin (thanks!), namely:
  - Some better phrasings
  - Usage of "Standard" configuration fragment for fragment configuration files.
  - Add a section on how to add custom built-in fragments.
- Link to v1: https://lore.kernel.org/r/20250925-fragments-v1-0-c9f747361fb2@bootlin.com

---
Antonin Godard (2):
      ref-manual/structure: document the auto.conf file
      Add documentation on fragments

 documentation/dev-manual/creating-fragments.rst | 146 ++++++++++++++
 documentation/dev-manual/index.rst              |   1 +
 documentation/ref-manual/fragments.rst          | 258 ++++++++++++++++++++++++
 documentation/ref-manual/index.rst              |   1 +
 documentation/ref-manual/structure.rst          |   9 +
 documentation/ref-manual/terms.rst              |  92 +++++++++
 documentation/ref-manual/variables.rst          |  39 ++++
 7 files changed, 546 insertions(+)
---
base-commit: e77139b5c616e6e5ad436eb91416fd804389425f
change-id: 20250924-fragments-bb3da11e23aa

Best regards,
--  
Antonin Godard <antonin.godard@bootlin.com>