guix-devel
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]