Skip to content

Commit 9365092

Browse files
doc/configuration: drop unnecessary new lines
Signed-off-by: Bastian Krause <bst@pengutronix.de>
1 parent a0e8af6 commit 9365092

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

doc/configuration.rst

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,6 @@ Used by:
872872

873873
NetworkUSBSDMuxDevice
874874
~~~~~~~~~~~~~~~~~~~~~
875-
876875
A :any:`NetworkUSBSDMuxDevice` resource describes a `USBSDMuxDevice`_ available
877876
on a remote computer.
878877

@@ -894,7 +893,6 @@ Used by:
894893

895894
NetworkLXAUSBMux
896895
~~~~~~~~~~~~~~~~
897-
898896
A :any:`NetworkLXAUSBMux` resource describes a `LXAUSBMux`_ available on a
899897
remote computer.
900898

@@ -918,13 +916,11 @@ Used by:
918916

919917
NetworkUSBSDWireDevice
920918
~~~~~~~~~~~~~~~~~~~~~~
921-
922919
A :any:`NetworkUSBSDWireDevice` resource describes a `USBSDWireDevice`_ available
923920
on a remote computer.
924921

925922
USBVideo
926923
~~~~~~~~
927-
928924
A :any:`USBVideo` resource describes a USB video camera which is supported by a
929925
Video4Linux2 kernel driver.
930926

@@ -942,7 +938,6 @@ Used by:
942938

943939
SysfsGPIO
944940
~~~~~~~~~
945-
946941
A :any:`SysfsGPIO` resource describes a GPIO line.
947942

948943
.. code-block:: yaml
@@ -958,13 +953,11 @@ Used by:
958953

959954
NetworkUSBVideo
960955
~~~~~~~~~~~~~~~
961-
962956
A :any:`NetworkUSBVideo` resource describes a :any:`USBVideo` resource available
963957
on a remote computer.
964958

965959
USBAudioInput
966960
~~~~~~~~~~~~~
967-
968961
A :any:`USBAudioInput` resource describes a USB audio input which is supported
969962
by an ALSA kernel driver.
970963

@@ -984,13 +977,11 @@ Used by:
984977

985978
NetworkUSBAudioInput
986979
~~~~~~~~~~~~~~~~~~~~
987-
988980
A :any:`NetworkUSBAudioInput` resource describes a :any:`USBAudioInput` resource
989981
available on a remote computer.
990982

991983
USBTMC
992984
~~~~~~
993-
994985
A :any:`USBTMC` resource describes an oscilloscope connected via the USB TMC
995986
protocol.
996987
The low-level communication is handled by the ``usbtmc`` kernel driver.
@@ -1016,7 +1007,6 @@ Used by:
10161007

10171008
NetworkUSBTMC
10181009
~~~~~~~~~~~~~
1019-
10201010
A :any:`NetworkUSBTMC` resource describes a :any:`USBTMC` resource available
10211011
on a remote computer.
10221012

@@ -1103,7 +1093,6 @@ For instance, to flash using 3.5V vcc:
11031093
DediprogFlasher:
11041094
vcc: '3.5V'
11051095
1106-
11071096
Used by:
11081097
- `DediprogFlashDriver`_
11091098

@@ -1149,7 +1138,6 @@ Used by:
11491138

11501139
HTTPVideoStream
11511140
~~~~~~~~~~~~~~~
1152-
11531141
A :any:`HTTPVideoStream` resource describes a IP video stream over HTTP or HTTPS.
11541142

11551143
.. code-block:: yaml
@@ -1187,7 +1175,6 @@ labgrid.
11871175

11881176
TFTPProvider / HTTPProvider
11891177
+++++++++++++++++++++++++++
1190-
11911178
.. code-block:: yaml
11921179
11931180
TFTPProvider:
@@ -1208,7 +1195,6 @@ Used by:
12081195

12091196
NFSProvider
12101197
+++++++++++
1211-
12121198
.. code-block:: yaml
12131199
12141200
NFSProvider: {}
@@ -1318,7 +1304,6 @@ Used by:
13181304

