From: Christoph G. <cg...@uc...> - 2014-07-29 19:07:13
|
On 7/28/2014 11:32 AM, Thomas Kluyver wrote: > On 28 July 2014 11:27, Benjamin Root <ben...@ou... > <mailto:ben...@ou...>> wrote: > > Going to the sourceforge page you have, I see that you mean "HTML > Help" as in ".chm" files. That is something different that I am not > familiar with. All of our documentation is generated from sphinx, so > whatever sphinx supports, we can generate. > > > Sphinx does support CHM as the 'htmlhelp' target, though the docs seem > to say that you need another application ("Microsoft HTML Help > Workshop") to finish compiling it. > > http://sphinx-doc.org/builders.html#sphinx.builders.htmlhelp.HTMLHelpBuilder > > Thomas > I created a PR at <https://github.com/matplotlib/matplotlib/pull/3325> The resulting document, Matplotlibdoc.chm, is currently 124 MB, probably because of the many hires gallery images. In general the document looks usable. Christoph |