About section
clement-moulin-frier opened this issue · 5 comments
I just pushed a first trial for this section (doc/about.rst).
However I don't see any change in the doc at http://flowersteam.github.io/explauto/about.html
Should I push to the gh-pages branch instead?
Basically to edit the online documentation, you have to do the three following steps:
- First, edit the documentation source
- Compile the doc
- Push the built doc to the gh-pages branch
I use the following script which automatically does the two last steps.
Just pushed-it.
Mmmm it doesnt seem to work on my side.
Here is what I just did:
- I modified doc/about.rst on master (I changed the title from "About" to "About test") on my computer
- Then I ran your script. I put the script in explauto/.. (therefore one level up to the git directory), then execute it from here.
- The script is executed properly (it asked me for my ssh pwd and pushed something)
Now, if you look at the about.html file on the gh-pages branch, the title is still "About" (instead of the new "About test").
But if you look at html/about.html, it is the new title "About Test"
However, I dont see any change here: http://flowersteam.github.io/explauto/about.html (still the old title)
Well it should have worked :-)
Maybe, you can try to basically do what the script do step by step.