Pylookup is a project in emacs to view python documentation in a browser, rather than in the interpreter: http://taesoo.org/proj/pylookup.html
Essentially, it requires documentation in this format:
How can I download these help directories so I can access them locally?
Go to http://docs.scipy.org/doc/ and download the Numpy and Scipy reference guides in the format "HTML+zip", unzip them to $DOCDIRECTORY
and call ./pylookup.py -a -u "$DOCDIRECTORY"
. It should pick up the genindex.html
from the directory.
For Matplotlib you might have to download the whole source (or the relevant part from https://github.com/matplotlib/matplotlib/tree/master/doc) and build the HTML documentation yourself.
For Pandas try http://pandas.pydata.org/pandas-docs/stable/pandas.zip, it also provides a genindex.html
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With