[libcamera-devel,1/2] Documentation: Fix length of title underlines
diff mbox series

Message ID 20220621230826.23906-1-laurent.pinchart@ideasonboard.com
State Accepted
Headers show
Series
  • [libcamera-devel,1/2] Documentation: Fix length of title underlines
Related show

Commit Message

Laurent Pinchart June 21, 2022, 11:08 p.m. UTC
Some title underlines don't match the title text. Fix them.

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


base-commit: 7cd8b54fd7b4a03e8a25107575dc547e219a3747

Comments

Kieran Bingham June 21, 2022, 11:19 p.m. UTC | #1
Quoting Laurent Pinchart via libcamera-devel (2022-06-22 00:08:25)
> Some title underlines don't match the title text. Fix them.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>


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

> ---
>  Documentation/environment_variables.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/Documentation/environment_variables.rst b/Documentation/environment_variables.rst
> index 0a7760cbea42..f092cbbd29c5 100644
> --- a/Documentation/environment_variables.rst
> +++ b/Documentation/environment_variables.rst
> @@ -87,7 +87,7 @@ global environment:
>     :~$ cam --list
>  
>  Log levels
> -~~~~~~~~~~~
> +~~~~~~~~~~
>  
>  This is the list of available log levels, notice that all levels below
>  the chosen one are printed, while those above are discarded.
> @@ -103,7 +103,7 @@ If you choose WARN (2), you will be able to see WARN (2), ERROR (3) and FATAL (4
>  but not DEBUG (0) and INFO (1).
>  
>  Log categories
> -~~~~~~~~~~~~~~~
> +~~~~~~~~~~~~~~
>  
>  Every category represents a specific area of the libcamera codebase,
>  the names can be located within the source code, for example:
> @@ -141,7 +141,7 @@ storage locations to search for those configuration files.
>  `Examples <https://git.libcamera.org/libcamera/libcamera.git/tree/src/ipa/raspberrypi/data>`__
>  
>  IPA module
> -~~~~~~~~~~~
> +~~~~~~~~~~
>  
>  In order to locate the correct IPA module for your hardware, libcamera gathers
>  existing IPA modules from multiple locations. The default locations for this
> 
> base-commit: 7cd8b54fd7b4a03e8a25107575dc547e219a3747
> -- 
> Regards,
> 
> Laurent Pinchart
>

Patch
diff mbox series

diff --git a/Documentation/environment_variables.rst b/Documentation/environment_variables.rst
index 0a7760cbea42..f092cbbd29c5 100644
--- a/Documentation/environment_variables.rst
+++ b/Documentation/environment_variables.rst
@@ -87,7 +87,7 @@  global environment:
    :~$ cam --list
 
 Log levels
-~~~~~~~~~~~
+~~~~~~~~~~
 
 This is the list of available log levels, notice that all levels below
 the chosen one are printed, while those above are discarded.
@@ -103,7 +103,7 @@  If you choose WARN (2), you will be able to see WARN (2), ERROR (3) and FATAL (4
 but not DEBUG (0) and INFO (1).
 
 Log categories
-~~~~~~~~~~~~~~~
+~~~~~~~~~~~~~~
 
 Every category represents a specific area of the libcamera codebase,
 the names can be located within the source code, for example:
@@ -141,7 +141,7 @@  storage locations to search for those configuration files.
 `Examples <https://git.libcamera.org/libcamera/libcamera.git/tree/src/ipa/raspberrypi/data>`__
 
 IPA module
-~~~~~~~~~~~
+~~~~~~~~~~
 
 In order to locate the correct IPA module for your hardware, libcamera gathers
 existing IPA modules from multiple locations. The default locations for this