Closed thorade closed 7 years ago
Also see this issue: https://github.com/casadi/casadi/issues/1635
@thorade Thax for the info. I will check it when my current coding for the mapping rule is totally done.
The above link was to the old SWIG 1.3 documentation, the latest docs are here: http://www.swig.org/Doc3.0/Python.html#Python_nn65 Could you check whether enabling the autodoc feature is easy?
SWIG is able to generate docstrings for Python. These docstrings can either be written manually (any text) or automatically (list of parameters, attributes and return values). http://www.swig.org/Doc1.3/Python.html#Python_nn65
@math-boy could you check whether it is easy to enable this feature?