[libcamera-devel,1/6] docs: Remove stray HTML tags

Message ID 20200604134300.2986113-2-marvin.schmidt1987@gmail.com
State Superseded
Headers show
Series
  • Random documentation fixes
Related show

Commit Message

Marvin Schmidt June 4, 2020, 1:42 p.m. UTC
---
 Documentation/docs.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Kieran Bingham June 4, 2020, 1:44 p.m. UTC | #1
Hi Marvin,

Indeed, these are stray. Thanks for catching.

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>


On 04/06/2020 14:42, Marvin Schmidt wrote:
> ---
>  Documentation/docs.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/docs.rst b/Documentation/docs.rst
> index 3a7e79e..bf2d117 100644
> --- a/Documentation/docs.rst
> +++ b/Documentation/docs.rst
> @@ -231,7 +231,7 @@ The camera stack comprises four software layers. From bottom to top:
>  
>    Those components can live in the libcamera project source code
>    in separate repositories, or move to their respective project's
> -  repository (for instance the gstreamer libcamera element).</p>
> +  repository (for instance the gstreamer libcamera element).
>  
>  * The applications and upper level frameworks are based on the
>    libcamera framework or libcamera adaptation, and are outside of
> @@ -326,7 +326,7 @@ Pipeline Handler
>    such it is covered by the same free software license as the rest of libcamera
>    and needs to be contributed upstream by device vendors. The Pipeline Handler
>    lives in the same process as the rest of the library, and has access to all
> -  helpers and kernel camera-related devices.</p>
> +  helpers and kernel camera-related devices.
>  
>  Image Processing Algorithms
>    Together with the hardware image processing and hardware statistics
>

Patch

diff --git a/Documentation/docs.rst b/Documentation/docs.rst
index 3a7e79e..bf2d117 100644
--- a/Documentation/docs.rst
+++ b/Documentation/docs.rst
@@ -231,7 +231,7 @@  The camera stack comprises four software layers. From bottom to top:
 
   Those components can live in the libcamera project source code
   in separate repositories, or move to their respective project's
-  repository (for instance the gstreamer libcamera element).</p>
+  repository (for instance the gstreamer libcamera element).
 
 * The applications and upper level frameworks are based on the
   libcamera framework or libcamera adaptation, and are outside of
@@ -326,7 +326,7 @@  Pipeline Handler
   such it is covered by the same free software license as the rest of libcamera
   and needs to be contributed upstream by device vendors. The Pipeline Handler
   lives in the same process as the rest of the library, and has access to all
-  helpers and kernel camera-related devices.</p>
+  helpers and kernel camera-related devices.
 
 Image Processing Algorithms
   Together with the hardware image processing and hardware statistics