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>
This commit is contained in:
Daniel Scally 2024-08-20 14:07:35 +01:00 committed by Laurent Pinchart
parent 83800ba709
commit c01dfb3650
6 changed files with 289 additions and 278 deletions

View file

@ -7,12 +7,14 @@
* :doc:`/code-of-conduct`
* :doc:`/coding-style`
* :doc:`/environment_variables`
* :doc:`/feature_requirements`
* :doc:`/guides/application-developer`
* :doc:`/guides/introduction`
* :doc:`/guides/ipa`
* :doc:`/guides/pipeline-handler`
* :doc:`/guides/tracing`
* :doc:`/lens_driver_requirements`
* :doc:`/libcamera_architecture`
* :doc:`/python-bindings`
* :doc:`/sensor_driver_requirements`
* :doc:`/software-isp-benchmarking`