@@ -28,14 +28,6 @@ The package can be used programmatically, through the command line, or as a pre-
2828It has zero dependencies and integrates in a variety of environments.
2929The parsers and linters are battle-tested on peer-reviewed `searchRxiv <https://www.cabidigitallibrary.org/journal/searchrxiv >`_ queries.
3030
31- Demo
32- ============
33-
34- A Jupyter Notebook demo (hosted on Binder) is available here:
35-
36- .. image :: https://mybinder.org/badge_logo.svg
37- :target: https://mybinder.org/v2/gh/CoLRev-Environment/search-query/HEAD?labpath=docs%2Fsource%2Fdemo.ipynb
38-
3931Installation
4032============
4133
@@ -97,11 +89,11 @@ Another useful feature of search-query is its **linter** functionality, which he
9789
9890 query_string = ' ("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]'
9991 query = parse(query_string, syntax = " pubmed" )
100- # Output:
101- # Fatal: unbalanced-parentheses (F0002) at position 66:
102- # ("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]
103- # ^^
104-
92+ # Output:
93+ # ❌ Fatal: unbalanced-parentheses (F1001)
94+ # Unbalanced opening parenthesis
95+ # ("digital health"[Title/Abstract]) AND ("privacy"[Title/Abstract]
96+ # ^^^
10597
10698..
10799 Beyond the instructive error message, additional information on the specific messages is available `here <messages/errors_index.html>`_.
@@ -123,6 +115,14 @@ Another useful feature of search-query is its **linter** functionality, which he
123115
124116 An additional "silent" option may be used to silence warnings.
125117
118+ Demo
119+ ============
120+
121+ A Jupyter Notebook demo (hosted on Binder) is available here:
122+
123+ .. image :: https://mybinder.org/badge_logo.svg
124+ :target: https://mybinder.org/v2/gh/CoLRev-Environment/search-query/HEAD?labpath=docs%2Fsource%2Fdemo.ipynb
125+
126126Functional Overview
127127================
128128
0 commit comments