From patchwork Fri Jul 25 17:21:28 2025 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kieran Bingham X-Patchwork-Id: 23969 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 34709C3237 for ; Fri, 25 Jul 2025 17:21:37 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 3877B690A6; Fri, 25 Jul 2025 19:21:36 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="IcSHLoGT"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id B785C690A6 for ; Fri, 25 Jul 2025 19:21:34 +0200 (CEST) Received: from Monstersaurus.lan (cpc89244-aztw30-2-0-cust6594.18-1.cable.virginm.net [86.31.185.195]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id A73B0C66; Fri, 25 Jul 2025 19:20:54 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1753464054; bh=h0JskFK45hGdGDsFIXRaL3wcZrucfTUp6X6EOHwE0z4=; h=From:To:Cc:Subject:Date:From; b=IcSHLoGT5SBDW7Eb8ZiOM6tiyWyH0c22fUUM3CC/45uS0zNECOT4Nddbnu+uw1B4i 21pkrl41CQ/cbj8W4ppjWYKZ1eCFQ5j3ioArTOFNlnL/MfNJkHQ7F4YKger+I09Ol2 RGuJtSDDnhTeFf8cDF2dcxPJ9PbGaFcDbYPMsidA= From: Kieran Bingham To: libcamera devel Cc: Kieran Bingham Subject: [PATCH 0/2] Documentation/linkcheck fixes Date: Fri, 25 Jul 2025 18:21:28 +0100 Message-ID: <20250725172130.2218836-1-kieran.bingham@ideasonboard.com> X-Mailer: git-send-email 2.49.0 MIME-Version: 1.0 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" The doxygen build contains a tool to verify links are still valid. Running this tool presently reports several issues fixed by this series. You can run it too with: ninja -C build/gcc/ Documentation/linkcheck And I've started an update to the CI to introduce including this - however we can't merge that yet - because one of the documents is harder to fix than the others. Documentation/guides/tracing.rst references https://lttng.org/docs/#doc-tracing-your-own-user-application and https://lttng.org/docs/#doc-viewing-and-analyzing-your-traces-bt which seem to be valid URL anchors in a web browser but the tooling reports them as invalid. I suspect they may be generated after page load with javascript or such that the tooling does not comprehend. Anyway, perhaps the fixes to pipeline handler and application guides are still worth merging first. Kieran Bingham (2): Documentation: pipeline-handler: Fix broken links Documentation: application: Update mediactl URL Documentation/guides/application-developer.rst | 2 +- Documentation/guides/pipeline-handler.rst | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-)