From ea4099c2c8f9b80ef3a1f1714406862f495ccb85 Mon Sep 17 00:00:00 2001 From: Felix Moessbauer Date: Sat, 18 Mar 2023 17:15:39 +0100 Subject: [PATCH] improve style of dump plugin documentation This patch puts the code examples of the dump plugin into code-blocks in the documentation. By that, the documentation is easier to read. Signed-off-by: Felix Moessbauer Signed-off-by: Jan Kiszka --- kas/plugins/dump.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kas/plugins/dump.py b/kas/plugins/dump.py index 3773484..8b765e7 100644 --- a/kas/plugins/dump.py +++ b/kas/plugins/dump.py @@ -36,11 +36,11 @@ - all refspecs are resolved before patches are applied For example, to get a single config representing the final build config of - ``kas-project.yml:target-override.yml`` you could run: + ``kas-project.yml:target-override.yml`` you could run:: kas dump kas-project.yml:target-override.yml > kas-project-expanded.yml - The generated config can be used as input for kas: + The generated config can be used as input for kas:: kas build kas-project-expanded.yml """