-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating the wiki documentation #5
Comments
Shouldn't we use the wiki for this ? Github also provides wiki pages. It is disabled for now but if you think thats useful we could use that for general comments and instructions. Althought it serves the same purpose as our documentation pages for now, wikis have the advantage that any github user can edit them. So that could be used as a forum too i suppose ? |
I think the issue-list is more appropriate for the posts #2,3,4. But I Sadque: can you set the wiki up? ciao, On 25/08/12 12:19, sheiksadique wrote:
Giacomo Indiveri |
Okk so here is the wiki. https://github.com/inincs/pyNCS/wiki I copy/pasted the instructions from Emre there as a start. I suppose we can fill it up as things progress. |
Thanks!
On 28/08/12 00:46, sheiksadique wrote:
Giacomo Indiveri |
Thanks for taking care of that. On Mon, Aug 27, 2012 at 3:46 PM, sheiksadique [email protected]:
Emre Neftci, Phd. |
Here are the steps for updating the pyNCS documentation:
The documentation is stored using github pages on
http://inincs.github.com/pyNCS/
The sphinx sources are in pyNCS/docs. The build is copied to the gh-pages branch (this is the githubs recommendation)
To update the docs, assuming gh-pages is cloned to pyNCS-docs:
cd pyNCS-docs
rsync pyNCS/docs/_build/html/ ./ -uav
git commit
git push
The text was updated successfully, but these errors were encountered: