Skip to content

Commit c6d1080

Browse files
authored
Merge pull request labgrid-project#877 from Bastian-Krause/bst/doc-improvements-2021-12
Documentation fixes and improvements
2 parents 9afa321 + 28b859b commit c6d1080

22 files changed

Lines changed: 327 additions & 242 deletions

CHANGES.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ New Features in 0.3.0
101101
~~~~~~~~~~~~~~~~~~~~~
102102

103103
- All `CommandProtocol` drivers support the poll_until_success method.
104-
- The new `FileDigitalOutputDriver` respresents a digital signal with a file.
104+
- The new `FileDigitalOutputDriver` represents a digital signal with a file.
105105
- The new `GpioDigitalOutputDriver` controls the state of a GPIO via the sysfs interface.
106106
- Crossbar and autobahn have been updated to 19.3.3 and 19.3.5 respectively.
107107
- The InfoDriver was removed. The functions have been integrated into the
@@ -117,7 +117,7 @@ New Features in 0.3.0
117117
file just like the images are.
118118
- The ShellDriver's keyfile attribute is now specified relative to the config
119119
file just like the images are.
120-
- ``labgrid-client -P <PROXY>`` and the ``LG_PROXY`` enviroment variable can be
120+
- ``labgrid-client -P <PROXY>`` and the ``LG_PROXY`` environment variable can be
121121
used to access the coordinator and network resources via that SSH proxy host.
122122
Drivers which run commands via SSH to the exporter still connect directly,
123123
allowing custom configuration in the user's ``.ssh/config`` as needed.
@@ -131,7 +131,7 @@ New Features in 0.3.0
131131
- AndroidFastbootDriver now supports 'getvar' and 'oem getenv' subcommands.
132132
- The coordinator now updates the resource acquired state at the exporter.
133133
Accordingly, the exporter now starts ser2net only when a resources is
134-
aquired. Furthermore, resource conflicts between places are now detected.
134+
acquired. Furthermore, resource conflicts between places are now detected.
135135
- Labgrid now uses the `ProcessWrapper` for externally called processes. This
136136
should include output from these calls better inside the test runs.
137137
- The binding dictionary can now supports type name strings in addition to the

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and is currently in active use and development.
6363
Quickstart
6464
----------
6565
See the `Installation section
66-
<http://labgrid.readthedocs.io/en/latest/getting_started.html#Installation>`_
66+
<http://labgrid.readthedocs.io/en/latest/getting_started.html#installation>`_
6767
for more details.
6868

6969
Clone the git repository:

0 commit comments

Comments
 (0)