From patchwork Thu Dec 13 14:53:13 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 47 Return-Path: Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 073F6600CC for ; Thu, 13 Dec 2018 15:52:31 +0100 (CET) Received: from avalon.bb.dnainternet.fi (dfj612ybrt5fhg77mgycy-3.rev.dnainternet.fi [IPv6:2001:14ba:21f5:5b00:2e86:4862:ef6a:2804]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 88A0F568 for ; Thu, 13 Dec 2018 15:52:30 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1544712750; bh=1PCrNpDL/PYO0OOzrgQv3vXMC0H3+BSmS/nhj4k9q/g=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p268RUCY9mr5j4+BOwmk93fRb+uz3xAr6BuAu8PQo5Kl0N2RRD2hPS5ZOhrZs8mtF y5x4A94hVxwtCGY2NApgww5htnVhBGM9u9kSeVJnA7SG/6iA1pkJfjSyd73UU3QIST beqa9rfqpughtP9740eKYP5qrnq95o1+XFzpFi4c= From: Laurent Pinchart To: libcamera-devel@lists.libcamera.org Date: Thu, 13 Dec 2018 16:53:13 +0200 Message-Id: <20181213145313.6754-2-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.19.2 In-Reply-To: <20181213145313.6754-1-laurent.pinchart@ideasonboard.com> References: <20181213145313.6754-1-laurent.pinchart@ideasonboard.com> MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 2/2] Documentation: contributing: Mark command line as shell code-block 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, 13 Dec 2018 14:52:31 -0000 The git clone command line is a (single line) block of shell code, mark it appropriately. Signed-off-by: Laurent Pinchart --- Documentation/contributing.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/contributing.rst b/Documentation/contributing.rst index 0eedadc94906..8f6f40b0795d 100644 --- a/Documentation/contributing.rst +++ b/Documentation/contributing.rst @@ -29,6 +29,8 @@ Source Code libcamera is in early stages of development, and no releases are available yet. The source code is available from the project's `git tree`_, hosted by `LinuxTV`_. +.. code-block:: shell + $ git clone git://linuxtv.org/libcamera.git .. _git tree: https://git.linuxtv.org/libcamera.git/