Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updocstrings for carla #2752
docstrings for carla #2752
Comments
|
You could try using Pycharms external documentation feature. The URL should look something like that |
|
Hi, @HarryWindsor ! Did the solution provided by @pperle served you well? |
|
This does not work. PyCharm won't give any information when for example hovering over |
|
@Alby407 you are right, the URL I posted does not work for classes, only for their functions. For classes, there is one dot to many The right solution would be to include the docs. |
|
Inspired by this post I tried to add the docstring from If anyone is interested here is the compiled Linux version carla-0.9.9-py3.5-linux-x86_64.egg.zip. The only thing that does not work are the type hints. |
|
@pperle you have ran 90% of this marathon...would you like to finish it by making a PR to CARLA? |

Is is possible to include the docs from https://carla.readthedocs.io/en/latest/python_api/#carla.Actor in the python library? I would prefer using the docs in my IDE rather than jumping into the browser when I have to look something up.
Thank you.