Skip to content

Commit

Permalink
man: regenerate man pages with docutils 0.21.2
Browse files Browse the repository at this point in the history
Signed-off-by: Bastian Krause <[email protected]>
  • Loading branch information
Bastian-Krause committed Oct 8, 2024
1 parent ef6f235 commit fd3b71a
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 79 deletions.
26 changes: 9 additions & 17 deletions man/labgrid-client.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LABGRID-CLIENT" 1 "2017-04-15" "0.0.1" "embedded testing"
.TH "LABGRID-CLIENT" "1" "2017-04-15" "0.0.1" "embedded testing"
.SH NAME
labgrid-client \- labgrid-client interface to control boards
.SH SYNOPSIS
Expand Down Expand Up @@ -251,11 +251,9 @@ To retrieve a list of places run:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
$ labgrid\-client places
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.sp
Expand All @@ -264,35 +262,29 @@ the \fBacquire command\fP and passing the placename as a \-p parameter:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
$ labgrid\-client \-p <placename> acquire
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.sp
Open a console to the acquired place:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
$ labgrid\-client \-p <placename> console
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.sp
Add all resources with the group \(dqexample\-group\(dq to the place example\-place:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
$ labgrid\-client \-p example\-place add\-match */example\-group/*/*
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH SEE ALSO
Expand Down
72 changes: 31 additions & 41 deletions man/labgrid-device-config.5
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LABGRID-DEVICE-CONFIG" 5 "2017-04-15" "0.0.1" "embedded testing"
.TH "LABGRID-DEVICE-CONFIG" "5" "2017-04-15" "0.0.1" "embedded testing"
.SH NAME
labgrid-device-config \- labgrid test configuration files
.SH SYNOPSIS
Expand All @@ -49,7 +49,7 @@ important, since they are parsed as an ordered dictionary and may depend on a
previous driver.
.sp
For a list of available resources and drivers refer to
\fI\%https://labgrid.readthedocs.io/en/latest/configuration.html\fP\&.
<https://labgrid.readthedocs.io/en/latest/configuration.html> \&.
.SH OPTIONS
.sp
The \fBoptions:\fP top key configures various options such as the crossbar_url.
Expand Down Expand Up @@ -79,13 +79,11 @@ Two configured images, one for the root filesystem, one for the bootloader:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
images:
root: \(dqplatform\-v7a/images/root.img\(dq
boot: \(dqplatform\-v7a/images/barebox.img\(dq
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH TOOLS
Expand All @@ -96,91 +94,89 @@ The \fBtools:\fP top key provides paths to binaries such as fastboot.
.TP
.B \fBdfu\-util\fP
Path to the dfu\-util binary, used by the DFUDriver.
See: \fI\%https://dfu\-util.sourceforge.net/\fP
See: <https://dfu\-util.sourceforge.net/>
.TP
.B \fBdpcmd\fP
Path to the dpcmd binary, used by the DediprogFlashDriver.
See: \fI\%https://github.com/DediProgSW/SF100Linux\fP
See: <https://github.com/DediProgSW/SF100Linux>
.TP
.B \fBfastboot\fP
Path to the fastboot binary, used by the AndroidFastbootDriver.
See: \fI\%https://developer.android.com/studio/releases/platform\-tools\fP
See: <https://developer.android.com/studio/releases/platform\-tools>
.TP
.B \fBflashrom\fP
Path to the flashrom binary, used by the FlashromDriver.
See: \fI\%https://www.flashrom.org/\fP
See: <https://www.flashrom.org/>
.TP
.B \fBimx_usb\fP
Path to the imx_usb binary, used by the BDIMXUSBDriver.
See: \fI\%https://github.com/boundarydevices/imx_usb_loader\fP
See: <https://github.com/boundarydevices/imx_usb_loader>
.TP
.B \fBimx\-usb\-loader\fP
Path to the imx\-usb\-loader binary, used by the IMXUSBDriver.
See: \fI\%https://git.pengutronix.de/cgit/barebox/tree/scripts/imx/imx\-usb\-loader.c\fP
See: <https://git.pengutronix.de/cgit/barebox/tree/scripts/imx/imx\-usb\-loader.c>
.TP
.B \fBjtagconfig\fP
Path to the jtagconfig binary, used by the QuartusHPSDriver.
See: \fI\%https://www.intel.com/content/www/us/en/docs/programmable/683689/current/jtagconfig.html\fP
See: <https://www.intel.com/content/www/us/en/docs/programmable/683689/current/jtagconfig.html>
.TP
.B \fBmxs\-usb\-loader\fP
Path to the mxs\-usb\-loader binary, used by the MXSUSBDriver.
See: \fI\%https://git.pengutronix.de/cgit/barebox/tree/scripts/mxs\-usb\-loader.c?h=v2017.03.0\fP
See: <https://git.pengutronix.de/cgit/barebox/tree/scripts/mxs\-usb\-loader.c?h=v2017.03.0>
.TP
.B \fBopenocd\fP
Path to the openocd binary, used by the OpenOCDDriver.
See: \fI\%https://openocd.org/\fP
See: <https://openocd.org/>
.TP
.B \fBquartus_hps\fP
Path to the quartus_hps binary, used by the QuartusHPSDriver.
See: \fI\%https://www.intel.com/content/www/us/en/docs/programmable/683039/22\-3/hps\-flash\-programmer.html\fP
See: <https://www.intel.com/content/www/us/en/docs/programmable/683039/22\-3/hps\-flash\-programmer.html>
.TP
.B \fBrk\-usb\-loader\fP
Path to the rk\-usb\-loader binary, used by the RKUSBDriver.
See: \fI\%https://git.pengutronix.de/cgit/barebox/tree/scripts/rk\-usb\-loader.c\fP
See: <https://git.pengutronix.de/cgit/barebox/tree/scripts/rk\-usb\-loader.c>
.TP
.B \fBsd\-mux\-ctrl\fP
Path to the sd\-mux\-ctrl binary, used by the USBSDWireDriver.
See: \fI\%https://git.tizen.org/cgit/tools/testlab/sd\-mux/\fP
See: <https://git.tizen.org/cgit/tools/testlab/sd\-mux/>
.TP
.B \fBsispmctl\fP
Path to the sispmctl binary, used by the SiSPMPowerDriver.
See: \fI\%https://sispmctl.sourceforge.net/\fP
See: <https://sispmctl.sourceforge.net/>
.TP
.B \fBuhubctl\fP
Path to the uhubctl binary, used by the USBPowerDriver.
See: \fI\%https://github.com/mvp/uhubctl\fP
See: <https://github.com/mvp/uhubctl>
.TP
.B \fBusbmuxctl\fP
Path to the usbmuxctl tool, used by the LXAUSBMuxDriver.
\fI\%https://github.com/linux\-automation/usbmuxctl\fP
<https://github.com/linux\-automation/usbmuxctl>
.TP
.B \fBusbsdmux\fP
Path to the usbsdmux tool, used by the USBSDMuxDriver.
See: \fI\%https://github.com/linux\-automation/usbsdmux\fP
See: <https://github.com/linux\-automation/usbsdmux>
.TP
.B \fBuuu\-loader\fP
Path to the uuu\-loader binary, used by the UUUDriver.
See: \fI\%https://github.com/nxp\-imx/mfgtools\fP
See: <https://github.com/nxp\-imx/mfgtools>
.TP
.B \fBykushcmd\fP
Path to the ykushcmd binary, used by the YKUSHPowerDriver.
See: \fI\%https://github.com/Yepkit/ykush\fP
See: <https://github.com/Yepkit/ykush>
.UNINDENT
.sp
The QEMUDriver expects a custom key set via its \fBqemu_bin\fP argument.
See \fI\%https://www.qemu.org/\fP
See <https://www.qemu.org/>
.SS TOOLS EXAMPLE
.sp
Configure the tool path for \fBimx\-usb\-loader\fP:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
tools:
imx\-usb\-loader: \(dq/opt/labgrid\-helper/imx\-usb\-loader\(dq
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH IMPORTS
Expand All @@ -196,12 +192,10 @@ Import a local \fImyfunctions.py\fP file:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
imports:
\- myfunctions.py
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH EXAMPLES
Expand All @@ -211,8 +205,7 @@ A sample configuration with one \fImain\fP target, accessible via SerialPort
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
targets:
main:
resources:
Expand All @@ -224,8 +217,7 @@ targets:
prompt: \(aqroot@\ew+:[^ ]+ \(aq
login_prompt: \(aq login: \(aq
username: \(aqroot\(aq
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.sp
Expand All @@ -235,8 +227,7 @@ in the loaded local python file:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
targets:
main:
resources:
Expand All @@ -254,8 +245,7 @@ tools:
imx\-usb\-loader: \(dq/opt/lg\-tools/imx\-usb\-loader\(dq
imports:
\- mystrategy.py
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH SEE ALSO
Expand Down
16 changes: 6 additions & 10 deletions man/labgrid-exporter.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LABGRID-EXPORTER" 1 "2017-04-15" "0.0.1" "embedded testing"
.TH "LABGRID-EXPORTER" "1" "2017-04-15" "0.0.1" "embedded testing"
.SH NAME
labgrid-exporter \- labgrid-exporter interface to control boards
.SH SYNOPSIS
Expand Down Expand Up @@ -95,7 +95,7 @@ explicitly set.
.sp
The exporter uses a YAML configuration file which defines groups of related
resources.
See <\fI\%https://labgrid.readthedocs.io/en/latest/configuration.html#exporter\-configuration\fP>
See < <https://labgrid.readthedocs.io/en/latest/configuration.html#exporter\-configuration> >
for more information.
.SH ENVIRONMENT VARIABLES
.sp
Expand All @@ -114,23 +114,19 @@ Start the exporter with the configuration file \fImy\-config.yaml\fP:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
$ labgrid\-exporter my\-config.yaml
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.sp
Same as above, but with name \fBmyname\fP:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
$ labgrid\-exporter \-n myname my\-config.yaml
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH SEE ALSO
Expand Down
10 changes: 4 additions & 6 deletions man/labgrid-pytest.7
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LABGRID-PYTEST" 7 "2017-04-15" "0.0.1" "embedded testing"
.TH "LABGRID-PYTEST" "7" "2017-04-15" "0.0.1" "embedded testing"
.SH NAME
labgrid-pytest \- labgrid-pytest labgrid integration for pytest
.SH SYNOPSIS
Expand All @@ -42,18 +42,16 @@ The labgrid plugin parses the supplied configuration yaml file as described in
\fBlabgrid\-device\-config\fP(5) and allows the usage of the target and environment
fixtures.
The complete documentation is available at
\fI\%https://labgrid.readthedocs.io/en/latest/usage.html#pytest\-plugin\fP\&.
<https://labgrid.readthedocs.io/en/latest/usage.html#pytest\-plugin> \&.
.SH EXAMPLES
.sp
Start tests with \fBmyconfig.yaml\fP and directory \fBtests\fP:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
$ pytest \-\-lg\-env myconfig.yaml tests
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH SEE ALSO
Expand Down
8 changes: 3 additions & 5 deletions man/labgrid-suggest.1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LABGRID-SUGGEST" 1 "2021-05-20" "0.0.1" "embedded testing"
.TH "LABGRID-SUGGEST" "1" "2021-05-20" "0.0.1" "embedded testing"
.SH NAME
labgrid-suggest \- labgrid-suggest generator for YAML config files
.SH SYNOPSIS
Expand Down Expand Up @@ -58,8 +58,7 @@ in the USB\-serial converter, \fBlabgrid\-suggest\fP shows two alternatives:
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
.EX
=== added device ===
USBSerialPort for /devices/pci0000:00/0000:00:01.3/0000:02:00.0/usb1/1\-3/1\-3.1/1\-3.1:1.0/ttyUSB0/tty/ttyUSB0
=== device properties ===
Expand All @@ -78,8 +77,7 @@ USBSerialPort:
match:
ID_SERIAL_SHORT: P\-00\-03564
\-\-\-
.ft P
.fi
.EE
.UNINDENT
.UNINDENT
.SH SEE ALSO
Expand Down

0 comments on commit fd3b71a

Please sign in to comment.