diff options
author | Daniel Scally <dan.scally@ideasonboard.com> | 2024-08-20 14:07:33 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-08-21 01:35:30 +0300 |
commit | b6c521c5696533d8781222b7f46fd72a86d379c5 (patch) | |
tree | 83934a4c4cced1a18c36ece50451b299fb57a185 | |
parent | 182bdadd0f09791c94372a34c3e73564b335ada4 (diff) |
Documentation: Alphabetise the Documentation toctree
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: Stefan Klug <stefan.klug@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | Documentation/index.rst | 12 |
1 files 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> |