From patchwork Wed Mar 17 19:28:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= X-Patchwork-Id: 11607 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 5DF9ABD80C for ; Wed, 17 Mar 2021 22:53:46 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id 9AE8868D70; Wed, 17 Mar 2021 23:53:45 +0100 (CET) Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 55CC76084F for ; Wed, 17 Mar 2021 20:29:08 +0100 (CET) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: nfraprado) with ESMTPSA id 237181F45364 From: =?utf-8?b?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= To: libcamera-devel@lists.libcamera.org Date: Wed, 17 Mar 2021 16:28:26 -0300 Message-Id: <20210317192831.359014-1-nfraprado@collabora.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 X-Mailman-Approved-At: Wed, 17 Mar 2021 23:53:43 +0100 Subject: [libcamera-devel] [PATCH 0/5] Minor improvements to the documentation 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: Chris Chinchilla , Sebastian Fricke Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Minor improvements to the documentation, including fixes for typos, wrong reStructuredText syntax, links, flag usage on cam, as well as minor updates for the pipeline-handler guide. NĂ­colas F. R. A. Prado (5): Documentation: Fix typos and wrong rST syntax for literals Documentation: environment-variables: Use standard rST link syntax Documentation: sensor-driver: Fix links to V4L2 documentation Documentation: guides: pipeline-handler: Update code, commands and logs Documentation: guides: pipeline-handler: Fix capture flag usage Documentation/environment_variables.rst | 33 ++++++++++---------- Documentation/guides/introduction.rst | 2 +- Documentation/guides/pipeline-handler.rst | 23 +++++++------- Documentation/sensor_driver_requirements.rst | 16 +++++----- README.rst | 6 ++-- 5 files changed, 40 insertions(+), 40 deletions(-)