[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 05/06: doc: Use title case for section titles.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 05/06: doc: Use title case for section titles. |
Date: |
Sat, 13 May 2023 06:38:59 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit 3cfac2030057e94c620c9f6ae9b7a5e8dcde8e96
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat May 13 12:36:34 2023 +0200
doc: Use title case for section titles.
* doc/shepherd.texi (Coding Standards, Design Decisions): Capitalize.
---
doc/shepherd.texi | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 5cbbc50..08e199c 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -1813,15 +1813,15 @@ You're very much welcome to join us! You can report
bugs to
@email{guix-devel@@gnu.org}.
@menu
-* Coding standards:: How to properly hack the Shepherd.
-* Design decisions:: Why the Shepherd is what it is.
+* Coding Standards:: How to properly hack the Shepherd.
+* Design Decisions:: Why the Shepherd is what it is.
* Service Internals:: How services actually work.
@end menu
@c @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@node Coding standards
-@section Coding standards
+@node Coding Standards
+@section Coding Standards
About formatting: Use common sense and GNU Emacs (which actually is
the same, of course), and you almost can't get the formatting wrong.
@@ -1830,8 +1830,8 @@ Style,,, guix, GNU Guix Reference Manual}, for more info.
@c @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-@node Design decisions
-@section Design decisions
+@node Design Decisions
+@section Design Decisions
@quotation Note
This section was written by Wolfgang Jährling back in 2003 and documents
- [shepherd] branch master updated (a0c01c4 -> 4f1c86c), Ludovic Courtès, 2023/05/13
- [shepherd] 03/06: doc: Remove outdated section., Ludovic Courtès, 2023/05/13
- [shepherd] 01/06: Update 'NEWS'., Ludovic Courtès, 2023/05/13
- [shepherd] 02/06: doc: Consistently use the term "procedure"., Ludovic Courtès, 2023/05/13
- [shepherd] 05/06: doc: Use title case for section titles.,
Ludovic Courtès <=
- [shepherd] 04/06: doc: Write "Service Internals"., Ludovic Courtès, 2023/05/13
- [shepherd] 06/06: build: Bump to version 0.10.0., Ludovic Courtès, 2023/05/13