Show a patch.

GET /api/1.1/patches/2200/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2200,
    "url": "https://patchwork.libcamera.org/api/1.1/patches/2200/?format=api",
    "web_url": "https://patchwork.libcamera.org/patch/2200/",
    "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": "<20191021102453.26471-2-laurent.pinchart@ideasonboard.com>",
    "date": "2019-10-21T10:24:47",
    "name": "[libcamera-devel,2/8] Documentation: contributing: Remove Sphinx + Doxygen integration",
    "commit_ref": "bbc3be2fb5324aaef03101ff1b3ce26cae1b3edb",
    "pull_url": null,
    "state": "accepted",
    "archived": false,
    "hash": "8833474ea93a93837d1cbdfce61e2b68b14534ab",
    "submitter": {
        "id": 2,
        "url": "https://patchwork.libcamera.org/api/1.1/people/2/?format=api",
        "name": "Laurent Pinchart",
        "email": "laurent.pinchart@ideasonboard.com"
    },
    "delegate": null,
    "mbox": "https://patchwork.libcamera.org/patch/2200/mbox/",
    "series": [
        {
            "id": 539,
            "url": "https://patchwork.libcamera.org/api/1.1/series/539/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=539",
            "date": "2019-10-21T10:24:46",
            "name": "[libcamera-devel,1/8] Documentation: Move coding style under contributing",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/539/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/patches/2200/comments/",
    "check": "pending",
    "checks": "https://patchwork.libcamera.org/api/patches/2200/checks/",
    "tags": {},
    "headers": {
        "Return-Path": "<laurent.pinchart@ideasonboard.com>",
        "Received": [
            "from perceval.ideasonboard.com (perceval.ideasonboard.com\n\t[213.167.242.64])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id 475F16137A\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Oct 2019 12:25:05 +0200 (CEST)",
            "from pendragon.ideasonboard.com (143.121.2.93.rev.sfr.net\n\t[93.2.121.143])\n\tby perceval.ideasonboard.com (Postfix) with ESMTPSA id AB06A540\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tMon, 21 Oct 2019 12:25:04 +0200 (CEST)"
        ],
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com;\n\ts=mail; t=1571653505;\n\tbh=jhNjOsjffyFwRjm3u6DZylhMLFOUhDwJIebVUp7Ouyg=;\n\th=From:To:Subject:Date:In-Reply-To:References:From;\n\tb=KFCn1shQgNitc3FMYyPg7fvlVAk1i0IM1gvVYVOx0hTfpdhnnytKoI0cp9hc2k1O3\n\tJNmPOOo/QT3utB8i9eUXdsPC0LIkh/qZNGx+TIuwHHla3raz/uT6RNS8XR3qRjCmOv\n\t8IJc/E81EIWFLoYtJpmyE6fGfxfw2EWqF5ZsAWJA=",
        "From": "Laurent Pinchart <laurent.pinchart@ideasonboard.com>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Mon, 21 Oct 2019 13:24:47 +0300",
        "Message-Id": "<20191021102453.26471-2-laurent.pinchart@ideasonboard.com>",
        "X-Mailer": "git-send-email 2.23.0",
        "In-Reply-To": "<20191021102453.26471-1-laurent.pinchart@ideasonboard.com>",
        "References": "<20191021102453.26471-1-laurent.pinchart@ideasonboard.com>",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 2/8] Documentation: contributing: Remove\n\tSphinx + Doxygen integration",
        "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>",
        "X-List-Received-Date": "Mon, 21 Oct 2019 10:25:05 -0000"
    },
    "content": "Sphinx integration with Doxygen didn't produce the expected results, we\nwill not go that way. Don't mention it on the contributing page.\n\nSigned-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>\n---\n Documentation/contributing.rst | 5 -----\n 1 file changed, 5 deletions(-)",
    "diff": "diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst\nindex 390b96a55699..1cfbd0ec6b25 100644\n--- a/Documentation/contributing.rst\n+++ b/Documentation/contributing.rst\n@@ -42,13 +42,8 @@ Documentation\n Project documentation is created using `Sphinx`_.  Source level documentation\n uses `Doxygen`_.  Please make sure to document all code during development.\n \n-Sphinx integration with Doxygen is planned, likely using `Breathe`_ and\n-`Exhale`_.\n-\n .. _Sphinx: http://www.sphinx-doc.org\n .. _Doxygen: http://www.doxygen.nl\n-.. _Breathe: https://breathe.readthedocs.io/en/latest/\n-.. _Exhale: https://exhale.readthedocs.io/en/latest/\n \n Submitting Patches\n ------------------\n",
    "prefixes": [
        "libcamera-devel",
        "2/8"
    ]
}