mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
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>
29 lines
972 B
ReStructuredText
29 lines
972 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
.. container:: documentation-nav
|
|
|
|
* :doc:`/api-html/index`
|
|
* :doc:`/camera-sensor-model`
|
|
* :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`
|
|
|
|
..
|
|
The following directive adds the "documentation" class to all of the pages
|
|
generated by sphinx. This is not relevant in libcamera nor addressed in the
|
|
theme's CSS, since all of the pages here are documentation. It **is** used
|
|
to properly format the documentation pages on libcamera.org and so should not
|
|
be removed.
|
|
|
|
.. rst-class:: documentation
|