From patchwork Thu Jan 10 23:38:29 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 197 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 18DAA60B34 for ; Fri, 11 Jan 2019 00:38:34 +0100 (CET) Received: from pendragon.bb.dnainternet.fi (dfj612yyyyyyyyyyyyyby-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00::2]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 3B529E27 for ; Fri, 11 Jan 2019 00:38:33 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1547163513; bh=bR/wmvk+2FVnteD3PLHGolAZ6RyMrdAd7o763ZKcpT0=; h=From:To:Subject:Date:In-Reply-To:References:From; b=lFqy5qvn4R9CCluqjBvWIvCjscBClAwAtxI0lbZ67mOz85d/wdzumiF3d2Qp3iZLN AmYbtFD98LQhV/tHOg/mgsvlAhtUMkNPRNnlAhJRCTy0tTzaOoaFQXTKlWs4kL/NiZ O3cEGRNgsSFGo3e3RPcupA8XCr1QSARqxcZCzdQU= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Fri, 11 Jan 2019 01:38:29 +0200 Message-Id: <20190110233829.9638-4-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20190110233829.9638-1-laurent.pinchart@ideasonboard.com> References: <20190110233829.9638-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 3/3] Documentation: Link to the API documentation generated by Doxygen X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jan 2019 23:38:34 -0000 Add a link in the toctree to the API documentation. sphinx doesn't seem to support relative external links, but we can trick it into thinking the link is absolute by adding '#://' at the end. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/index.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/index.rst b/Documentation/index.rst index 3e089e69729c..a87509c24275 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -24,3 +24,4 @@ systems, including traditional Linux distributions, ChromeOS and Android. Docs Coding Style Contribute + API <../api-html/index.html#://>