Skip to content

Commit 8709625

Browse files
committed
formatting
1 parent a7144cc commit 8709625

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

docs/command_line.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ cache
5656
These commands allow you to work with the query cache maintained by the
5757
serviceX client.
5858

59-
.. _list-1:
6059

6160
list
6261
^^^^

docs/contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Come join this intellectual hub!
106106
Running the Full ServiceX Chart Locally
107107
----------------------------------------
108108

109-
You can run ServiceX on your laptop using `docker` or another similar tool that supports kubernetes.
109+
You can run ServiceX on your laptop using ``docker`` or another similar tool that supports kubernetes.
110110

111111
Prerequisites
112112
--------------

docs/examples.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ 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`).
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``).
1212
Note that all examples extract the same branch of the same tree (``ROOT TTree``) from
1313
the same :ref:`dataset <label_dataset>`.
1414

@@ -85,7 +85,7 @@ access everything that could be translated in the xAOD (including ElementLink fo
8585
.. literalinclude:: ../examples/func_adl_xAOD_typed.py
8686
:language: python
8787

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!
8989

9090
Python Function Query Example
9191
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -113,14 +113,14 @@ Note that you can specify a python function even in a yaml file.
113113

114114
The ServiceX Deliver Function
115115
------------------------------
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
117117
three formats and returns a python dictionary with the name of the sample as a key
118118
and a list of URLs or local file paths as a value.
119119

120120

121121
How to Use YAML Specification
122122
------------------------------
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.
124124
You can use the following code:
125125

126126
.. code:: python

0 commit comments

Comments
 (0)