13191305
udev Matching
13201306
~~~~~~~~~~~~~
1321-
13221307
labgrid allows the exporter (or the client-side environment) to match resources
13231308
via udev rules.
13241309
Any udev property key and value can be used, path matching USB devices is
@@ -1374,7 +1359,6 @@ use-cases.
13741359

13751360
Matching a USB Serial Converter on a Hub Port
13761361
+++++++++++++++++++++++++++++++++++++++++++++
1377-
13781362
This will match any USB serial converter connected below the hub port 1.2.5.5
13791363
on bus 1.
13801364
The `ID_PATH` value corresponds to the hierarchy of buses and ports as shown
@@ -1393,7 +1377,6 @@ This is necessary for the `USBSerialPort` because we actually want to find the
13931377

13941378
Matching an Android USB Fastboot Device
13951379
+++++++++++++++++++++++++++++++++++++++
1396-
13971380
In this case, we want to match the USB device on that port directly, so we
13981381
don't use a parent match.
13991382

@@ -1405,7 +1388,6 @@ don't use a parent match.
14051388
14061389
Matching a Specific UART in a Dual-Port Adapter
14071390
+++++++++++++++++++++++++++++++++++++++++++++++
1408-
14091391
On this board, the serial console is connected to the second port of an
14101392
on-board dual-port USB-UART.
14111393
The board itself is connected to the bus 3 and port path 10.2.2.2.
@@ -1457,7 +1439,6 @@ We use the ``ID_USB_INTERFACE_NUM`` to distinguish between the two ports:
14571439
14581440
Matching a USB UART by Serial Number
14591441
++++++++++++++++++++++++++++++++++++
1460-
14611442
Most of the USB serial converters in our lab have been programmed with unique
14621443
serial numbers.
14631444
This makes it easy to always match the same one even if the USB topology
@@ -1715,7 +1696,6 @@ Arguments:
17151696

17161697
BareboxDriver
17171698
~~~~~~~~~~~~~
1718-
17191699
A BareboxDriver interfaces with a barebox bootloader via a `ConsoleProtocol`.
17201700

17211701
Binds to:
@@ -2804,7 +2784,6 @@ Although the driver can be used from Python code by calling the `stream()`
28042784
method, it is currently mainly useful for the ``video`` subcommand of
28052785
``labgrid-client``.
28062786

2807-
28082787
========== =========================================================
28092788
Key Description
28102789
========== =========================================================
@@ -2908,7 +2887,6 @@ Implements:
29082887
Arguments:
29092888
- None
29102889

2911-
29122890
HttpDigitalOutputDriver
29132891
~~~~~~~~~~~~~~~~~~~~~~~
29142892
A HttpDigitalOutputDriver binds to a `HttpDigitalOutput` to set and get a
@@ -2928,7 +2906,6 @@ Implements:
29282906
Arguments:
29292907
- None
29302908

2931-
29322909
PyVISADriver
29332910
~~~~~~~~~~~~
29342911
The PyVISADriver uses a PyVISADevice resource to control test equipment manageable by PyVISA.
@@ -3023,7 +3000,6 @@ Arguments:
30233000

30243001
Strategies
30253002
----------
3026-
30273003
Strategies are used to ensure that the device is in a certain state during a test.
30283004
Such a state could be the bootloader or a booted Linux kernel with shell.
30293005

@@ -3241,7 +3217,6 @@ The Reporter can be stopped with a call to the stop function:
32413217
Stopping the StepReporter if it has not been started will raise an
32423218
AssertionError, as will starting an already started StepReporter.
32433219

3244-
32453220
ConsoleLoggingReporter
32463221
~~~~~~~~~~~~~~~~~~~~~~
32473222
The ConsoleLoggingReporter outputs read calls from the console transports into
@@ -3259,12 +3234,9 @@ The Reporter can be stopped with a call to the stop function:
32593234
>>> from labgrid import ConsoleLoggingReporter
32603235
>>> ConsoleLoggingReporter.stop()
32613236

3262-
32633237
Stopping the ConsoleLoggingReporter if it has not been started will raise an
32643238
AssertionError, as will starting an already started StepReporter.
32653239

3266-
3267-
32683240
Environment Configuration
32693241
-------------------------
32703242
The environment configuration for a test environment consists of a YAML file

0 commit comments

Comments
 (0)