[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Creating a documentation team?
From: |
Ludovic Courtès |
Subject: |
Creating a documentation team? |
Date: |
Fri, 19 Apr 2024 16:09:53 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Florian and all,
I figure you’ve been doing a lot of review and writing of the manual.
Should we create a documentation team, of which you could be a honorary
member? :-)
I feel like ensuring doc consistency, be it regarding the content,
terminology, typography, or use of markup, is a job in its own that
could be best reviewed by people familiar with and interested in those
issues.
WDYT?
Ludo’.
diff --git a/etc/teams.scm b/etc/teams.scm
index d537e83efc..4d65a5476e 100755
--- a/etc/teams.scm
+++ b/etc/teams.scm
@@ -434,6 +434,16 @@ (define-team core
(make-regexp* "^guix/scripts/")
(make-regexp* "^guix/store/"))))
+(define-team documentation
+ (team 'documentation
+ #:name "Documentation"
+ #:description "Documentation: the manual and cookbook."
+ #:scope (list (make-regexp* "\\.texi$")
+ "doc/build.scm"
+ "gnu/system/examples/bare-bones.tmpl"
+ "gnu/system/examples/lightweight-desktop.tmpl"
+ "gnu/system/examples/desktop.tmpl")))
+
(define-team core-packages
(team 'core-packages
#:name "Core packages"
- Fix grammar and markup (was Re: Feedback of the GNU Guix manual), Matt, 2024/04/10
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), pelzflorian (Florian Pelz), 2024/04/12
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), Matt, 2024/04/12
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), pelzflorian (Florian Pelz), 2024/04/13
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), pelzflorian (Florian Pelz), 2024/04/14
- Creating a documentation team?,
Ludovic Courtès <=
- Re: Creating a documentation team?, Maxim Cournoyer, 2024/04/19
- Re: Creating a documentation team?, pelzflorian (Florian Pelz), 2024/04/19
- Re: Creating a documentation team?, Matt, 2024/04/20
Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), Ludovic Courtès, 2024/04/12
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), Matt, 2024/04/13
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), pelzflorian (Florian Pelz), 2024/04/13
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), Matt, 2024/04/14
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), pelzflorian (Florian Pelz), 2024/04/15
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), Matt, 2024/04/15
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), pelzflorian (Florian Pelz), 2024/04/16