Scikit examines PDF documentation

Does anyone know how I can get scikit learning documentation ( http://scikit-learn.org/stable/documentation.html ), in particular the user manual, tutorials and examples, in PDF format?

If they are not available, is there a way to convert them to PDF programmatically? I looked at html for pdf conversion api services, but none of them are free ...

Thanks in advance.

+4
source share
3 answers

User documents can be found here http://sourceforge.net/projects/scikit-learn/files/documentation/ , older versions.

, - HTML Github https://github.com/scikit-learn/scikit-learn/tree/master/doc

-, ( ):

make html

, :

make html-noplot

_build/html

PDF,

make latexpdf
+13

@ . html pdf . SU:

wget - ( html ), , html , , Calibre.

0

All Articles