Automatic code documentation does not parse argument descriptions
Have a look at:
While get_property_values has a description of the parameters, many other functions have none. The way in which the documentation is structured shall be changed that it can be parsed for the auto generated documentation consistently.
Walk through the pylib documentation and check for every function that is used, that
- the doc string is structured correctly and that
- the documentation of the function is linked (if possible).