【问题标题】:matplotlib documentation in html format [closed]html 格式的 matplotlib 文档 [关闭]
【发布时间】:2013-01-20 18:58:37
【问题描述】:

我喜欢这个网址上的 matplotlib 文档,

http://matplotlib.org/index.html

但是当我的笔记本电脑离线(旅行等)时我无法访问它

谁能推荐一种方法来下载 matplotlib 的 html 文档? 这对于 python 文档是可能的。

谢谢。 比尔

【问题讨论】:

  • 如果您下载源代码和所有正确的工具,您可以自己构建 html。当然,PDF 可以立即下载...
  • 好的。我在这里找到了初始说明。 matplotlib.org/devel/documenting_mpl.html
  • @user1579230 你应该回答你自己的问题。

标签: python html documentation matplotlib offline


【解决方案1】:

整个 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

HTH

【讨论】:

    【解决方案2】:

    文档以 PDF 格式提供,可从以下网址下载: http://matplotlib.org/Matplotlib.pdf

    【讨论】:

      猜你喜欢
      • 2010-12-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-09-30
      • 1970-01-01
      • 1970-01-01
      • 2013-01-06
      • 1970-01-01
      相关资源
      最近更新 更多