Skip to content

Commit

Permalink
missing image
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Pollithy committed Nov 10, 2017
1 parent e0f99a0 commit a755a41
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions docs/sphinx/Documentations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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');
Expand Down

0 comments on commit a755a41

Please sign in to comment.