From patchwork Wed Aug 21 00:40:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 20984 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 D494CBDB13 for ; Wed, 21 Aug 2024 00:40:23 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 21177633D6; Wed, 21 Aug 2024 02:40:20 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="JnAZtn50"; dkim-atps=neutral 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 24AEB6190A for ; Wed, 21 Aug 2024 02:40:10 +0200 (CEST) Received: from pendragon.ideasonboard.com (81-175-209-231.bb.dnainternet.fi [81.175.209.231]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 9CBB14CC for ; Wed, 21 Aug 2024 02:39:07 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1724200747; bh=SojNI+nOJMAv7nNFdrXaSXZP53CSg5EWhUsmYQzH1aI=; h=From:To:Subject:Date:From; b=JnAZtn50FqlV4GBScqEZ8V0ZiQ2rnw/6t9qc1zUWARMOIW7lzw98ECUA5wT8FjhF+ CxVjnjS6T1DCD+4xLHWBsyu0egQMJyzWpNhdw5ws0S2DurhrK0yDPvSsMdpaLvuWk+ 3wkPFcBsyEbeUzIcldQlhPPRr/887oIo/IPB1EB4= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Subject: [PATCH 0/3] Further small documentation improvements Date: Wed, 21 Aug 2024 03:40:04 +0300 Message-ID: <20240821004007.28938-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.44.2 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" Hello everybody, Following the marge of Dan's series that improves the documentation structure in libcamera, here are three more small cleanups related to documentation. Laurent Pinchart (3): Documentation: Rename "API" section to "API Reference" Documentation: Drop local table of contents from introduction Documentation: Rename "Documentation" section to "Introduction" Documentation/api-html/index.rst | 4 ++-- Documentation/introduction.rst | 9 +++------ 2 files changed, 5 insertions(+), 8 deletions(-) base-commit: 119277b8ce4ae4bb98d94c16e756f26c174f0250