Skip to content

Commit

Permalink
Merge pull request #1459 from rolalaro/doc_python_bindings
Browse files Browse the repository at this point in the history
Doc python bindings
  • Loading branch information
fspindle authored Sep 12, 2024
2 parents d8a40d8 + 5aa4978 commit 3717c06
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions modules/core/include/visp3/core/vpList.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,8 @@

#include <stdio.h>

#ifndef DOXYGEN_SHOULD_SKIP_THIS

BEGIN_VISP_NAMESPACE
#ifndef DOXYGEN_SHOULD_SKIP_THIS
/*!
\class vpListElement
\brief Each element of a list
Expand Down
1 change: 1 addition & 0 deletions modules/python/doc/rst/tutorials/misc/ukf-linear.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ The state vector and measurements are explained in the `C++ example <https://vi

.. literalinclude:: /examples/ukf-linear-example.py
:language: python
:lines: 35-
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ The state vector and measurements are explained in the `C++ example <https://vi

.. literalinclude:: /examples/ukf-nonlinear-complex-example.py
:language: python
:lines: 35-
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ The state vector and measurements are explained in the `C++ example <https://vi

.. literalinclude:: /examples/ukf-nonlinear-example.py
:language: python
:lines: 35-
2 changes: 1 addition & 1 deletion modules/python/examples/ukf-linear-example.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

""" @example ukf-linear-example.py
Example of a simple linear use-case of the Unscented Kalman Filter (UKF). Using a UKF
in this case is not necessary, it is done for learning purpous only.
in this case is not necessary, it is done for learning purpose only.
The system we are interested in is a system moving on a 2D-plane.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@
#include <visp3/core/vpMatrix.h>
#include <visp3/visual_features/vpBasicFeature.h>

#ifndef DOXYGEN_SHOULD_SKIP_THIS

BEGIN_VISP_NAMESPACE
#ifndef DOXYGEN_SHOULD_SKIP_THIS
/*!
* \class vpLuminance
* \brief Class that defines the luminance and gradient of a point.
Expand Down

0 comments on commit 3717c06

Please sign in to comment.