From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 9B67C385C32C; Wed, 24 Aug 2022 14:02:27 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9B67C385C32C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.cz Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 44B151FF90; Wed, 24 Aug 2022 14:02:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1661349746; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3Ez5DtpfQIJK34PKqihJnr3P16NzTC5fOpDqLbDxUKc=; b=Ie4VdPAXyfQt06xrKfNUp2fX1JUiaV6bofsKYn6tCdkIfyuLcWPYt7XI6vGaJrauFBRas8 UNXflztlCOIZVGWG/4j+1JCs9NClfviNvJKB6iPvCRHdOmT7OW2oqk+1fhw2TUmqciK0Tr ITeFpWHjsdqT1I1ZXEJpWI9NHkoPeIQ= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1661349746; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3Ez5DtpfQIJK34PKqihJnr3P16NzTC5fOpDqLbDxUKc=; b=Q1wkFMYi2D33e4WzuXjfqdOlqjDm11YtbRTbQ0YcXK/NMSiOk2c6Amx6LLyGqHOcuUp2ZN fBbCtFwLshOmHXBQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 0652213780; Wed, 24 Aug 2022 14:02:26 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id Dp01AHIvBmNFewAAMHmgww (envelope-from ); Wed, 24 Aug 2022 14:02:26 +0000 Message-ID: <6b3ae18e-2e8d-6795-1056-8ee9fae3741d@suse.cz> Date: Wed, 24 Aug 2022 16:02:25 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: Rust frontend patches v1 Content-Language: en-US To: Philip Herron Cc: =?UTF-8?B?TWFudWVsIEzDs3Blei1JYsOhw7Fleg==?= , Gcc Patch List , =?UTF-8?B?TWFudWVsIEzDs3Blei1JYsOhw7Fleg==?= References: <20220727134040.843750-1-philip.herron@embecosm.com> <52031efabcd85759ff3bf3a4d0c6a4ff0b47128e.camel@redhat.com> <2ba960c0-a54a-0f66-8a08-adc047a5addf@suse.cz> From: =?UTF-8?Q?Martin_Li=c5=a1ka?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_NUMSUBJECT,KAM_SHORT,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 8/24/22 15:51, Philip Herron wrote: > Hi Martin, > > Not right now, it is on the to-do list, but do we have to do it in texinfo? Well, I still hope we will move to Sphinx (and remove Texinfo) after the Cauldron. Anyway, using Sphinx is even now possible as a default documentation formal (see libgccjit, Ada manuals), where one exports Sphinx to texinfo. Cheers, Martin > > Thanks > > --Phil > > On Wed, 24 Aug 2022 at 14:49, Martin Liška wrote: >> >> On 8/15/22 16:33, Martin Liška wrote: >>> On 8/15/22 16:07, Manuel López-Ibáñez via Gcc-patches wrote: >>>> Dear Philip, >>>> >>>> Another thing to pay attention to is the move to Sphinx for documentation: >>>> https://gcc.gnu.org/pipermail/gcc/2022-August/239233.html >>> >>> Hi. >>> >>> Which is something I can help you with. I have a script that converts a texinfo documentation >>> to Sphinx. >> >> @Herron: Do you have any significant documentation changes in the rust branch right now? >> I can't see any. >> >> Thanks, >> Martin >> >>> >>> Cheers, >>> Martin >>