From patchwork Tue Aug 20 13:07:40 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dan Scally X-Patchwork-Id: 20966 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 E2DBEC32D5 for ; Tue, 20 Aug 2024 13:08:19 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 4F26663419; Tue, 20 Aug 2024 15:08:16 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="ujKrmCGk"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 591A1633D7 for ; Tue, 20 Aug 2024 15:07:56 +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 58AAD4CC; Tue, 20 Aug 2024 15:06:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1724159214; bh=q/esb4FhJme0ddAYaWB3EWF8BYfDdm2VPXcoF2LXyVc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=ujKrmCGk6vs5uyWmO+NWSZeq21HVDmTkkUzMHTClc9HvC7ef+Tyd7zYRDDMJO8Xid AenvuutpDPADlBwCmUV4pALkO1AWaJCGRL0pcdATiavKqWVk5F5B4MU8F+nrW7wPgW v5OtCGUW2GRi3sEwW4E04+/jD4E+wWNOr8FbW7sc= From: Daniel Scally To: libcamera-devel@lists.libcamera.org Cc: Daniel Scally Subject: [PATCH v4 9/9] Documentation: Reformat documentation_contents.rst Date: Tue, 20 Aug 2024 14:07:40 +0100 Message-Id: <20240820130740.568243-10-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" Now that documentation_contents.rst serves as a navbar for the docs pages on the website, reformat it to present the links in a more logical order. The list is split into three sections for Users, Developers and System Integrators, with a slight break between each section and a header above the links. Signed-off-by: Daniel Scally Reviewed-by: Laurent Pinchart --- Changes since v3: - New patch Documentation/documentation-contents.rst | 26 +++++++++++++++--------- 1 file changed, 16 insertions(+), 10 deletions(-) diff --git a/Documentation/documentation-contents.rst b/Documentation/documentation-contents.rst index 912b13f3..4e7d1af9 100644 --- a/Documentation/documentation-contents.rst +++ b/Documentation/documentation-contents.rst @@ -2,22 +2,28 @@ .. container:: documentation-nav - * :doc:`/api-html/index` - * :doc:`/internal-api-html/index` - * :doc:`/camera-sensor-model` - * :doc:`/code-of-conduct` - * :doc:`/coding-style` - * :doc:`/environment_variables` + * **Documentation for Users** + * :doc:`Introduction ` * :doc:`/feature_requirements` * :doc:`/guides/application-developer` - * :doc:`/guides/ipa` + * :doc:`/python-bindings` + * :doc:`/environment_variables` + * :doc:`API Reference ` + * :doc:`/code-of-conduct` + * | + * **Documentation for Developers** + * :doc:`/libcamera_architecture` * :doc:`/guides/pipeline-handler` + * :doc:`/guides/ipa` + * :doc:`/camera-sensor-model` * :doc:`/guides/tracing` + * :doc:`/software-isp-benchmarking` + * :doc:`/coding-style` + * :doc:`Internal API Reference ` + * | + * **Documentation for System Integrators** * :doc:`/lens_driver_requirements` - * :doc:`/libcamera_architecture` - * :doc:`/python-bindings` * :doc:`/sensor_driver_requirements` - * :doc:`/software-isp-benchmarking` .. The following directive adds the "documentation" class to all of the pages