Skip to content

Commit 4128a38

Browse files
Improve python bindings documentation (#728)
Signed-off-by: JesusPoderoso <[email protected]>
1 parent 4061a9e commit 4128a38

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: docs/fastddsgen/python_bindings/python_bindings.rst

+9
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Calling *eProsima Fast DDS-Gen* with the option `-python` will generate these fi
1313
first generating C++ files (for connecting C++ and Python) and Python files (Python module for your type) and
1414
then compiling the C++ sources.
1515

16+
.. note::
17+
18+
The Python bindings does not support the use of namespaces.
19+
1620
Before calling CMake, the :ref:`fastddsgen_python_build` process needs several :ref:`fastddsgen_python_deps` to be met.
1721

1822
.. _fastddsgen_python_deps:
@@ -45,6 +49,11 @@ Call CMake:
4549
This will create the Python files (`.py`) with the modules (one per each IDL file) that have to be imported within the
4650
Python script.
4751

52+
.. note::
53+
54+
The python bindings does not support using different modules in the same idl file.
55+
Split them in different files for expected behavior.
56+
4857
.. External links
4958
5059
.. _SWIG: http://www.swig.org/

0 commit comments

Comments
 (0)