Commit Graph

29 Commits

Author SHA1 Message Date
Fabian Pedregosa 5402fa3ce5 Web page update. 2010-12-17 12:28:02 +01:00
Fabian Pedregosa 32bb22124d web page layout fixes. 2010-12-14 19:25:15 +01:00
Fabian Pedregosa e96467c639 ENH: prettify web page layout.
Merge first steps and user guide.
2010-12-01 12:25:05 +01:00
Gael varoquaux b27d3c553a BUG: Fix the doc-generation of examples
Doc generation for examples was failing because it was trying to make
docs from directories containing the automatically-downloaded data of the
examples. The solution is simply to skip these directories
2010-11-24 21:51:45 +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
Olivier Grisel 9d5e16b666 trailing spaces holocaust 2010-11-06 15:42:55 +01:00
Gael varoquaux e7672b9f3c MISC: Add 'Python' in the examples page
for google hits.
2010-09-11 12:56:05 +02:00
Gael Varoquaux a21f0e824a DOC: Update the developer guidelines. 2010-09-06 11:01:34 +02:00
Gael Varoquaux 62ac02846b ENH: Make sure docs build on older versions of sphinx 2010-09-06 09:41:49 +02:00
Fabian Pedregosa a770fec9bc FIX: fix generating the examples with some tricky uses of pylab. 2010-08-22 12:37:16 +02:00
Fabian Pedregosa 818ed82c44 Update sphinxext/docscrape from numpy's trunk. 2010-08-20 13:45:35 +02:00
Fabian Pedregosa 222188163f Update numpydoc (sphinx extension).
Updated from numpy's trunk to work with latest docutils.
2010-08-19 16:34:06 +02:00
Gael varoquaux b5fd8aee4e BUG: Make sure the docs still build with recent versions of numpy
Revert "BUG: Make sure that the docs still build with recent versions of numpy"

This reverts commit f27f234d44.
2010-07-27 09:42:50 +02:00
Gael varoquaux c14be56680 BUG: Make sure that the docs still build with recent versions of numpy
and Matplotlib
2010-07-27 09:42:50 +02:00
Fabian Pedregosa 8143abbadf Add a complete example of SVM classifier using a precomputed kernel. 2010-05-17 11:25:35 +02:00
Fabian Pedregosa 2849920827 BUG: fix bug in automatic doc generator. 2010-05-12 15:35:29 +02:00
Gael Varoquaux 1896240830 DOC: Rework of the docs and examples: multiple commits because commits
with 'mv' fail.



git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@701 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-23 05:48:03 +00:00
Gael Varoquaux ecb8672980 Improve front page
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@685 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-21 21:54:00 +00:00
Gael Varoquaux 181e3de9e9 BUG: Make sure the docs build even if the directories do not exist.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@668 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-20 21:38:58 +00:00
Gael Varoquaux 173611d272 BUG/DOC Correcting bugs in the documentation generation code.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@643 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-15 20:41:15 +00:00
Gael Varoquaux 331516b8b3 DOC: Sprucing up the documentation.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@642 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-15 19:53:31 +00:00
Gael Varoquaux 1a9a8e46c5 DOC: Small changes to the documentation building to be able to references
examples and to be able to download the source code of the examples.



git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@641 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-15 19:32:56 +00:00
Fabian Pedregosa f82b5624c6 Cosmetic changes to gen_rst
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@635 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-14 08:55:04 +00:00
Fabian Pedregosa 38864c8062 Update documentation.
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@634 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-14 08:40:55 +00:00
Fabian Pedregosa e6d207580d More on auto-generated examples
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@631 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-13 14:32:27 +00:00
Fabian Pedregosa e6f424e808 Preliminary sphinx example generation
git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@629 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-04-13 13:33:09 +00:00
Fabian Pedregosa 04595f7bcd Fix typo in numpydoc (sphinx extension).
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@400 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-02-03 10:45:55 +00:00
Fabian Pedregosa 24efb577ca Fix import paths that where broken in last commit.
From: Fabian Pedregosa <fabian.pedregosa@inria.fr>

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@399 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-02-03 10:45:26 +00:00
Fabian Pedregosa 81be8f7d15 Sphinx extensions.
Added numpydoc Sphinx extension, needed to render correctly numpy's
docstring conventions. They are copied from numpy's source directory.

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

git-svn-id: https://scikit-learn.svn.sourceforge.net/svnroot/scikit-learn/trunk@356 22fbfee3-77ab-4535-9bad-27d1bd3bc7d8
2010-01-19 12:43:10 +00:00