Patch Detail
Show a patch.
GET /api/patches/11609/?format=api
{ "id": 11609, "url": "https://patchwork.libcamera.org/api/patches/11609/?format=api", "web_url": "https://patchwork.libcamera.org/patch/11609/", "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": "<20210317192831.359014-3-nfraprado@collabora.com>", "date": "2021-03-17T19:28:28", "name": "[libcamera-devel,2/5] Documentation: environment-variables: Use standard rST link syntax", "commit_ref": null, "pull_url": null, "state": "accepted", "archived": false, "hash": "26f4107e24868a4588e31d3f3430e5d73082ae7d", "submitter": { "id": 84, "url": "https://patchwork.libcamera.org/api/people/84/?format=api", "name": "Nícolas F. R. A. Prado", "email": "nfraprado@collabora.com" }, "delegate": null, "mbox": "https://patchwork.libcamera.org/patch/11609/mbox/", "series": [ { "id": 1800, "url": "https://patchwork.libcamera.org/api/series/1800/?format=api", "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=1800", "date": "2021-03-17T19:28:26", "name": "Minor improvements to the documentation", "version": 1, "mbox": "https://patchwork.libcamera.org/series/1800/mbox/" } ], "comments": "https://patchwork.libcamera.org/api/patches/11609/comments/", "check": "pending", "checks": "https://patchwork.libcamera.org/api/patches/11609/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 C16A7BD80C\n\tfor <parsemail@patchwork.libcamera.org>;\n\tWed, 17 Mar 2021 22:53:48 +0000 (UTC)", "from lancelot.ideasonboard.com (localhost [IPv6:::1])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTP id DBB4168D6B;\n\tWed, 17 Mar 2021 23:53:46 +0100 (CET)", "from bhuna.collabora.co.uk (bhuna.collabora.co.uk\n\t[IPv6:2a00:1098:0:82:1000:25:2eeb:e3e3])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 04DDD68D50\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed, 17 Mar 2021 20:29:15 +0100 (CET)", "from [127.0.0.1] (localhost [127.0.0.1])\n\t(Authenticated sender: nfraprado) with ESMTPSA id BC4501F453D8" ], "From": "=?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= <nfraprado@collabora.com>", "To": "libcamera-devel@lists.libcamera.org", "Date": "Wed, 17 Mar 2021 16:28:28 -0300", "Message-Id": "<20210317192831.359014-3-nfraprado@collabora.com>", "X-Mailer": "git-send-email 2.30.2", "In-Reply-To": "<20210317192831.359014-1-nfraprado@collabora.com>", "References": "<20210317192831.359014-1-nfraprado@collabora.com>", "MIME-Version": "1.0", "X-Mailman-Approved-At": "Wed, 17 Mar 2021 23:53:43 +0100", "Subject": "[libcamera-devel] [PATCH 2/5] Documentation: environment-variables:\n\tUse standard rST link syntax", "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>", "Cc": "Chris Chinchilla <chris@gregariousmammal.com>,\n\tSebastian Fricke <sebastian.fricke.linux@gmail.com>", "Content-Type": "text/plain; charset=\"utf-8\"", "Content-Transfer-Encoding": "base64", "Errors-To": "libcamera-devel-bounces@lists.libcamera.org", "Sender": "\"libcamera-devel\" <libcamera-devel-bounces@lists.libcamera.org>" }, "content": "The usage of # in embedded URIs for references to sections in\nreStructuredText is HTML specific. Use the standard rST reference to\ntargets instead, to be compatible with other formats as well, should\nthis documentation ever be exported to PDF, for example.\n\nSee [1] for an equivalent commit in the Linux Kernel documentation.\n\n[1] https://lore.kernel.org/linux-doc/20201228144537.135353-1-nfraprado@protonmail.com/\n\nSigned-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com>\n---\n Documentation/environment_variables.rst | 12 ++++++------\n 1 file changed, 6 insertions(+), 6 deletions(-)", "diff": "diff --git a/Documentation/environment_variables.rst b/Documentation/environment_variables.rst\nindex e482c98e5f30..d392fd26b87a 100644\n--- a/Documentation/environment_variables.rst\n+++ b/Documentation/environment_variables.rst\n@@ -15,17 +15,17 @@ LIBCAMERA_LOG_FILE\n Example value: ``/home/{user}/camera_log.log``\n \n LIBCAMERA_LOG_LEVELS\n- Configure the verbosity of log messages for different categories (`more <#log-levels>`__).\n+ Configure the verbosity of log messages for different categories (`more <Log levels_>`__).\n \n Example value: ``*:DEBUG``\n \n LIBCAMERA_IPA_CONFIG_PATH\n- Define custom search locations for IPA configurations (`more <#ipa-configuration>`__).\n+ Define custom search locations for IPA configurations (`more <IPA configuration_>`__).\n \n Example value: ``${HOME}/.libcamera/share/ipa:/opt/libcamera/vendor/share/ipa``\n \n LIBCAMERA_IPA_MODULE_PATH\n- Define custom search locations for IPA modules (`more <#ipa-module>`__).\n+ Define custom search locations for IPA modules (`more <IPA module_>`__).\n \n Example value: ``${HOME}/.libcamera/lib:/opt/libcamera/vendor/lib``\n \n@@ -42,10 +42,10 @@ libcamera.\n The ``LIBCAMERA_LOG_LEVELS`` variable accepts a comma-separated list of\n 'category:level' pairs.\n \n-The `level <#log-levels>`__ part is mandatory and can either be specified by\n+The `level <Log levels_>`__ part is mandatory and can either be specified by\n name or by numerical index associated with each level.\n \n-The optional `category <#log-categories>`__ is a string matching the categories\n+The optional `category <Log categories_>`__ is a string matching the categories\n defined by each file in the source base using the logging infrastructure. It\n can include a wildcard ('*') character at the end to match multiple categories.\n \n@@ -53,7 +53,7 @@ For more information refer to the `API documentation <http://libcamera.org/api-h\n \n Examples:\n \n-Enable full debug output to a separate file, for every `category <#log-categories>`__\n+Enable full debug output to a separate file, for every `category <Log categories_>`__\n within a local environment:\n \n .. code:: bash\n", "prefixes": [ "libcamera-devel", "2/5" ] }