Fix doc warning
Context
Related to doc improvement MR aidge!106 (merged)
- Fix docstring syntax to remove warnings during doc generation
Modified files
- pybind: Update ill formed docstring
- Export_regsitry: Update ill formed docstring
- pybind_GenericOperator & pybind_Tensor: Fix issue with the way Pybind generate docstring for overloaded function by disabling signature generation (fix explained in code)