amueller / scipy-2016-sklearn

Scikit-learn tutorial at SciPy2016
Creative Commons Zero v1.0 Universal
515 stars 516 forks source link

add links to notebooks in readme #19

Closed amueller closed 8 years ago

amueller commented 8 years ago

we should do that after making sure the outline is as we want it.

rasbt commented 8 years ago

Okay I can do that after the renaming (I think you wanted to do the latter?)

amueller commented 8 years ago

I'll do that now

amueller commented 8 years ago

"want" is a strong word. btw do you have a good way of renaming stuff using git move?

rasbt commented 8 years ago

haha fair enough. Hm, I only have global rename scripts but nothing like this num-2 thing for notebook 7 or above :P. I think you don't even need to use git move, just the shell mv, it's equivalent

EDIT: I mean, the newer git versions will detect it automatically and rename files if you just use mv

amueller commented 8 years ago

no, mv loses the history, git mv does not.