Cover Letter Detail
Show a cover letter.
GET /api/1.1/covers/20932/?format=api
{ "id": 20932, "url": "https://patchwork.libcamera.org/api/1.1/covers/20932/?format=api", "web_url": "https://patchwork.libcamera.org/cover/20932/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/1.1/projects/1/?format=api", "name": "libcamera", "link_name": "libcamera", "list_id": "libcamera_core", "list_email": "libcamera-devel@lists.libcamera.org", "web_url": "", "scm_url": "", "webscm_url": "" }, "msgid": "<20240815082944.170109-1-dan.scally@ideasonboard.com>", "date": "2024-08-15T08:29:37", "name": "[v2,0/7] Documentation improvements", "submitter": { "id": 156, "url": "https://patchwork.libcamera.org/api/1.1/people/156/?format=api", "name": "Dan Scally", "email": "dan.scally@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/20932/mbox/", "series": [ { "id": 4521, "url": "https://patchwork.libcamera.org/api/1.1/series/4521/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=4521", "date": "2024-08-15T08:29:37", "name": "Documentation improvements", "version": 2, "mbox": "https://patchwork.libcamera.org/series/4521/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/20932/comments/", "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 C46FEC323E\n\tfor <parsemail@patchwork.libcamera.org>;\n\tThu, 15 Aug 2024 08:30:06 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 679E5633C6;\n\tThu, 15 Aug 2024 10:30:05 +0200 (CEST)", "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 8A4B563393\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tThu, 15 Aug 2024 10:30:03 +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 F16C1A34;\n\tThu, 15 Aug 2024 10:29:04 +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=\"QOLuEArb\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1723710545;\n\tbh=8bZGAnkYx+LnjkCdjWZJ7aUFwFQVCed8rS0vsKTCD+g=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=QOLuEArbKvOPuuI9venXwMuaO7A2U8eHa5LdBq6OxDiHtHh4ewmMmWbCy/K0gsOQS\n\tmKL3J2/rggB6Br4nNjC8rAta7zffb2xxlfsCA2eZMtwxVvG4vLfdQecqpeBzqj3CNW\n\tPtiDzDL36+cgxrvAv5wltGy2PfJqm4HnXKdWSLcU=", "From": "Daniel Scally <dan.scally@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Cc": "Daniel Scally <dan.scally@ideasonboard.com>", "Subject": "[PATCH v2 0/7] Documentation improvements", "Date": "Thu, 15 Aug 2024 09:29:37 +0100", "Message-Id": "<20240815082944.170109-1-dan.scally@ideasonboard.com>", "X-Mailer": "git-send-email 2.34.1", "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": "Hi All\n\nThis series aims to improve the Documentation .rst files within libcamera so we\ncan integrate them more easily into the libcamera website. The goal is to add a\nstructure that can replace the sidebar on the Docs page [1] with links to all of\nthe Documentation pages within the libcamera tree, especially the guides. To do\nthis properly some tidying up and reformating of the existing Documentation is\ndone and the introductory content from guides/introduction.rst moved to the\ndocs.rst page (and expanded) - this allows us to have the docs page on the\nwebsite and the index page in Documentation built within the libcamera tree\ndisplay the same content and links.\n\nThanks\nDan\n\n\n[1] https://libcamera.org/docs.html\n\nDaniel Scally (7):\n Documentation: Add documentation-contents.rst\n Documentation: Alphabetise the Documentation toctree\n Documentation: Synchronise libcamera architecture details\n Documentation: Breakout docs.rst\n Documentation: Remove camera stack from introduction.rst\n Documentation: Expand introductory content on docs.rst\n Documentation: Rework index.rst\n\n Documentation/c55.svg | 175 ++++++\n Documentation/camera-sensor-model.rst | 2 +\n Documentation/camera_stack.rst | 109 ++++\n Documentation/code-of-conduct.rst | 2 +\n Documentation/coding-style.rst | 2 +\n Documentation/conf.py | 7 +-\n Documentation/docs.rst | 544 ++++++++----------\n Documentation/documentation-contents.rst | 28 +\n Documentation/environment_variables.rst | 2 +\n Documentation/feature_requirements.rst | 145 +++++\n Documentation/getting-started.rst | 1 +\n .../guides/application-developer.rst | 2 +\n Documentation/guides/introduction.rst | 319 ----------\n Documentation/guides/ipa.rst | 2 +\n Documentation/guides/pipeline-handler.rst | 2 +\n Documentation/guides/tracing.rst | 2 +\n Documentation/index.rst | 24 +-\n Documentation/lens_driver_requirements.rst | 2 +\n Documentation/meson.build | 4 +-\n Documentation/python-bindings.rst | 2 +\n Documentation/sensor_driver_requirements.rst | 2 +\n Documentation/software-isp-benchmarking.rst | 2 +\n Documentation/theme/static/css/theme.css | 6 +-\n README.rst | 3 -\n 24 files changed, 739 insertions(+), 650 deletions(-)\n create mode 100644 Documentation/c55.svg\n create mode 100644 Documentation/camera_stack.rst\n create mode 100644 Documentation/documentation-contents.rst\n create mode 100644 Documentation/feature_requirements.rst\n delete mode 100644 Documentation/guides/introduction.rst" }