From a755a415aed417544ee67a8b2a7bbb9ca8d8cea5 Mon Sep 17 00:00:00 2001 From: Daniel Pollithy Date: Fri, 10 Nov 2017 19:05:42 +0100 Subject: [PATCH] missing image --- docs/sphinx/Documentations.rst | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/sphinx/Documentations.rst b/docs/sphinx/Documentations.rst index 3b84b94..f7e52e5 100644 --- a/docs/sphinx/Documentations.rst +++ b/docs/sphinx/Documentations.rst @@ -74,12 +74,20 @@ The following urls are called to retrieve the keys and values: * :code:`/autocomplete/:token_type/values` * :code:`/autocomplete/:token_type/keys` -Where :code:`:token_type` has to be one of the hard coded strings: 'modification', 'token', 'symbol', 'comment', 'frame', 'blanco' +Where :code:`:token_type` has to be one of the hard coded strings: + + - 'modification', + - 'token', + - 'symbol', + - 'comment', + - 'frame', + - 'blanco' + If you are using this application and the hard coded terminology is bothering you feel free to contact me. The query to get all property keys looks like this: -.. code-block::none +.. code-block:: none MATCH (p:Label {...}) WITH DISTINCT keys(p) AS keys UNWIND keys AS keyslisting WITH DISTINCT keyslisting AS allfields @@ -177,7 +185,7 @@ The database with its methods are well described with the YUIDocs API descriptio .. image:: sources/images/codecomment.png -.. code-block::none +.. code-block:: none // get the database singleton var database = require('../src/database');