Skip to content

Commit

Permalink
included pyramid_skosprovider documentation into atramhasis docs refs #…
Browse files Browse the repository at this point in the history
  • Loading branch information
TalissaJoly committed Jul 3, 2015
1 parent ac6a33c commit 228b2a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
19 changes: 8 additions & 11 deletions docs/source/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ and a administrators interface out of the box, you can also write your own clien
side code that interacts with the Atramhasis services, either for reading
information or writing it.

Read Services
=============

The basic read services are being provided by
:ref:`Pyramid Skosprovider <pyramidskosprovider:services>`. These allow you to
read conceptschemes, search for concepts and collections and integrate the
Atramhasis backend into other applications. Maintain you thesaurus in one
database and use it in several other applications.

Write Services
==============
Pyramid_skosprovider
====================

.. include:: ../../env/src/pyramid-skosprovider/docs/services.rst
:start-line: 5

Atramhasis
==========

The Atramhasis write services allow you to add concepts and collections, edit
them and delete them.
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ pyramid_rewrite==0.2
# skos
skosprovider==0.5.2
skosprovider_sqlalchemy==0.4.2
pyramid_skosprovider==0.6.0
#pyramid_skosprovider==0.6.0
-e git+https://github.com/koenedaele/pyramid_skosprovider.git#egg=pyramid_skosprovider-0.6.0
skosprovider_rdf==0.4.0
skosprovider_getty==0.2.1
skosprovider_heritagedata==0.2.1
Expand Down

0 comments on commit 228b2a2

Please sign in to comment.