How do I add matplotlib external docs in pycharm?
so far tried adding
http://matplotlib.org/api/{module.name}_api.html#matplotlib.{module.name}.{element.name}
and
http://matplotlib.org/api/{class.name}_api.html#matplotlib.{class.name}.{function.name}
none of those works.. pycharm doesn't show the same kind of verbose docs as it does for numpy and standard libraries when I view external docs for functions and stuff....
I am using pycharm version 3.0.2 with python 3.X