F1 jump using official Python docs "objects.inv"
Brought to you by:
fabioz
There is magic file in official Python documentation that is very easy to use in own program: http://docs.python.org/objects.inv
Naturally it should be cached in PyDev, but point is It would be rather easy to implement F1 command that opens the relevant documentation page in web browser.
I know it might not be as neat as having tight integration with Eclipse Help UI, but hey at least users would get somekind of help using F1.
I apologize not adding this to main body of text, but here is example usage.
http://docs.python.org/objects.inv
As an example line for "getattr":
getattr function library/functions.html
The final page is:
http://docs.python.org/library/functions.html#getattr
Notice the #getattr anchor.