Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jun 6, 2024
1 parent c86e55d commit 33bcafa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion doc/source/config_file.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ siggen:
type: SMA100A
```
The "type" field must match an instrument class in pybench. The address field is the address of the instrument, which is used to connect to the instrument. Note that the address field does not need to be TCP/IP addresses, but can be any address that the instrument class can use to connect to the instrument.
The "type" field must match an instrument class in pybench. The address field is the address of the instrument, which is used to connect to the instrument. Note that the address field does not need to be TCP/IP addresses, but can be any address that the instrument class can use to connect to the instrument.
1 change: 0 additions & 1 deletion doc/source/example_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,3 @@ siggen.level = -10
# Enable the output
siggen.output_enable = True
```

2 changes: 1 addition & 1 deletion doc/source/frameworks/pytest.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The following CLI options are available for use with pytest:
The following fixtures are available for use in your tests:

- `instrument_addresses`: A fixture that returns a list of all available instruments of those specified in the configuration file.
- `instrument_address_session`: A fixture that returns a session-scoped instrument address. This is useful for tests that require an instrument to be available for the duration of all tests.
- `instrument_address_session`: A fixture that returns a session-scoped instrument address. This is useful for tests that require an instrument to be available for the duration of all tests.
4 changes: 2 additions & 2 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pybench: Lab Bench Instrument Controls in Python

pybench is a Python package for controlling lab bench instruments. It is designed to be easy to use and to provide a consistent interface to a wide variety of instruments. pybench primarily uses the VISA standard for instrument communication, but supports other communication methods as well.

The module is designed to also support testing frameworks, such as pytest, and to support modern CI driven development and testing.
The module is designed to also support testing frameworks, such as pytest, and to support modern CI driven development and testing.

.. toctree::
:maxdepth: 1
Expand Down Expand Up @@ -42,4 +42,4 @@ Indices and tables
Disclaimer
==========

This package is not endorsed by or affiliated with any of the instrument manufacturers. It is a community driven project and is not officially supported by any of the instrument manufacturers.
This package is not endorsed by or affiliated with any of the instrument manufacturers. It is a community driven project and is not officially supported by any of the instrument manufacturers.

0 comments on commit 33bcafa

Please sign in to comment.