Skip to content

Commit 9033fd5

Browse files
committed
More formatting fix
1 parent 8709625 commit 9033fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/query_types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This query type is the most flexible for extracting data from an uproot compatib
115115
The user provides a Python function that is called for each root file in the dataset. The function
116116
is expected to return a dictionary of awkward arrays that will be stored in the output file.
117117

118-
The function must be named `run_query` and must accept a single argument, the path to the uproot file.
118+
The function must be named ``run_query`` and must accept a single argument, the path to the uproot file.
119119
It can return either an awkward array or a dictionary of awkward arrays, where the keys are the tree names
120120
for each array. If a single awkward array is returned, it is stored in the tree named `servicex`.
121121

@@ -134,7 +134,7 @@ The FuncADL Query type is very powerful. It is based on functional programming c
134134
the user to specify complex queries in a very compact form. The query is written in a functional
135135
style, with a series of functions that are applied to the data in sequence. The query is written
136136
in a string or as typed python objects. Depending on the source file format, the query is translated
137-
into C++ `EventLoop <https://atlassoftwaredocs.web.cern.ch/analysis-software/AnalysisTools/el_intro/>_`
137+
into C++ `EventLoop <https://atlassoftwaredocs.web.cern.ch/analysis-software/AnalysisTools/el_intro/>`_
138138
code, or uproot python code.
139139

140140
Full documentation on the func-adl query language can be found at this `JupyterBook <https://gordonwatts.github.io/xaod_usage/intro.html>`_.

0 commit comments

Comments
 (0)