[RFC/PATCH,1/3] Documentation: Reorganize the index of the "For Developers" section
diff mbox series

Message ID 20260126190141.2410546-2-laurent.pinchart@ideasonboard.com
State New
Headers show
Series
  • Documentation: Explain libcamera's policy on dependencies
Related show

Commit Message

Laurent Pinchart Jan. 26, 2026, 7:01 p.m. UTC
The section of the index aimed at developers starts with the
contribution guide, and only lists the libcamera architecture page
futher down. Reorganize it to start with the "getting starting" page,
which, as its name implies, is meant to be a good entry point, and
continue with the architecture and guides before the more specialized
documentation.

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

Patch
diff mbox series

diff --git a/Documentation/index.rst b/Documentation/index.rst
index 8109b4295c92..03c3d0b4aff6 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -19,12 +19,12 @@ 
    :maxdepth: 1
    :caption: For Developers
 
-   Contribute <contributing>
    Getting Started <getting-started>
-   Camera Sensor Model <camera-sensor-model>
-   IPA Writer's guide <guides/ipa>
-   libcamera Architecture <libcamera_architecture>
+   Architecture <libcamera_architecture>
    Pipeline Handler Writer's Guide <guides/pipeline-handler>
+   IPA Writer's guide <guides/ipa>
+   Contribute <contributing>
+   Camera Sensor Model <camera-sensor-model>
    SoftwareISP Benchmarking <software-isp-benchmarking>
    Tracing guide <guides/tracing>
    Design document: AE <design/ae>