diff --git a/doc/source/config_file.md b/doc/source/config_file.md index b324ce7..57ef47b 100644 --- a/doc/source/config_file.md +++ b/doc/source/config_file.md @@ -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. \ No newline at end of file +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. diff --git a/doc/source/example_usage.md b/doc/source/example_usage.md index c349f5d..020853d 100644 --- a/doc/source/example_usage.md +++ b/doc/source/example_usage.md @@ -49,4 +49,3 @@ siggen.level = -10 # Enable the output siggen.output_enable = True ``` - diff --git a/doc/source/frameworks/pytest.md b/doc/source/frameworks/pytest.md index e956361..a5d5518 100644 --- a/doc/source/frameworks/pytest.md +++ b/doc/source/frameworks/pytest.md @@ -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. \ No newline at end of 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. diff --git a/doc/source/index.rst b/doc/source/index.rst index 98ef678..7d427e6 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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 @@ -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. \ No newline at end of file +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.