有没有一个很好的方法来下载pylookup的scipy,numpy,matplotlib和pandas文档?

时间:2013-09-25 19:43:03

标签: python emacs download

Pylookup是emacs中的一个项目,用于在浏览器中查看python文档,而不是在解释器中查看:http://taesoo.org/proj/pylookup.html

基本上,它需要这种格式的文档:

  1. http://docs.scipy.org/doc/numpy/genindex.html
  2. http://docs.scipy.org/doc/scipy/reference/genindex.html
  3. http://matplotlib.org/genindex.html
  4. http://pandas.pydata.org/pandas-docs/stable/genindex.html
  5. 如何下​​载这些帮助目录,以便我可以在本地访问它们?

2 个答案:

答案 0 :(得分:10)

转到http://docs.scipy.org/doc/并以“HTML + zip”格式下载Numpy和Scipy参考指南,将其解压缩到$DOCDIRECTORY并致电./pylookup.py -a -u "$DOCDIRECTORY"。它应该从目录中获取genindex.html

对于Matplotlib,您可能需要下载整个源代码(或https://github.com/matplotlib/matplotlib/tree/master/doc中的相关部分)并自行构建HTML文档。

对于Pandas,请尝试http://pandas.pydata.org/pandas-docs/stable/pandas.zip,它还会提供genindex.html

答案 1 :(得分:0)

对于matplotlib,他们似乎将每个版本添加到此存储库:https://github.com/matplotlib/matplotlib.github.com