From patchwork Fri Nov 11 13:27:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 60406 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 6A3253858288 for ; Fri, 11 Nov 2022 13:27:41 +0000 (GMT) X-Original-To: gcc-patches@gcc.gnu.org Delivered-To: gcc-patches@gcc.gnu.org Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 72B83385558F for ; Fri, 11 Nov 2022 13:27:23 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 72B83385558F 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-out1.suse.de (Postfix) with ESMTPS id 62970225C4; Fri, 11 Nov 2022 13:27:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1668173242; 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; bh=Ln5czBm/qRVP7Uy6ipGjebBFNaMsTVLljGA6s1S3fzw=; b=COJSjXmM6t/MrEviFCPEgrAkdYb5ZIrI1R11rf0q6qBL0HSbpt2bS8XGPQkleGBkPMapVS If/tUPGSuIKBSpEmNDV7nYMiyO690UdRoVD0ieJa1//+aRLm3KnR6LkocGS2Fjmk7z7qLh Jn4wiTGujXnO7crkBHiknGpH7QHYJuw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1668173242; 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; bh=Ln5czBm/qRVP7Uy6ipGjebBFNaMsTVLljGA6s1S3fzw=; b=yfSC/S/v7BpI5SJ6Url8TC2bc/TmD+jh2FHBZBRSvNqiORH488TXFyIichn4FHesdojRRg Nbwmf5hsL461OVBQ== 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 53C6D13273; Fri, 11 Nov 2022 13:27:22 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id BYSjE7pNbmMFbAAAMHmgww (envelope-from ); Fri, 11 Nov 2022 13:27:22 +0000 Message-ID: <15f3ae52-5c7b-c49e-fe92-2152fcc1359c@suse.cz> Date: Fri, 11 Nov 2022 14:27:21 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH (pushed)] jit: doc: Use shared Indices and tables To: gcc-patches@gcc.gnu.org Content-Language: en-US Cc: David Malcolm X-Spam-Status: No, score=-11.9 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, SPF_HELO_NONE, SPF_PASS, 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: , Errors-To: gcc-patches-bounces+patchwork=sourceware.org@gcc.gnu.org Sender: "Gcc-patches" Apart from that, do not use leading .rst names in toctree. ChangeLog: * doc/indices-and-tables.rst: Rename Indexes to Indices. gcc/jit/ChangeLog: * doc/cp/index.rst: Remove trailing .rst in toctree. * doc/cp/intro/index.rst: Likewise. * doc/cp/topics/index.rst: Likewise. * doc/index.rst: Likewise. * doc/intro/index.rst: Likewise. * doc/topics/index.rst: Likewise. * doc/indices-and-tables.rst: New file. --- doc/indices-and-tables.rst | 2 +- gcc/jit/doc/cp/index.rst | 4 ++-- gcc/jit/doc/cp/intro/index.rst | 8 ++++---- gcc/jit/doc/cp/topics/index.rst | 16 ++++++++-------- gcc/jit/doc/index.rst | 15 +++++---------- gcc/jit/doc/indices-and-tables.rst | 1 + gcc/jit/doc/intro/index.rst | 10 +++++----- gcc/jit/doc/topics/index.rst | 22 +++++++++++----------- 8 files changed, 37 insertions(+), 41 deletions(-) create mode 100644 gcc/jit/doc/indices-and-tables.rst diff --git a/doc/indices-and-tables.rst b/doc/indices-and-tables.rst index bf62509bd14..56b33139280 100644 --- a/doc/indices-and-tables.rst +++ b/doc/indices-and-tables.rst @@ -1,6 +1,6 @@ .. only:: html - Indexes and tables + Indices and tables ================== :ref:`genindex` diff --git a/gcc/jit/doc/cp/index.rst b/gcc/jit/doc/cp/index.rst index 46efb8a516f..00263b6fe72 100644 --- a/gcc/jit/doc/cp/index.rst +++ b/gcc/jit/doc/cp/index.rst @@ -33,5 +33,5 @@ Contents: .. toctree:: :maxdepth: 2 - intro/index.rst - topics/index.rst + intro/index + topics/index diff --git a/gcc/jit/doc/cp/intro/index.rst b/gcc/jit/doc/cp/intro/index.rst index e6812101c6f..3a6a26c943e 100644 --- a/gcc/jit/doc/cp/intro/index.rst +++ b/gcc/jit/doc/cp/intro/index.rst @@ -21,7 +21,7 @@ Tutorial .. toctree:: :maxdepth: 2 - tutorial01.rst - tutorial02.rst - tutorial03.rst - tutorial04.rst + tutorial01 + tutorial02 + tutorial03 + tutorial04 diff --git a/gcc/jit/doc/cp/topics/index.rst b/gcc/jit/doc/cp/topics/index.rst index cdf7e55a6c8..e659ece3fb1 100644 --- a/gcc/jit/doc/cp/topics/index.rst +++ b/gcc/jit/doc/cp/topics/index.rst @@ -21,11 +21,11 @@ Topic Reference .. toctree:: :maxdepth: 2 - contexts.rst - objects.rst - types.rst - expressions.rst - functions.rst - locations.rst - compilation.rst - asm.rst + contexts + objects + types + expressions + functions + locations + compilation + asm diff --git a/gcc/jit/doc/index.rst b/gcc/jit/doc/index.rst index 0f575966303..a354d1c1501 100644 --- a/gcc/jit/doc/index.rst +++ b/gcc/jit/doc/index.rst @@ -33,14 +33,9 @@ Contents: .. toctree:: :maxdepth: 2 - intro/index.rst - topics/index.rst - cp/index.rst - internals/index.rst + intro/index + topics/index + cp/index + internals/index - -Indices and tables -================== - -* :ref:`genindex` -* :ref:`search` + indices-and-tables diff --git a/gcc/jit/doc/indices-and-tables.rst b/gcc/jit/doc/indices-and-tables.rst new file mode 100644 index 00000000000..5cc3191ee47 --- /dev/null +++ b/gcc/jit/doc/indices-and-tables.rst @@ -0,0 +1 @@ +.. include:: ../../../doc/indices-and-tables.rst diff --git a/gcc/jit/doc/intro/index.rst b/gcc/jit/doc/intro/index.rst index 552a6ed4417..20a813e7a96 100644 --- a/gcc/jit/doc/intro/index.rst +++ b/gcc/jit/doc/intro/index.rst @@ -21,8 +21,8 @@ Tutorial .. toctree:: :maxdepth: 2 - tutorial01.rst - tutorial02.rst - tutorial03.rst - tutorial04.rst - tutorial05.rst + tutorial01 + tutorial02 + tutorial03 + tutorial04 + tutorial05 diff --git a/gcc/jit/doc/topics/index.rst b/gcc/jit/doc/topics/index.rst index 8e843c207fc..39462d9e828 100644 --- a/gcc/jit/doc/topics/index.rst +++ b/gcc/jit/doc/topics/index.rst @@ -21,14 +21,14 @@ Topic Reference .. toctree:: :maxdepth: 2 - contexts.rst - objects.rst - types.rst - expressions.rst - functions.rst - function-pointers.rst - locations.rst - compilation.rst - compatibility.rst - performance.rst - asm.rst + contexts + objects + types + expressions + functions + function-pointers + locations + compilation + compatibility + performance + asm