Skip to content
sheiksadique edited this page Aug 27, 2012 · 5 revisions

Welcome to the pyNCS wiki!

Documentation

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

Editing the wiki

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>

Clone this wiki locally