http://nodefabric.readthedocs.org/en/latest/
git clone https://github.com/opennode/nodefabric-docs.git
Installing python-sphinx on MacOSX:
brew install python
pip install -r requirements.txt
Bootstrapping new local sphinx doc:
mkdir docs
cd docs
sphinx-quickstart
vim index.rst
Building documentation locally:
cd docs
make html
# open from browser
file://../nodefabric-docs/docs/_build/html/index.html