Hi everyone,

I'm actually not convinced about the new layout (sorry Andy :( ). I should
also say, I'm not convinced about panda's website.

The menu is, I think, quite confusing. Overall, I think there are two many
links which may refer to the same thing:  the difference between
"installation", "getting started", "user guide" and "reference" is not
clear. Installation should probably be including in "Getting started", or
"Getting started" should be renamed to tutorial (but then, the difference
between tutorial and user guide is not clear).
Maybe we could have something like:
  Home    Download    Documentation    Gallery
Download would be a "real" download page.

Documentation would have a "Installation", "Tutorial", "User guide", "API
reference" and "Contribute". (I would in fact merge Tutorial and User guide
together, as topics presented in the tutorial are in the user guide too)/

And Gallery would be the example.

I also think the google search widget is quite important (thought I've
never used it)

N





On 5 March 2013 14:55, Gilles Louppe <[email protected]> wrote:

> I feel like the "About us" section on the homepage shouldn't be there.
> I'd rather put a "About" link somewhere else than putting this in
> front on the home page. Also, I would use the space that we now have
> on the front page to highlight more important aspects of the package.
>
> On 5 March 2013 14:46, Jaques Grobler <[email protected]> wrote:
> > I like your changes Andy. It's definitely easier to navigate. I'm
> currently
> > also changing your graph from
> >
> http://peekaboo-vision.blogspot.de/2013/01/machine-learning-cheat-sheet-for-scikit.html
> > into a documentation-linking version that can be added to the
> documentation.
> > I'll try put an online build of it up within the hour or so.. so have a
> > think if we can add that somewhere nice as it is very useful and will now
> > link to the various parts of
> > the mentioned estimators' documentation pages. I've got some other
> things on
> > my plate, but I'd be happy to assist on this reworking. Let me know what
> I
> > can do :)
> > great work!
> >
> >
> > 2013/3/5 Andreas Mueller <[email protected]>
> >>
> >> On 03/05/2013 11:12 AM, Olivier Grisel wrote:
> >> > This looks good. Maybe we could reintroduce a canonical snippet on the
> >> > home page:
> >> >
> >> >>>> from sklearn.datasets import load_digits
> >> >>>> from sklearn.cross_validation import train_test_split
> >> >>>> from sklearn.svm import LinearSVC
> >> >>>> digits = load_digits()
> >> >>>> X_train, X_test, y_train, y_test = train_test_split(
> >> > ...     digits.data, digits.target, random_state=42)
> >> > ...
> >> >>>> LinearSVC().fit(X_train, y_train).score(X_test, y_test)
> >> > 0.966...
> >> >
> >> > And then a link to the short tutorial.
> >> >
> >> Good Idea. I really have to start working on my slides now, though ;)
> >>
> >>
> >>
> ------------------------------------------------------------------------------
> >> Everyone hates slow websites. So do we.
> >> Make your web apps faster with AppDynamics
> >> Download AppDynamics Lite for free today:
> >> http://p.sf.net/sfu/appdyn_d2d_feb
> >> _______________________________________________
> >> Scikit-learn-general mailing list
> >> [email protected]
> >> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > Everyone hates slow websites. So do we.
> > Make your web apps faster with AppDynamics
> > Download AppDynamics Lite for free today:
> > http://p.sf.net/sfu/appdyn_d2d_feb
> > _______________________________________________
> > Scikit-learn-general mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
> >
>
>
> ------------------------------------------------------------------------------
> Everyone hates slow websites. So do we.
> Make your web apps faster with AppDynamics
> Download AppDynamics Lite for free today:
> http://p.sf.net/sfu/appdyn_d2d_feb
> _______________________________________________
> Scikit-learn-general mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
>
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
_______________________________________________
Scikit-learn-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/scikit-learn-general

Reply via email to