Skip to content

refuge/refuge_docs

Repository files navigation

Refuge Documentation

http://docs.refuge.io

Requirements

How to contributre?

Install requirements:

$ pip install sphinx
$ pip install ghp-import

Compile the documentation:

$ make html

and open the generated documentation in the _build folder.

Send to github

$ make github