From 1dd5f5504bd397c65ec47444c6d017c51fb80e90 Mon Sep 17 00:00:00 2001 From: LAGNEAU Romain Date: Mon, 22 Jul 2024 16:29:56 +0200 Subject: [PATCH] [DOC][PYTHON] Starting the include of the examples after the copyright --- modules/python/doc/rst/tutorials/misc/ukf-linear.rst | 1 + .../doc/rst/tutorials/misc/ukf-nonlinear-linear-complex.rst | 1 + modules/python/doc/rst/tutorials/misc/ukf-nonlinear-linear.rst | 1 + modules/python/examples/ukf-linear-example.py | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/python/doc/rst/tutorials/misc/ukf-linear.rst b/modules/python/doc/rst/tutorials/misc/ukf-linear.rst index cf738155dc..a8b4836f34 100644 --- a/modules/python/doc/rst/tutorials/misc/ukf-linear.rst +++ b/modules/python/doc/rst/tutorials/misc/ukf-linear.rst @@ -13,3 +13,4 @@ The state vector and measurements are explained in the `C++ example