Cover Letter Detail
Show a cover letter.
GET /api/covers/24290/?format=api
{ "id": 24290, "url": "https://patchwork.libcamera.org/api/covers/24290/?format=api", "web_url": "https://patchwork.libcamera.org/cover/24290/", "project": { "id": 1, "url": "https://patchwork.libcamera.org/api/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": "<20250908140803.123272-1-stefan.klug@ideasonboard.com>", "date": "2025-09-08T14:07:43", "name": "[0/6] Documentation theming update", "submitter": { "id": 184, "url": "https://patchwork.libcamera.org/api/people/184/?format=api", "name": "Stefan Klug", "email": "stefan.klug@ideasonboard.com" }, "mbox": "https://patchwork.libcamera.org/cover/24290/mbox/", "series": [ { "id": 5424, "url": "https://patchwork.libcamera.org/api/series/5424/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=5424", "date": "2025-09-08T14:07:43", "name": "Documentation theming update", "version": 1, "mbox": "https://patchwork.libcamera.org/series/5424/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/covers/24290/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 2AECABDB13\n\tfor <parsemail@patchwork.libcamera.org>;\n\tMon, 8 Sep 2025 14:08:29 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id 767EF69353;\n\tMon, 8 Sep 2025 16:08:28 +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 6EE4D6934E\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 8 Sep 2025 16:08:27 +0200 (CEST)", "from ideasonboard.com (unknown\n\t[IPv6:2a00:6020:448c:6c00:c241:40fd:9e5d:437c])\n\tby perceval.ideasonboard.com (Postfix) with UTF8SMTPSA id DFDFEC71;\n\tMon, 8 Sep 2025 16:07:14 +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=\"RXfeC71C\"; dkim-atps=neutral", "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1757340435;\n\tbh=c8mLERJio18MgcfPSbHBzrNYQLBa/dAZWbT3/HE/BcU=;\n\th=From:To:Cc:Subject:Date:From;\n\tb=RXfeC71CJsOaltcD14/5GEi/A6AaL27ph5Bx6D2yD4tS9n054rLuakZvRjTMVVHEs\n\tQmAQeU5pZKvbppGMBw8TrAwkKgoGNPB4BwwoXEcpjADLcF00LUYOJ/Jf8sHQ0Y7K3t\n\tDgt+fNjeryf1mRuMgUyv45UsPgvuCFILb+Ujm7+8=", "From": "Stefan Klug <stefan.klug@ideasonboard.com>", "To": "libcamera-devel@lists.libcamera.org", "Cc": "Stefan Klug <stefan.klug@ideasonboard.com>", "Subject": "[PATCH 0/6] Documentation theming update", "Date": "Mon, 8 Sep 2025 16:07:43 +0200", "Message-ID": "<20250908140803.123272-1-stefan.klug@ideasonboard.com>", "X-Mailer": "git-send-email 2.48.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 includes the internally proposed theming update for the\nlibcamera docs. The current result can be inspected here:\n\nhttp://libcamera2.stefanklug.com/\n\nThe biggest issue still remaining is the installation style of the docs.\nCurrently we install html, api-html and internal-api-html. This doesn't\nfit too well with the new structure where api and internal-api live\ninside the html directory. My tendency would be to move everything below\nhtml, but then we have nothing to install when spinx is not available...\n\nMaybe someone else has a opinion on that one.\n\nBest regards,\nStefan\n\n\nStefan Klug (6):\n documentation: Add doxygen-awesome-css\n documentation: Enable doxygen-awesome-css\n Documentation: Use the sphinx book theme\n documentation: Include API docs in the sphinx documentation\n documentation: mainpage: Make it easier to distinguish Public and\n Internal API\n documentation: Drop unnecessary documentation-contents.rst\n\n Documentation/Doxyfile-common.in | 5 +\n Documentation/camera-sensor-model.rst | 2 -\n Documentation/code-of-conduct.rst | 2 -\n Documentation/coding-style.rst | 2 -\n Documentation/conf.py.in | 19 +-\n Documentation/documentation-contents.rst | 35 -\n .../doxygen-awesome-darkmode-toggle.js | 157 +\n .../doxygen-awesome-fragment-copy-button.js | 85 +\n .../doxygen-awesome-interactive-toc.js | 91 +\n .../doxygen-awesome-paragraph-link.js | 51 +\n ...n-awesome-sidebar-only-darkmode-toggle.css | 40 +\n .../doxygen-awesome-sidebar-only.css | 116 +\n .../doxygen-awesome-tabs.js | 90 +\n .../doxygen-awesome-css/doxygen-awesome.css | 2683 +++++++++++++++++\n Documentation/environment_variables.rst | 2 -\n Documentation/feature_requirements.rst | 2 -\n .../guides/application-developer.rst | 2 -\n Documentation/guides/ipa.rst | 2 -\n Documentation/guides/pipeline-handler.rst | 2 -\n Documentation/guides/tracing.rst | 2 -\n Documentation/index.rst | 31 +-\n Documentation/introduction.rst | 8 -\n Documentation/lens_driver_requirements.rst | 2 -\n Documentation/libcamera_architecture.rst | 2 -\n Documentation/mainpage.dox | 6 +-\n Documentation/meson.build | 24 +-\n Documentation/python-bindings.rst | 2 -\n Documentation/sensor_driver_requirements.rst | 2 -\n Documentation/software-isp-benchmarking.rst | 2 -\n Documentation/theme/footer.html | 14 -\n Documentation/theme/layout.html | 109 -\n Documentation/theme/search.html | 63 -\n Documentation/theme/static/css/theme.css | 295 --\n Documentation/theme/static/logo-and-text.svg | 223 ++\n Documentation/theme/static/search.png | Bin 482 -> 0 bytes\n Documentation/theme/theme.conf | 7 -\n README.rst | 4 +-\n 37 files changed, 3600 insertions(+), 584 deletions(-)\n delete mode 100644 Documentation/documentation-contents.rst\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome-darkmode-toggle.js\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome-fragment-copy-button.js\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome-interactive-toc.js\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome-paragraph-link.js\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only-darkmode-toggle.css\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome-sidebar-only.css\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome-tabs.js\n create mode 100644 Documentation/doxygen-awesome-css/doxygen-awesome.css\n delete mode 100644 Documentation/theme/footer.html\n delete mode 100644 Documentation/theme/layout.html\n delete mode 100644 Documentation/theme/search.html\n delete mode 100644 Documentation/theme/static/css/theme.css\n create mode 100644 Documentation/theme/static/logo-and-text.svg\n delete mode 100644 Documentation/theme/static/search.png\n delete mode 100644 Documentation/theme/theme.conf" }