Skip to content

OnroerendErfgoed/pyramid_skosprovider

Repository files navigation

pyramid_skosprovider

image

image

image

image

image


Documentation Status

image

This library integrates skosprovider in a pyramid application.

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