From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57070) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f8tv0-00022D-70 for guix-patches@gnu.org; Wed, 18 Apr 2018 16:43:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f8tuw-0002Ov-5J for guix-patches@gnu.org; Wed, 18 Apr 2018 16:43:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:51786) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1f8tuw-0002Or-0m for guix-patches@gnu.org; Wed, 18 Apr 2018 16:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1f8tuv-0003F0-KX for guix-patches@gnu.org; Wed, 18 Apr 2018 16:43:01 -0400 Subject: [bug#31114] [PATCH] gnu: Add fortune-mod. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20180409173217.7629-1-ambrevar@gmail.com> <878t9w9t57.fsf@gmail.com> <20180409205516.GA28883@jasmine.lan> <87fu43fsv0.fsf@gmail.com> Date: Wed, 18 Apr 2018 22:42:31 +0200 In-Reply-To: <87fu43fsv0.fsf@gmail.com> (Pierre Neidhardt's message of "Tue, 10 Apr 2018 12:30:51 +0530") Message-ID: <87bmegutzc.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Pierre Neidhardt Cc: 31114@debbugs.gnu.org Hello, Pierre Neidhardt skribis: > More generally: is there an API reference or is it just the source code? > Development documentation seems a bit scarce... The manual contains an API reference for things like (guix store), (guix derivations), and (guix monads), but it lacks a reference for (guix build =E2=80=A6) modules. That said, these modules have docstrings and are fairly small, so hopefully it=E2=80=99s not that bad. ;-) Ludo=E2=80=99.