Skip to content

Commit 8d0a70f

Browse files
committed
Proper code representation
1 parent ac8b427 commit 8d0a70f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/examples.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ as a typed Python object.
77

88
Examples For Each Query Type
99
------------------
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-
Note that all examples extract the same branch of the same tree (`ROOT TTree`) from
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+
Note that all examples extract the same branch of the same tree (``ROOT TTree``) from
1313
the same :ref:`dataset <label_dataset>`.
1414

1515

1616
Uproot-Raw Query Example
1717
~~~~~~~~~~~~~~~~~~~~
18-
This example uses the raw uproot query type to extract the `AnalysisElectronsAuxDyn.pt` branch
19-
from the `CollectionTree` tree in ATLAS PHYSLITE OpenData Dataset.
18+
This example uses the raw uproot query type to extract the ``AnalysisElectronsAuxDyn.pt`` branch
19+
from the ``CollectionTree`` tree in ATLAS PHYSLITE OpenData Dataset.
2020

2121
.. tabs::
2222

@@ -38,8 +38,8 @@ from the `CollectionTree` tree in ATLAS PHYSLITE OpenData Dataset.
3838

3939
Func_ADL Uproot Query Example
4040
~~~~~~~~~~~~~~~~~~~~
41-
This example uses an Func_ADL to extract the `AnalysisElectronsAuxDyn.pt` branch
42-
from the `CollectionTree` tree in ATLAS PHYSLITE OpenData Dataset.
41+
This example uses an Func_ADL to extract the ``AnalysisElectronsAuxDyn.pt`` branch
42+
from the ``CollectionTree`` tree in ATLAS PHYSLITE OpenData Dataset.
4343

4444
.. tabs::
4545

@@ -61,8 +61,8 @@ from the `CollectionTree` tree in ATLAS PHYSLITE OpenData Dataset.
6161

6262
Python Function Query Example
6363
~~~~~~~~~~~~~~~~~~~~
64-
This example uses an uproot python function to extract the `AnalysisElectronsAuxDyn.pt` branch
65-
from the `CollectionTree` tree in ATLAS PHYSLITE OpenData Dataset.
64+
This example uses an uproot python function to extract the ``AnalysisElectronsAuxDyn.pt`` branch
65+
from the ``CollectionTree`` tree in ATLAS PHYSLITE OpenData Dataset.
6666
Note that you can specify a python function even in a yaml file.
6767

6868
.. tabs::

0 commit comments

Comments
 (0)