Closed olgabot closed 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
Started making docs. Will follow the hybrid ReStructured Text/IPython Notebook approach as in
seaborn