summaryrefslogtreecommitdiff
path: root/Documentation/meson.build
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ideasonboard.com>2022-06-08 10:24:15 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2022-06-08 17:31:23 +0300
commitd0b310b465a625f95491078011086728000f427f (patch)
treed3e33444867b9eb4a8367704f644af9c5def36f0 /Documentation/meson.build
parent6132521b47571d143ddb72da09c5b9896ee41925 (diff)
Documentation: Add python-bindings.rst
Add a basic doc for the Python bindings. While not really proper documentation yet, the file and the examples should give enough guidance for users who are somewhat familiar with libcamera. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'Documentation/meson.build')
-rw-r--r--Documentation/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/meson.build b/Documentation/meson.build
index 8e2eacc6..7695bcb1 100644
--- a/Documentation/meson.build
+++ b/Documentation/meson.build
@@ -67,6 +67,7 @@ if sphinx.found()
'guides/tracing.rst',
'index.rst',
'lens_driver_requirements.rst',
+ 'python-bindings.rst',
'sensor_driver_requirements.rst',
'../README.rst',
]