Browse Source

Add service options to README

Arkadiusz Ryś 2 years ago
parent
commit
5b33e989a7
1 changed files with 13 additions and 4 deletions
  1. 13 4
      README.rst

+ 13 - 4
README.rst

@@ -3,16 +3,25 @@ SpEndPoint
 ##########
 ##########
 
 
 Creates a SPARQL endpoint supporting custom services.
 Creates a SPARQL endpoint supporting custom services.
-Default access at `http://127.0.0.1:8000/gui`.
+Default access at `http://127.0.0.1:8000`.
+
+Currently supports 3 services:
+
+.. code-block::
+
+   dtf:outlier
+   dtf:example
+   dtf:conversion
 
 
 Installation
 Installation
 ------------
 ------------
 
 
-.. code-block:: shell
+..
+   .. code-block:: shell
 
 
-   pip install spendpoint
+      pip install spendpoint
 
 
-or
+   or
 
 
 .. code-block:: shell
 .. code-block:: shell