Pubication pages html sur branche master seulement :
... à developper ...
Note
Le contenu de ce repo test est copié du guide “Biologist guide to computing” accessible sur cette page Github
Repo différent de user.github.io –> publication pages html sur branches master ou gh-pages :
git clone https://github.com/olitur/test.gitcd .\test\sphinx-quickstart.exe.\make.bat html.gitignore):git statusgit add -Agit commit -m "première compilation et synchro"git push origin mastergit checkout --orphan gh-pagesgit rm -rf *git checkout master build/htmlmv ./build/html/* ./git rm -rf buildgit add -Agit commit -m "première publication pages html"git push origin gh-pagesgit checkout master