From patchwork Tue Aug 20 13:07:33 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 20959 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 9522BBDB13 for ; Tue, 20 Aug 2024 13:08:07 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id E5CF0633D0; Tue, 20 Aug 2024 15:08:00 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="Oxxe3v0f"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 5A9BC633CC for ; Tue, 20 Aug 2024 15:07:54 +0200 (CEST) Received: from mail.ideasonboard.com (cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 2E4AA8D4; Tue, 20 Aug 2024 15:06:52 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1724159212; bh=5LTnBH+CBlM67tlXZBuVTRmK/Ja60K/5K2h7NYl7OTc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Oxxe3v0faAW7AHCJSoYqmSx1F5X4RnYW4UBLViM48hB4uQ9NRyMYgoiwiwO9owN4e GeoZC8fJPsgdGEKyqg+JTUVg8W9J1wYfxuoisMy4cu7mI0B4kqVKUvBub2YUQ3EX/l TM2oKqMtq1pBZ9RaSJ3WyGRyymCgVIMMK0FSn1xQ= From: Daniel Scally To: libcamera-devel@lists.libcamera.org Cc: Daniel Scally , Stefan Klug , Laurent Pinchart Subject: [PATCH v4 2/9] Documentation: Alphabetise the Documentation toctree Date: Tue, 20 Aug 2024 14:07:33 +0100 Message-Id: <20240820130740.568243-3-dan.scally@ideasonboard.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240820130740.568243-1-dan.scally@ideasonboard.com> References: <20240820130740.568243-1-dan.scally@ideasonboard.com> MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" With the exception of the initial group of four links, alphabetise the pages in the Documentation toctree so adding new ones can be done in a defined order. Reviewed-by: Stefan Klug Reviewed-by: Laurent Pinchart Signed-off-by: Daniel Scally --- Changes since v3: - None Changes since v2: - None Changes since v1: - None Documentation/index.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/index.rst b/Documentation/index.rst index 5442ae75..52ddc494 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -14,14 +14,14 @@ Contribute Getting Started - Developer Guide Application Writer's Guide - Pipeline Handler Writer's Guide - IPA Writer's guide - Tracing guide + Camera Sensor Model + Developer Guide Environment variables - Sensor driver requirements + IPA Writer's guide Lens driver requirements + Pipeline Handler Writer's Guide Python Bindings - Camera Sensor Model + Sensor driver requirements SoftwareISP Benchmarking + Tracing guide