scikit-learn-contrib / py-earth

A Python implementation of Jerome Friedman's Multivariate Adaptive Regression Splines
http://contrib.scikit-learn.org/py-earth/
BSD 3-Clause "New" or "Revised" License
457 stars 122 forks source link

Add README in doc/ folder #100

Closed mblondel closed 8 years ago

mblondel commented 8 years ago

Building the docs requires a few dependencies. It would be nice to document them in a README file.

pip install sphinx-gallery
pip install numpydoc
pip install sphinxcontrib-bibtex
mblondel commented 8 years ago

Fixed by #105.