├── .nojekyll ├── CNAME ├── README.md └── index.html /.nojekyll: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | contrib.scikit-learn.org -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # scikit-learn-contrib.github.io 2 | 3 | The purpose of this repository is to serve a static HTML file with a link to: 4 | 5 | https://github.com/scikit-learn-contrib/scikit-learn-contrib/blob/master/README.md 6 | 7 | from https://contrib.scikit-learn.org using GitHub Pages configured under a CNAME DNS entry. 8 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | scikit-learn-contrib 4 | 5 | 6 | 7 | 8 | 9 | scikit-learn-contrib 10 | 11 | 12 | 13 | --------------------------------------------------------------------------------