@@ -7,8 +7,8 @@ as a typed Python object.
7
7
8
8
Examples For Each Query Type
9
9
-----------------------------
10
- Examples for each query type (`Uproot-Raw `, `Func_ADL Uproot `, `Python Function `)
11
- and three different representations (`Python Dictionary `, `Python Typed Object `, and `YAML `).
10
+ Examples for each query type (`` Uproot-Raw `` , `` Func_ADL Uproot `` , `` Python Function ` `)
11
+ and three different representations (`` Python Dictionary `` , `` Python Typed Object `` , and `` YAML ` `).
12
12
Note that all examples extract the same branch of the same tree (``ROOT TTree ``) from
13
13
the same :ref: `dataset <label_dataset >`.
14
14
@@ -85,7 +85,7 @@ access everything that could be translated in the xAOD (including ElementLink fo
85
85
.. literalinclude :: ../examples/func_adl_xAOD_typed.py
86
86
:language: python
87
87
88
- For this second example, make sure the extra package `func_adl_servicex_xaodr22 ` is installed!
88
+ For this second example, make sure the extra package `` func_adl_servicex_xaodr22 ` ` is installed!
89
89
90
90
Python Function Query Example
91
91
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -113,14 +113,14 @@ Note that you can specify a python function even in a yaml file.
113
113
114
114
The ServiceX Deliver Function
115
115
------------------------------
116
- The `deliver ` function is used to submit a request to ServiceX. It takes a request in one of the
116
+ The `` deliver ` ` function is used to submit a request to ServiceX. It takes a request in one of the
117
117
three formats and returns a python dictionary with the name of the sample as a key
118
118
and a list of URLs or local file paths as a value.
119
119
120
120
121
121
How to Use YAML Specification
122
122
------------------------------
123
- YAML specification can be consumed by passing it to the ServiceX `deliver ` function.
123
+ YAML specification can be consumed by passing it to the ServiceX `` deliver ` ` function.
124
124
You can use the following code:
125
125
126
126
.. code :: python
0 commit comments