{"id":20982,"url":"https://patchwork.libcamera.org/api/patches/20982/?format=json","web_url":"https://patchwork.libcamera.org/patch/20982/","project":{"id":1,"url":"https://patchwork.libcamera.org/api/projects/1/?format=json","name":"libcamera","link_name":"libcamera","list_id":"libcamera_core","list_email":"libcamera-devel@lists.libcamera.org","web_url":"","scm_url":"","webscm_url":""},"msgid":"<20240821004007.28938-3-laurent.pinchart@ideasonboard.com>","date":"2024-08-21T00:40:06","name":"[2/3] Documentation: Drop local table of contents from introduction","commit_ref":"c0bd24dc8f586c2a4081d9629d6cfe8166a067bb","pull_url":null,"state":"accepted","archived":false,"hash":"17e950f8a66c69dd701db20d97eb7327d0a7db6e","submitter":{"id":2,"url":"https://patchwork.libcamera.org/api/people/2/?format=json","name":"Laurent Pinchart","email":"laurent.pinchart@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/20982/mbox/","series":[{"id":4531,"url":"https://patchwork.libcamera.org/api/series/4531/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4531","date":"2024-08-21T00:40:06","name":"Further small documentation improvements","version":1,"mbox":"https://patchwork.libcamera.org/series/4531/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/20982/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/20982/checks/","tags":{},"headers":{"Return-Path":"<libcamera-devel-bounces@lists.libcamera.org>","X-Original-To":"parsemail@patchwork.libcamera.org","Delivered-To":"parsemail@patchwork.libcamera.org","Received":["from lancelot.ideasonboard.com (lancelot.ideasonboard.com\n\t[92.243.16.209])\n\tby patchwork.libcamera.org (Postfix) with ESMTPS id 0E5C9BDB13\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 21 Aug 2024 00:40:17 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id E4340633D3;\n\tWed, 21 Aug 2024 02:40:15 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 37FC3633CC\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 21 Aug 2024 02:40:13 +0200 (CEST)","from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi\n\t[81.175.209.231])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id BEC374CC\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 21 Aug 2024 02:39:10 +0200 (CEST)"],"Authentication-Results":"lancelot.ideasonboard.com; dkim=pass (1024-bit key;\n\tunprotected) header.d=ideasonboard.com header.i=@ideasonboard.com\n\theader.b=\"Y06/+0iZ\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1724200751;\n\tbh=LbWAJHCDqQQdTAMYp3eo5KKol+mEb5I8gJPgm4VXWfI=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=Y06/+0iZla7wnoeMp5xktVIHB4iY8IE0T5mzH4LCUlZEudblX1bXcOJHar+H+F+ar\n\tFkHx78aA4xvNVLCGdmQfxaQfLyYi2dU6V7xJ6osnOVpl5hzbNOeHOB+GoVm3mrx/q7\n\tM+T5/KaznqY9KWhvZ6ikt0Qvo1QgUtp8hQb1X0yM=","From":"Laurent Pinchart <laurent.pinchart@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Subject":"[PATCH 2/3] Documentation: Drop local table of contents from\n\tintroduction","Date":"Wed, 21 Aug 2024 03:40:06 +0300","Message-ID":"<20240821004007.28938-3-laurent.pinchart@ideasonboard.com>","X-Mailer":"git-send-email 2.44.2","In-Reply-To":"<20240821004007.28938-1-laurent.pinchart@ideasonboard.com>","References":"<20240821004007.28938-1-laurent.pinchart@ideasonboard.com>","MIME-Version":"1.0","Content-Transfer-Encoding":"8bit","X-BeenThere":"libcamera-devel@lists.libcamera.org","X-Mailman-Version":"2.1.29","Precedence":"list","List-Id":"<libcamera-devel.lists.libcamera.org>","List-Unsubscribe":"<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>","List-Archive":"<https://lists.libcamera.org/pipermail/libcamera-devel/>","List-Post":"<mailto:libcamera-devel@lists.libcamera.org>","List-Help":"<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>","List-Subscribe":"<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>","Errors-To":"libcamera-devel-bounces@lists.libcamera.org","Sender":"\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>"},"content":"The local table of contents from the introduction page doesn't provide\nmuch navigation value as the page is short. It also stands out, as no\nother page has a local table of contents. Drop it, we will reintroduce\nlocal tables of contents more globally if needed later.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/introduction.rst | 3 ---\n 1 file changed, 3 deletions(-)","diff":"diff --git a/Documentation/introduction.rst b/Documentation/introduction.rst\nindex 5c64d08c8a26..8c3d0f031233 100644\n--- a/Documentation/introduction.rst\n+++ b/Documentation/introduction.rst\n@@ -1,8 +1,5 @@\n .. SPDX-License-Identifier: CC-BY-SA-4.0\n \n-.. contents::\n-   :local:\n-\n .. include:: documentation-contents.rst\n \n *************\n","prefixes":["2/3"]}