mirror of
https://git.libcamera.org/libcamera/libcamera.git
synced 2025-07-12 23:09:45 +03:00
Documentation: Reformat documentation_contents.rst
Now that documentation_contents.rst serves as a navbar for the docs pages on the website, reformat it to present the links in a more logical order. The list is split into three sections for Users, Developers and System Integrators, with a slight break between each section and a header above the links. Signed-off-by: Daniel Scally <dan.scally@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
This commit is contained in:
parent
be2182d239
commit
119277b8ce
1 changed files with 18 additions and 12 deletions
|
@ -2,22 +2,28 @@
|
||||||
|
|
||||||
.. container:: documentation-nav
|
.. container:: documentation-nav
|
||||||
|
|
||||||
* :doc:`/api-html/index`
|
* **Documentation for Users**
|
||||||
* :doc:`/internal-api-html/index`
|
* :doc:`Introduction </introduction>`
|
||||||
* :doc:`/camera-sensor-model`
|
|
||||||
* :doc:`/code-of-conduct`
|
|
||||||
* :doc:`/coding-style`
|
|
||||||
* :doc:`/environment_variables`
|
|
||||||
* :doc:`/feature_requirements`
|
* :doc:`/feature_requirements`
|
||||||
* :doc:`/guides/application-developer`
|
* :doc:`/guides/application-developer`
|
||||||
* :doc:`/guides/ipa`
|
|
||||||
* :doc:`/guides/pipeline-handler`
|
|
||||||
* :doc:`/guides/tracing`
|
|
||||||
* :doc:`/lens_driver_requirements`
|
|
||||||
* :doc:`/libcamera_architecture`
|
|
||||||
* :doc:`/python-bindings`
|
* :doc:`/python-bindings`
|
||||||
* :doc:`/sensor_driver_requirements`
|
* :doc:`/environment_variables`
|
||||||
|
* :doc:`/api-html/index`
|
||||||
|
* :doc:`/code-of-conduct`
|
||||||
|
* |
|
||||||
|
* **Documentation for Developers**
|
||||||
|
* :doc:`/libcamera_architecture`
|
||||||
|
* :doc:`/guides/pipeline-handler`
|
||||||
|
* :doc:`/guides/ipa`
|
||||||
|
* :doc:`/camera-sensor-model`
|
||||||
|
* :doc:`/guides/tracing`
|
||||||
* :doc:`/software-isp-benchmarking`
|
* :doc:`/software-isp-benchmarking`
|
||||||
|
* :doc:`/coding-style`
|
||||||
|
* :doc:`/internal-api-html/index`
|
||||||
|
* |
|
||||||
|
* **Documentation for System Integrators**
|
||||||
|
* :doc:`/lens_driver_requirements`
|
||||||
|
* :doc:`/sensor_driver_requirements`
|
||||||
|
|
||||||
..
|
..
|
||||||
The following directive adds the "documentation" class to all of the pages
|
The following directive adds the "documentation" class to all of the pages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue