[v3,2/7] Documentation: Alphabetise the Documentation toctree
diff mbox series

Message ID 20240819160921.468981-3-dan.scally@ideasonboard.com
State Superseded
Headers show
Series
  • Documentation improvements
Related show

Commit Message

Dan Scally Aug. 19, 2024, 4:09 p.m. UTC
With the exception of the initial group of four links, alphabetise
the pages in the Documentation toctree so adding new ones can be
done in a defined order.

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
---
Changes since v2:

	- None

Changes since v1:

	- None

 Documentation/index.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Comments

Stefan Klug Aug. 20, 2024, 7:34 a.m. UTC | #1
Hi Dan,

Thank you for the patch. 

On Mon, Aug 19, 2024 at 05:09:16PM +0100, Daniel Scally wrote:
> With the exception of the initial group of four links, alphabetise
> the pages in the Documentation toctree so adding new ones can be
> done in a defined order.
> 
> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>

Reviewed-by: Stefan Klug <stefan.klug@ideasonboard.com> 

Regards,
Stefan

> ---
> Changes since v2:
> 
> 	- None
> 
> Changes since v1:
> 
> 	- None
> 
>  Documentation/index.rst | 12 ++++++------
>  1 file changed, 6 insertions(+), 6 deletions(-)
> 
> diff --git a/Documentation/index.rst b/Documentation/index.rst
> index 5442ae75..52ddc494 100644
> --- a/Documentation/index.rst
> +++ b/Documentation/index.rst
> @@ -14,14 +14,14 @@
>     Contribute <contributing>
>     Getting Started <getting-started>
>  
> -   Developer Guide <guides/introduction>
>     Application Writer's Guide <guides/application-developer>
> -   Pipeline Handler Writer's Guide <guides/pipeline-handler>
> -   IPA Writer's guide <guides/ipa>
> -   Tracing guide <guides/tracing>
> +   Camera Sensor Model <camera-sensor-model>
> +   Developer Guide <guides/introduction>
>     Environment variables <environment_variables>
> -   Sensor driver requirements <sensor_driver_requirements>
> +   IPA Writer's guide <guides/ipa>
>     Lens driver requirements <lens_driver_requirements>
> +   Pipeline Handler Writer's Guide <guides/pipeline-handler>
>     Python Bindings <python-bindings>
> -   Camera Sensor Model <camera-sensor-model>
> +   Sensor driver requirements <sensor_driver_requirements>
>     SoftwareISP Benchmarking <software-isp-benchmarking>
> +   Tracing guide <guides/tracing>
> -- 
> 2.34.1
>

Patch
diff mbox series

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 5442ae75..52ddc494 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -14,14 +14,14 @@ 
    Contribute <contributing>
    Getting Started <getting-started>
 
-   Developer Guide <guides/introduction>
    Application Writer's Guide <guides/application-developer>
-   Pipeline Handler Writer's Guide <guides/pipeline-handler>
-   IPA Writer's guide <guides/ipa>
-   Tracing guide <guides/tracing>
+   Camera Sensor Model <camera-sensor-model>
+   Developer Guide <guides/introduction>
    Environment variables <environment_variables>
-   Sensor driver requirements <sensor_driver_requirements>
+   IPA Writer's guide <guides/ipa>
    Lens driver requirements <lens_driver_requirements>
+   Pipeline Handler Writer's Guide <guides/pipeline-handler>
    Python Bindings <python-bindings>
-   Camera Sensor Model <camera-sensor-model>
+   Sensor driver requirements <sensor_driver_requirements>
    SoftwareISP Benchmarking <software-isp-benchmarking>
+   Tracing guide <guides/tracing>