[libcamera-devel,2/2] Documentation: contributing: Mark command line as shell code-block

Message ID 20181213145313.6754-2-laurent.pinchart@ideasonboard.com
State Accepted
Commit 8274fed13d0acecfb8253eea0ee80fc0da2856dd
Headers show
Series
  • [libcamera-devel,1/2] Documentation: coding-style: Fix list indentation
Related show

Commit Message

Laurent Pinchart Dec. 13, 2018, 2:53 p.m. UTC
The git clone command line is a (single line) block of shell code, mark
it appropriately.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 Documentation/contributing.rst | 2 ++
 1 file changed, 2 insertions(+)

Patch

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/