From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id A15343841445 for ; Mon, 25 Jul 2022 22:40:54 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A15343841445 Received: from mail-qt1-f200.google.com (mail-qt1-f200.google.com [209.85.160.200]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-670-6eOy_mSbMdSAtCTrLUlMmQ-1; Mon, 25 Jul 2022 18:40:53 -0400 X-MC-Unique: 6eOy_mSbMdSAtCTrLUlMmQ-1 Received: by mail-qt1-f200.google.com with SMTP id y11-20020a05622a004b00b0031f22fc45fcso4243666qtw.17 for ; Mon, 25 Jul 2022 15:40:52 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:subject:from:to:date:in-reply-to :references:user-agent:mime-version:content-transfer-encoding; bh=hOXPyAtOGDWJYdDYnsCpy2cH/efDtPN3Xa3RngUcbIE=; b=aQgMeqosFj5csL/3SBN+UX+fOltLr+UfmAQvifePGGT+9uvQwxGH8yhN2DEqSIdaHi 2M+7J5Dmz/9zKUMHnXWrGXGNu8C/aOKh9ijHzP91tPO+YLG9KShrwvIx0w5fNLUSrIxi kYI4muW0v/DzKeO7hPX+Vf6o38xe1W2mwxsoHH6zp1LaPuY1mMjK68XcK6nLyXpyfRtt k/dPgTXVN9HRbo3JVg+1UB4APZ+1ND6CtDT06klWa0/5FxxHFRIuBZutiJ8PthBhc9SU BVDqDHzqtaBize8eNRcJHqrWYuFlz6CXDjRVHhvW086ErYtdH1qbjO0U5vkDO9JpxHog EhaA== X-Gm-Message-State: AJIora+ueyKzoYg9GclXX/qZsWI+LMqqERarWTXoBHrvRVGnkjLSiA6H 6qdqGEvhKMPWbH8M84OC1jIp3UrN25rt/xWWJT8lf9of8O4vgiNFn3NZBz/gW/g5breXXLMxVwZ yLfyzUOs0FUXUe2GjEQ== X-Received: by 2002:ac8:5992:0:b0:31e:ec8a:2d6c with SMTP id e18-20020ac85992000000b0031eec8a2d6cmr12486027qte.232.1658788852300; Mon, 25 Jul 2022 15:40:52 -0700 (PDT) X-Google-Smtp-Source: AGRyM1sgBSndu0DN47DkilvzGbWpKmTwtQ83Mfco+l3maqBAddiECVZ+hvXygovlZylN3M1I15LLwA== X-Received: by 2002:ac8:5992:0:b0:31e:ec8a:2d6c with SMTP id e18-20020ac85992000000b0031eec8a2d6cmr12486021qte.232.1658788852119; Mon, 25 Jul 2022 15:40:52 -0700 (PDT) Received: from t14s.localdomain (c-73-69-212-193.hsd1.nh.comcast.net. [73.69.212.193]) by smtp.gmail.com with ESMTPSA id q20-20020a37f714000000b006b5e60c4de1sm9696132qkj.78.2022.07.25.15.40.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 25 Jul 2022 15:40:51 -0700 (PDT) Message-ID: <2487a53ef1075fd9de2f9748e0897654e5129999.camel@redhat.com> Subject: Re: [PATCH 5/7] jit,docs: use list-table instead of fixed table From: David Malcolm To: Martin Liska , gcc-patches@gcc.gnu.org Date: Mon, 25 Jul 2022 18:40:50 -0400 In-Reply-To: References: User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-4.7 required=5.0 tests=BAYES_00, BODY_8BITS, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jul 2022 22:40:55 -0000 On Mon, 2022-07-25 at 12:35 +0200, Martin Liska wrote: > Use rather list-table that is easible to maintainer and one > does not have to wrap lines. Moreover, it provides great > attribute :widths: that correctly works (tested for HTML and PDF). > > gcc/jit/ChangeLog: > >         * docs/cp/intro/tutorial04.rst: Use list-table. >         * docs/intro/tutorial04.rst: Likewise. >         * docs/intro/tutorial05.rst: Likewise. >         * docs/topics/compilation.rst: Likewise. >         * docs/topics/expressions.rst: Likewise. >         * docs/topics/types.rst: Likewise. OK; thanks Dave