YeoLab / flotilla

Reproducible machine learning analysis of gene expression and alternative splicing data
http://yeolab.github.io/flotilla/docs
BSD 3-Clause "New" or "Revised" License
121 stars 26 forks source link

Documentation and examples on readthedocs.org #57

Closed olgabot closed 10 years ago

olgabot commented 10 years ago

Started making docs. Will follow the hybrid ReStructured Text/IPython Notebook approach as in seaborn

olgabot commented 10 years ago

Started doing this, but will appear on http://yeolab.github.io/flotilla

How to make and upload the docs. From the flotilla base directory,

cd doc
make html
cd ../gh-pages/
git add .
git commit -m "informative commit message about documentation updates"
git push -u origin gh-pages