use*_*230 6 html python documentation offline matplotlib
我喜欢这个网址上的 matplotlib 文档,
http://matplotlib.org/index.html
但当我的笔记本电脑离线时(旅行等)我无法访问它
谁能推荐一种下载 matplotlib html 文档的方法?这对于 python 文档来说是可能的。
谢谢。账单
整个matplotlib.org网站存储在 github 存储库中。您可以从以下位置下载整个内容:
https://github.com/matplotlib/matplotlib.github.com
(直接压缩链接:https://github.com/matplotlib/matplotlib.github.com/archive/master.zip)
结果可能是一个相当大的 zip 文件。或者,正如其他人所说,您可以通过以下方式自己构建文档:
http://matplotlib.org/devel/documenting_mpl.html
华泰