From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id B3324383578F; Mon, 14 Nov 2022 08:36:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B3324383578F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1668415004; bh=KV04FbUxNltAxDKgfQGTTVh3Vi16Dm30vwRFAn6izSs=; h=From:To:Subject:Date:From; b=OzA6PQy73kJ/GHzMIw5sHJj9gvNQGSHFSQ+mMWpCukpYsV4cA0kyBvlBxlZ0t82+/ exdjRG9fsYAF93wg3akbMdv3MTsCjFMnObtnj95T/w760xc4yURqkWSROyIOVxQW6/ prTuPOjqYV6yPHYMR3XEstDzJon0xZiRIxV0QtOU= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Martin Liska To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-3963] Revert "jit: doc: Use shared Indices and tables" X-Act-Checkin: gcc X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: f9e277d056cad436e96e414190cdbbe23dba0651 X-Git-Newrev: 28a2864905e151bab39ef0eadeae6b8fdad1edbf Message-Id: <20221114083644.B3324383578F@sourceware.org> Date: Mon, 14 Nov 2022 08:36:44 +0000 (GMT) List-Id: https://gcc.gnu.org/g:28a2864905e151bab39ef0eadeae6b8fdad1edbf commit r13-3963-g28a2864905e151bab39ef0eadeae6b8fdad1edbf Author: Martin Liska Date: Sun Nov 13 21:53:54 2022 +0100 Revert "jit: doc: Use shared Indices and tables" This reverts commit 3b54cc9d04c2efb2c8f9a0b515e638917636630c. Diff: --- 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, 41 insertions(+), 37 deletions(-) diff --git a/doc/indices-and-tables.rst b/doc/indices-and-tables.rst index 56b33139280..bf62509bd14 100644 --- a/doc/indices-and-tables.rst +++ b/doc/indices-and-tables.rst @@ -1,6 +1,6 @@ .. only:: html - Indices and tables + Indexes and tables ================== :ref:`genindex` diff --git a/gcc/jit/doc/cp/index.rst b/gcc/jit/doc/cp/index.rst index 00263b6fe72..46efb8a516f 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 - topics/index + intro/index.rst + topics/index.rst diff --git a/gcc/jit/doc/cp/intro/index.rst b/gcc/jit/doc/cp/intro/index.rst index 3a6a26c943e..e6812101c6f 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 - tutorial02 - tutorial03 - tutorial04 + tutorial01.rst + tutorial02.rst + tutorial03.rst + tutorial04.rst diff --git a/gcc/jit/doc/cp/topics/index.rst b/gcc/jit/doc/cp/topics/index.rst index e659ece3fb1..cdf7e55a6c8 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 - objects - types - expressions - functions - locations - compilation - asm + contexts.rst + objects.rst + types.rst + expressions.rst + functions.rst + locations.rst + compilation.rst + asm.rst diff --git a/gcc/jit/doc/index.rst b/gcc/jit/doc/index.rst index a354d1c1501..0f575966303 100644 --- a/gcc/jit/doc/index.rst +++ b/gcc/jit/doc/index.rst @@ -33,9 +33,14 @@ Contents: .. toctree:: :maxdepth: 2 - intro/index - topics/index - cp/index - internals/index + intro/index.rst + topics/index.rst + cp/index.rst + internals/index.rst - indices-and-tables + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`search` diff --git a/gcc/jit/doc/indices-and-tables.rst b/gcc/jit/doc/indices-and-tables.rst deleted file mode 100644 index 5cc3191ee47..00000000000 --- a/gcc/jit/doc/indices-and-tables.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../../doc/indices-and-tables.rst diff --git a/gcc/jit/doc/intro/index.rst b/gcc/jit/doc/intro/index.rst index 20a813e7a96..552a6ed4417 100644 --- a/gcc/jit/doc/intro/index.rst +++ b/gcc/jit/doc/intro/index.rst @@ -21,8 +21,8 @@ Tutorial .. toctree:: :maxdepth: 2 - tutorial01 - tutorial02 - tutorial03 - tutorial04 - tutorial05 + tutorial01.rst + tutorial02.rst + tutorial03.rst + tutorial04.rst + tutorial05.rst diff --git a/gcc/jit/doc/topics/index.rst b/gcc/jit/doc/topics/index.rst index 39462d9e828..8e843c207fc 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 - objects - types - expressions - functions - function-pointers - locations - compilation - compatibility - performance - asm + contexts.rst + objects.rst + types.rst + expressions.rst + functions.rst + function-pointers.rst + locations.rst + compilation.rst + compatibility.rst + performance.rst + asm.rst