Commit Graph

20 Commits

Author SHA1 Message Date
Joel Nothman e19b700666 DOC provide PDF documentation for download 2015-09-01 19:22:50 +10:00
Andreas Mueller a605bb9bbc Use plot_galler=0 in makefile for sphinx >1.2.3 Also works with 1.2.3 2014-11-25 10:43:41 -05:00
Lars Buitinck cfa61ab9bb DOC run optipng before uploading website 2014-07-09 17:58:47 +02:00
Alyssa 2e03618a0f <MRG> Doc generation works in Python 2 and 3
Documentation can be generated using Python 2 or Python 3 and sphinx
2014-04-14 17:53:01 -04:00
Lars Buitinck 070d7a686b MAINT remove unsupported documentation formats
In particular, "htmlhelp" and "qthelp". None of the core devs uses
this or is willing to support it. Fixes #2512 by not fixing it.
2014-04-06 17:19:34 +02:00
Gael Varoquaux baa3c7eda3 DOC: more robust compilation and CSS 2014-02-02 12:08:29 +01:00
Nelle Varoquaux 3dd6a4eb57 DOC now building to html/stable
closes #2314
2013-07-30 09:40:07 +02:00
Alexandre Abraham 1f6d7e09ec Merge branch 'master' of https://github.com/jaquesgrobler/scikit-learn into fix_doc_clean 2012-11-15 10:20:19 +01:00
Alexandre Abraham ae86c22d1c BUG: Fix path in doc cleaning
In the documentation Makefile, all paths but one are set relatively
to the doc folder. This fixes it for the path to the generated
folder which could cause trouble when rebuilding documentation
after API change.
2012-11-15 10:05:32 +01:00
Lars Buitinck ae82bc7a60 rm the long-deprecated scikits.learn package 2012-07-23 13:56:13 +02:00
Lars Buitinck 8d65e48415 DOC ported latexpdf target from Sphinx 1.0.7-generated Makefile
Also, clean up doc/README
2011-10-12 14:52:52 +02:00
Gael varoquaux 5eafac939e BUG: giving up on cleaning build
It causes bugs in the documentation building. To avoid gathering image
files, run make clean every once in a while.
2011-04-03 14:56:16 +02:00
Olivier Grisel cf29b7a98c ENH: do not download LFW when building the documentation by default 2011-04-03 02:26:50 +02:00
Gael varoquaux 2461a6f633 ENH: Avoid gathering old images in docs
It seems that Sphinx never overrides an image in its output directory,
and simply renames it to a backup name. This creates a pretty bad disk
usage leak. As a quick fix, I add a line flushing this directory in the
Makefile
2011-04-03 00:58:16 +02:00
Gael varoquaux aaeadfb96a MISC: html-nodoc default target 2011-04-01 12:59:03 +02:00
Fabian Pedregosa 27eda75101 Remove generated classes on make clean. 2010-12-14 19:25:15 +01:00
Fabian Pedregosa ce2d71668a Implement make html-noplot for building the doc.
Just builds the doc without the example gallery.
2010-11-17 13:08:20 +01:00
Fabian Pedregosa c1ebd63a5a Some work on the rst docs. 2010-09-01 14:52:52 +02:00
Fabian Pedregosa 54a4be5951 Remove also auto-generated examples with make clean 2010-06-26 08:12:00 -05:00
Fabian Pedregosa 362fe46563 Initial import of rst docs.
Added some documentation for manifold_learning, ann and svm, but they
are mostly references to the docstrings.

From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@340 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-14 15:13:39 +00:00