{"id":20965,"url":"https://patchwork.libcamera.org/api/patches/20965/?format=json","web_url":"https://patchwork.libcamera.org/patch/20965/","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":"<20240820130740.568243-9-dan.scally@ideasonboard.com>","date":"2024-08-20T13:07:39","name":"[v4,8/9] Documentation: Add internal-api-html placeholder","commit_ref":null,"pull_url":null,"state":"accepted","archived":false,"hash":"f495a305e064551fd55062302eefee87d7d42d29","submitter":{"id":156,"url":"https://patchwork.libcamera.org/api/people/156/?format=json","name":"Dan Scally","email":"dan.scally@ideasonboard.com"},"delegate":null,"mbox":"https://patchwork.libcamera.org/patch/20965/mbox/","series":[{"id":4528,"url":"https://patchwork.libcamera.org/api/series/4528/?format=json","web_url":"https://patchwork.libcamera.org/project/libcamera/list/?series=4528","date":"2024-08-20T13:07:31","name":"Documentation improvements","version":4,"mbox":"https://patchwork.libcamera.org/series/4528/mbox/"}],"comments":"https://patchwork.libcamera.org/api/patches/20965/comments/","check":"pending","checks":"https://patchwork.libcamera.org/api/patches/20965/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 DC569BDB13\n\tfor <parsemail@patchwork.libcamera.org>;\n\tTue, 20 Aug 2024 13:08:18 +0000 (UTC)","from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 33FBF633FA;\n\tTue, 20 Aug 2024 15:08:15 +0200 (CEST)","from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 10294633D5\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 20 Aug 2024 15:07:56 +0200 (CEST)","from mail.ideasonboard.com\n\t(cpc141996-chfd3-2-0-cust928.12-3.cable.virginm.net [86.13.91.161])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id 17C906BE;\n\tTue, 20 Aug 2024 15:06:54 +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=\"UG7AWTv0\"; dkim-atps=neutral","DKIM-Signature":"v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1724159214;\n\tbh=I5q2Mh4oihQT+vERYl1d4c7ZdQ/Ak85vY+r484IYCoU=;\n\th=From:To:Cc:Subject:Date:In-Reply-To:References:From;\n\tb=UG7AWTv0zJztnGjwYj7JoX7wMi1WZhA3mhA+lQYUmGDotoDVbmWqcJACaT9Xrp1fV\n\txhN8+/y0n8lJ0ajGBx5qjToCfeSX/66ciO1o6BiiQ+23M7L8wM0YKKwb/18AhGwPLC\n\tgT3dPAS9rPoYsvjqRzFj2vjpIf5bTkojIb5Xgnas=","From":"Daniel Scally <dan.scally@ideasonboard.com>","To":"libcamera-devel@lists.libcamera.org","Cc":"Daniel Scally <dan.scally@ideasonboard.com>","Subject":"[PATCH v4 8/9] Documentation: Add internal-api-html placeholder","Date":"Tue, 20 Aug 2024 14:07:39 +0100","Message-Id":"<20240820130740.568243-9-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","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":"Mimicing the existing api-html placeholder, add a placeholder for the\ninternal version of the Doxygen generated API documentation so that\nthe website can generate hyperlinks to it properly.\n\nSigned-off-by: Daniel Scally <dan.scally@ideasonboard.com>\n---\nChanges since v3:\n\n\t- New patch\n\n Documentation/documentation-contents.rst  | 1 +\n Documentation/internal-api-html/index.rst | 8 ++++++++\n Documentation/introduction.rst            | 1 +\n 3 files changed, 10 insertions(+)\n create mode 100644 Documentation/internal-api-html/index.rst","diff":"diff --git a/Documentation/documentation-contents.rst b/Documentation/documentation-contents.rst\nindex c14389bc..912b13f3 100644\n--- a/Documentation/documentation-contents.rst\n+++ b/Documentation/documentation-contents.rst\n@@ -3,6 +3,7 @@\n .. container:: documentation-nav\n \n    * :doc:`/api-html/index`\n+   * :doc:`/internal-api-html/index`\n    * :doc:`/camera-sensor-model`\n    * :doc:`/code-of-conduct`\n    * :doc:`/coding-style`\ndiff --git a/Documentation/internal-api-html/index.rst b/Documentation/internal-api-html/index.rst\nnew file mode 100644\nindex 00000000..0044a2d1\n--- /dev/null\n+++ b/Documentation/internal-api-html/index.rst\n@@ -0,0 +1,8 @@\n+.. SPDX-License-Identifier: CC-BY-SA-4.0\n+\n+.. _internal-api:\n+\n+Internal API\n+============\n+\n+:: Placeholder for Doxygen documentation\ndiff --git a/Documentation/introduction.rst b/Documentation/introduction.rst\nindex 8f96c65f..5c64d08c 100644\n--- a/Documentation/introduction.rst\n+++ b/Documentation/introduction.rst\n@@ -13,6 +13,7 @@ Documentation\n    :hidden:\n \n    API <api-html/index>\n+   Internal API <internal-api-html/index>\n \n What is libcamera?\n ==================\n","prefixes":["v4","8/9"]}