diff options
Diffstat (limited to 'Documentation/index.rst')
-rw-r--r-- | Documentation/index.rst | 27 |
1 files changed, 22 insertions, 5 deletions
diff --git a/Documentation/index.rst b/Documentation/index.rst index 2c84a540..bea40660 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -1,12 +1,29 @@ -.. Front page matter is defined in the project README file. -.. include:: ../README.rst - :start-after: .. section-begin-libcamera - :end-before: .. section-end-libcamera +.. SPDX-License-Identifier: CC-BY-SA-4.0 + +.. include:: introduction.rst .. toctree:: :maxdepth: 1 :caption: Contents: Home <self> - Docs <docs> Contribute <contributing> + Getting Started <getting-started> + + Application Writer's Guide <guides/application-developer> + Camera Sensor Model <camera-sensor-model> + 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> + SoftwareISP Benchmarking <software-isp-benchmarking> + Tracing guide <guides/tracing> + +.. toctree:: + :hidden: + + introduction
\ No newline at end of file |