From 08347b014682937960d38468ce7d2b1fbcdd02ff Mon Sep 17 00:00:00 2001 From: Roland Hieber Date: Mon, 11 Sep 2023 12:30:47 +0200 Subject: [PATCH] doc: fix "Title underline too short" warning when building with sphinx Signed-off-by: Roland Hieber --- doc/getting-started.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/getting-started.rst b/doc/getting-started.rst index d47e116..d98c079 100644 --- a/doc/getting-started.rst +++ b/doc/getting-started.rst @@ -74,7 +74,7 @@ This form of plain *useries* is an unqualified form of umpf, and we need to transform it into another form to make it qualified. Why is this form of *useries* unqualified? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Suppose you want to create a patch stack from the above *useries* file. Creating a patch stack is done with umpf's *format-patch* command. @@ -99,7 +99,7 @@ Therefore we must first preprocess our *useries* into a form that contains information about the linear commits. Transforming a *useries* into a *umerge* -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From this *useries* file, we can now build a *umerge*::