From patchwork Tue Mar 23 11:35:42 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 11656 X-Patchwork-Delegate: laurent.pinchart@ideasonboard.com 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 C4E74C32E5 for ; Tue, 23 Mar 2021 11:36:35 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 22AAC68D63; Tue, 23 Mar 2021 12:36:35 +0100 (CET) Authentication-Results: lancelot.ideasonboard.com; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="HYY2AiMZ"; dkim-atps=neutral Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 62B8E602D7 for ; Tue, 23 Mar 2021 12:36:33 +0100 (CET) Received: from pendragon.lan (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id C4ADF885; Tue, 23 Mar 2021 12:36:32 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1616499393; bh=WPyERiSx4rrhO0lUxqqzB5hmqzqPUijvcWQBcdx69zg=; h=From:To:Cc:Subject:Date:From; b=HYY2AiMZ3GEqrFvKbKvTdDOBHW7168NbifNGnWu6NM6l5+sSN6etRD49ovlJZiWyi mB+45N81ay02ckcxJGXHEPO50NfJF8djZj3+mJWaYYo85wVE614Tcrb3LIoNNaxBxI iVkEYGWlTRJF3oE1tRAQRO5d+snKxz4ubepFfeUQ= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Tue, 23 Mar 2021 13:35:42 +0200 Message-Id: <20210323113542.8613-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.28.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH] Documentation: Add getting started section 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: , Cc: Vedant Paranjape Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Pull the "getting started" of README.rst in the documentation tree, as done on libcamera.org, to ensure documentation build coverage of the whole README.rst. Signed-off-by: Laurent Pinchart Reviewed-by: Kieran Bingham --- Documentation/getting-started.rst | 4 ++++ Documentation/index.rst | 1 + 2 files changed, 5 insertions(+) create mode 100644 Documentation/getting-started.rst diff --git a/Documentation/getting-started.rst b/Documentation/getting-started.rst new file mode 100644 index 000000000000..4cc34a176fe6 --- /dev/null +++ b/Documentation/getting-started.rst @@ -0,0 +1,4 @@ +.. Getting started information is defined in the project README file. +.. include:: ../README.rst + :start-after: .. section-begin-getting-started + :end-before: .. section-end-getting-started diff --git a/Documentation/index.rst b/Documentation/index.rst index 285ca7c3e5ae..7e3fe2f6e785 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -12,6 +12,7 @@ Home Docs Contribute + Getting Started Developer Guide Application Writer's Guide