Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.2 KB

README.rst

File metadata and controls

34 lines (25 loc) · 1.2 KB

pyramid_skosprovider

This library integrates skosprovider in a pyramid application.

https://travis-ci.org/koenedaele/pyramid_skosprovider.png https://coveralls.io/repos/koenedaele/pyramid_skosprovider/badge.png?branch=master Documentation Status https://badge.fury.io/py/pyramid_skosprovider.png

Building the docs

More information about this library can be found in docs. The docs can be built using Sphinx.

Please make sure you have installed Sphinx in the same environment where pyramid_skosprovider is present.

# activate your virtual env
$ pip install -r requirements.txt
$ python setup.py develop
$ cd docs
$ make html