I'm trying to simply add the OpenCV documentation to Pycharm so that I can quickly look up the documenation of any element I want to (SHIFT+F1). For example,here's how wx has beens setup:
http://www.wxpython.org/docs/api/{module.name}.{class.name}-class.html#{function.name}
I can't figure out how to do the same for the cv2 module.
Example URL: docs.opencv.org/modules/core/doc/operations_on_arrays.html?highlight=split#cv2.split
Here The part in the middle operations_on_arrays.html is problematic as it's different for groups of functions.
Is there a way to get around this?
https://www.google.com/search?q="{element.name}" {element.qname} site:https://docs.opencv.org/4.x, add this url in the PyCharm external documentation window forcv2library.