Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.39 KB

README.rst

File metadata and controls

37 lines (27 loc) · 1.39 KB

pyramid_skosprovider

This library integrates skosprovider in a pyramid application.

Documentation Status https://travis-ci.org/koenedaele/pyramid_skosprovider.png https://scrutinizer-ci.com/g/koenedaele/pyramid_skosprovider/badges/quality-score.png?b=master

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