[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Creating a documentation team?
From: |
Maxim Cournoyer |
Subject: |
Re: Creating a documentation team? |
Date: |
Fri, 19 Apr 2024 11:32:09 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi,
Ludovic Courtès <ludo@gnu.org> writes:
> 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"
I second this. I'd be happy to be added to it.
--
Thanks,
Maxim
- 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, 2024/04/19
- Re: Creating a documentation team?,
Maxim Cournoyer <=
- 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
- Re: Fix grammar and markup (was Re: Feedback of the GNU Guix manual), Matt, 2024/04/18