-
Notifications
You must be signed in to change notification settings - Fork 10
Home
sheiksadique edited this page Aug 27, 2012
·
5 revisions
Documentation can be found at <http://inincs.github.com/pyNCS>.
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
We recommend the use of reStructuredText. Here is a nifty cheat-sheet for working with reStructuredText <http://docutils.sourceforge.net/docs/user/rst/cheatsheet.txt>