inveniosoftware / invenio-records-rest

Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4 stars 63 forks source link

docs: query parsing example code #240

Closed kpsherva closed 5 years ago

kpsherva commented 5 years ago

(closes #237 )

lnielsen commented 5 years ago

Failing because the code is written as a doctest. Probably the best is just to change to something like:

.. code-block:: python

    # config.py
    ...
kpsherva commented 5 years ago

@lnielsen actually it was just not properly formatted in the doctest