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
455 stars 122 forks source link

Documentation #110

Closed mblondel closed 8 years ago

mblondel commented 8 years ago

Please upload the latest documentation to your gh-pages branch. The doc should then appear in http://contrib.scikit-learn.org/py-earth

There is already old doc in your gh-pages branch but it doesn't appear on the website. I think you need to push something to trigger a copy of the doc.

You can have a look at project-template for an example: https://github.com/scikit-learn-contrib/project-template/tree/gh-pages

See also: https://help.github.com/articles/creating-project-pages-manually/

mehdidc commented 8 years ago

Thanks, I updated the branch gh-pages and indeed the doc appears now.

mblondel commented 8 years ago

Thanks a lot, closing.