Skip to content

Commit

Permalink
CHANGES: Fix various issues
Browse files Browse the repository at this point in the history
The CHANGES.rst file contained various issues reported by sphinx, fix them.

Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
  • Loading branch information
Emantor committed Feb 9, 2018
1 parent ef6f983 commit 4429af1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGES.rst
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ New Features


- The target now saves it's attached drivers, resources and protocols in a - The target now saves it's attached drivers, resources and protocols in a
lookup table, avoiding the need of importing many Drivers and Protocols (see lookup table, avoiding the need of importing many Drivers and Protocols (see
:any:`Syntactic sugar for targets`) `Syntactic sugar for Targets`_)
- The new subcommand ``labgrid-client monitor`` shows resource or places - The new subcommand ``labgrid-client monitor`` shows resource or places
changes as they happen, which is useful during development or debugging. changes as they happen, which is useful during development or debugging.
- The new `QEMUDriver` runs a system image in QEmu and implements the - The new `QEMUDriver` runs a system image in QEmu and implements the
Expand All @@ -22,8 +22,8 @@ New Features
junit XML output. junit XML output.
- The ``labgrid-client`` tool now understands a ``--state`` option to - The ``labgrid-client`` tool now understands a ``--state`` option to
transition to the provided state using a :any:`Strategy`. transition to the provided state using a :any:`Strategy`.
This requires an environment yaml file with a :any:`RemotePlace` `Resource` and This requires an environment yaml file with a :any:`RemotePlace` Resources and
matching `Drivers`. matching Drivers.
- Resource matches for places configured in the coordinator can now have a - Resource matches for places configured in the coordinator can now have a
name, allowing multiple resources with the same class. name, allowing multiple resources with the same class.
- The new `Target.__getitem__` method makes writing using protocols less verbose. - The new `Target.__getitem__` method makes writing using protocols less verbose.
Expand All @@ -38,7 +38,7 @@ Incompatible Changes


- When using the coordinator, it must be upgrade together with the clients - When using the coordinator, it must be upgrade together with the clients
because of the newly introduce match names. because of the newly introduce match names.
- `Resources` and `Drivers` now need to be created with an explicit name - Resources and Drivers now need to be created with an explicit name
parameter. parameter.
It can be ``None`` to keep the old behaviour. It can be ``None`` to keep the old behaviour.
See below for details. See below for details.
Expand Down Expand Up @@ -84,7 +84,7 @@ ConsoleProtocol:
PowerProtocol: PowerProtocol:
In some cases, multiple power ports need to be controlled for one Target. In some cases, multiple power ports need to be controlled for one Target.


To support these use cases, `Resources` and `Drivers` must be created with a To support these use cases, Resources and Drivers must be created with a
name parameter. name parameter.
When updating your code to this version, you can either simply set the name to When updating your code to this version, you can either simply set the name to
``None`` to keep the previous behaviour. ``None`` to keep the previous behaviour.
Expand Down

0 comments on commit 4429af1

Please sign in to comment.