diff --git a/modules/python/doc/index.rst b/modules/python/doc/index.rst index d429468c8a..110acd9d28 100644 --- a/modules/python/doc/index.rst +++ b/modules/python/doc/index.rst @@ -11,5 +11,6 @@ Welcome to the ViSP Python binding documentation! :glob: :maxdepth: 2 - todos.rst - conversions.rst + rst/coming_from_cpp.rst + rst/python_api.rst + rst/known_issues.rst diff --git a/modules/python/doc/rst/coming_from_cpp.rst b/modules/python/doc/rst/coming_from_cpp.rst new file mode 100644 index 0000000000..18b4191a6b --- /dev/null +++ b/modules/python/doc/rst/coming_from_cpp.rst @@ -0,0 +1,2 @@ +Differences with the C++ +============================== diff --git a/modules/python/doc/todos.rst b/modules/python/doc/rst/known_issues.rst similarity index 100% rename from modules/python/doc/todos.rst rename to modules/python/doc/rst/known_issues.rst diff --git a/modules/python/doc/rst/python_api.rst b/modules/python/doc/rst/python_api.rst new file mode 100644 index 0000000000..a49cb65a90 --- /dev/null +++ b/modules/python/doc/rst/python_api.rst @@ -0,0 +1,8 @@ +Python tips +==================== + +.. toctree:: + :glob: + :maxdepth: 2 + + python_api/conversions.rst diff --git a/modules/python/doc/conversions.rst b/modules/python/doc/rst/python_api/conversions.rst similarity index 100% rename from modules/python/doc/conversions.rst rename to modules/python/doc/rst/python_api/conversions.rst