Galaxy's Doc
set default branch to gh-pages is a better way.
http://stackoverflow.com/questions/5807459/github-mirroring-gh-pages-to-master
git checkout gh-pages
git merge master
git push origin gh-pagesgit branch gh-pages
git checkout gh-pages
git add index.html
git commit .
git push origin gh-pagesIt seems local open of README.md.html is the only way to get is rendered ...