Skip to content

opennode/nodefabric-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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