diff options
author | Daniel Scally <dan.scally@ideasonboard.com> | 2024-08-20 14:07:35 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2024-08-21 01:35:36 +0300 |
commit | c01dfb3650e50dcd2e0617ad928dd6de0d9d3a1d (patch) | |
tree | d405181a1bc21a402c0647e7a633bfd3f8014adc /Documentation/index.rst | |
parent | 83800ba709c3df091abab0b6e76b942d02c3e868 (diff) |
Documentation: Breakout docs.rst
In preparation for including more of the Documentation for libcamera
on the website, break out the libcamera Architecture and Feature
Requirements sections of docs.rst file into separate files for each
section. Add all of the new files to documentation-contents.rst so
they're included on the website too.
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>
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 52ddc494..95c80b4e 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -18,8 +18,10 @@ Camera Sensor Model <camera-sensor-model> Developer Guide <guides/introduction> Environment variables <environment_variables> + Feature Requirements <feature_requirements> IPA Writer's guide <guides/ipa> Lens driver requirements <lens_driver_requirements> + libcamera Architecture <libcamera_architecture> Pipeline Handler Writer's Guide <guides/pipeline-handler> Python Bindings <python-bindings> Sensor driver requirements <sensor_driver_requirements> |