Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 560 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 560 Bytes

NodeFabric documentation

http://nodefabric.readthedocs.org/en/latest/

Local copy

git clone https://github.com/opennode/nodefabric-docs.git

Setting up local build environment for docs

Installing python-sphinx on MacOSX:

brew install python
pip install -r requirements.txt

Creating and building

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