Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-11 Thread Gael Varoquaux
On Thu, Nov 10, 2011 at 11:38:30AM +0100, Gael Varoquaux wrote: > On my laptop (standard screen size), it will stop fitting on the width of > the screen. Thus we need to remove one item in the list. I vote for > removing 'Development'. I think that people who want to develop should be > able to fin

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Gilles Louppe
> Upgrading sphinx seems to solve the problem of missing docstring > reference for functions, it should be already in the webpage. Great! Gilles -- RSA(R) Conference 2012 Save $700 by Nov 18 Register now http://p.sf.net/

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Andreas Müller
On 11/10/2011 11:38 AM, Gael Varoquaux wrote: > On Thu, Nov 10, 2011 at 11:24:59AM +0100, Andreas Müller wrote: >>> * Download * Support * User Guide * Examples *Class Reference * >>> Development >> I'd like that. I'm always scrolling (or searching) to find the class >> reference. > On my lap

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Fabian Pedregosa
On Thu, Nov 10, 2011 at 11:39 AM, Gael Varoquaux wrote: > On Thu, Nov 10, 2011 at 11:24:59AM +0100, Andreas Müller wrote: >> >     * Download * Support * User Guide * Examples  *Class Reference * >> > Development >> I'd like that. I'm always scrolling (or searching) to find the class >> reference

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Vlad Niculae
+1, exactly the same here! On Thu, Nov 10, 2011 at 12:24 PM, Andreas Müller wrote: > >> May be it would be nice to make the Class Reference a "first citizen" >> in the documentation. How about a link to it in the very top? Like >> >>     * Download * Support * User Guide * Examples  *Class Refere

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Gael Varoquaux
On Thu, Nov 10, 2011 at 11:24:59AM +0100, Andreas Müller wrote: > > * Download * Support * User Guide * Examples *Class Reference * > > Development > I'd like that. I'm always scrolling (or searching) to find the class > reference. On my laptop (standard screen size), it will stop fitting on

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Fabian Pedregosa
Upgrading sphinx seems to solve the problem of missing docstring reference for functions, it should be already in the webpage. Best, Fabian On Thu, Nov 10, 2011 at 11:25 AM, Andreas Müller wrote: > >> May be it would be nice to make the Class Reference a "first citizen" >> in the documentation.

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-10 Thread Andreas Müller
> May be it would be nice to make the Class Reference a "first citizen" > in the documentation. How about a link to it in the very top? Like > > * Download * Support * User Guide * Examples *Class Reference * > Development I'd like that. I'm always scrolling (or searching) to find the class

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Fabian Pedregosa
Awesome. Thanks! On 11/10/11, Gael Varoquaux wrote: > On Wed, Nov 09, 2011 at 03:16:02PM -0800, Olivier Grisel wrote: >> > Actually, I would suggest that, if nobody in the development team knows >> > how to control these entries, we simply disable the module index (I know >> > how to do that :>).

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Alejandro Weinstein
On Wed, Nov 9, 2011 at 4:49 PM, Gael Varoquaux wrote: > Is what we have on the front page: > http://scikit-learn.org/stable/ > not useful? I am thinking in particular of the shorten table of content > that is visible if you scroll down. I don't really see how it is > different from the pages that

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Gael Varoquaux
On Wed, Nov 09, 2011 at 04:44:10PM -0700, Alejandro Weinstein wrote: > I don't expect links to the docstrings from the tutorial. OK, so I mis understood you, which is a good thing, as I didn't think that it was realistic from a technical point of view. > However, it is common to have access to th

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Alejandro Weinstein
On Wed, Nov 9, 2011 at 4:30 PM, Gael Varoquaux wrote: > Yes, we are not linking back from the docstrings to the narrative > documentation. On the other hand, the docstrings are meant to be seen in > an interpretor. Do you expect to find links from the docstrings of the > Python standard library t

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Gael Varoquaux
On Wed, Nov 09, 2011 at 03:16:02PM -0800, Olivier Grisel wrote: > > Actually, I would suggest that, if nobody in the development team knows > > how to control these entries, we simply disable the module index (I know > > how to do that :>). What do other developers think? > +1 Done in d6cd84d G

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Gael Varoquaux
On Wed, Nov 09, 2011 at 04:25:26PM -0700, Alejandro Weinstein wrote: > But in this page it is not easy to find the detailed documentation of > all the functions and classes. Yes, we are not linking back from the docstrings to the narrative documentation. On the other hand, the docstrings are meant

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Alejandro Weinstein
On Wed, Nov 9, 2011 at 3:51 PM, Gael Varoquaux wrote: > You should use the table of contents to find what you are looking for: > http://scikit-learn.org/stable/user_guide.html > using a search in your browser, you'll find the manifold entry. But in this page it is not easy to find the detailed do

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Olivier Grisel
2011/11/9 Gael Varoquaux : > On Wed, Nov 09, 2011 at 03:17:19PM -0700, Alejandro Weinstein wrote: >> If i go to the Python Module Index > >> http://scikit-learn.org/stable/py-modindex.html > >> I cannot find the sklearn.manifold module. Is there a reason for this >> to be missing? > > I am not comp

Re: [Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Gael Varoquaux
On Wed, Nov 09, 2011 at 03:17:19PM -0700, Alejandro Weinstein wrote: > If i go to the Python Module Index > http://scikit-learn.org/stable/py-modindex.html > I cannot find the sklearn.manifold module. Is there a reason for this > to be missing? I am not completely sure why it is not there actual

[Scikit-learn-general] Can't find sklearn.manifold in the Python Module Index

2011-11-09 Thread Alejandro Weinstein
Hi: If i go to the Python Module Index http://scikit-learn.org/stable/py-modindex.html I cannot find the sklearn.manifold module. Is there a reason for this to be missing? Where can I find the documentation for this module? Alejandro