-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[releases/2.1] Cherry-pick: docs: Update plugin to Plug-In to maintai…
…n consistency (#957) (#961) docs: Update plugin to Plug-In to maintain consistency (#957) docs: Update plugin term for consistency Co-authored-by: Jayaseelan <[email protected]>
- Loading branch information
1 parent
7df18c2
commit c525547
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/generator/ni_measurement_plugin_sdk_generator/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Measurement Plugin SDK Code Generator.""" | ||
"""Measurement Plug-In SDK Code Generator.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "ni_measurement_plugin_sdk_generator" | ||
version = "2.1.0-dev2" | ||
description = "Measurement Plugin Code Generator for Python" | ||
description = "Measurement Plug-In Code Generator for Python" | ||
authors = ["NI <[email protected]>"] | ||
readme = "README.md" | ||
repository = "https://github.com/ni/measurementlink-python/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Measurement Plugin SDK for Python.""" | ||
"""Measurement Plug-In SDK for Python.""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[tool.poetry] | ||
name = "ni_measurement_plugin_sdk" | ||
version = "2.1.0-dev2" | ||
description = "Measurement Plugin SDK for Python" | ||
description = "Measurement Plug-In SDK for Python" | ||
authors = ["NI <[email protected]>"] | ||
readme = "README.md" | ||
repository = "https://github.com/ni/measurementlink-python/" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
"""Measurement Plugin Support for Python.""" | ||
"""Measurement Plug-In Support for Python.""" | ||
|
||
import logging | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ extend_exclude = '.tox/,*_pb2_grpc.py,*_pb2_grpc.pyi,*_pb2.py,*_pb2.pyi,ni_measu | |
[tool.poetry] | ||
name = "ni_measurement_plugin_sdk_service" | ||
version = "2.1.0-dev2" | ||
description = "Measurement Plugin Support for Python" | ||
description = "Measurement Plug-In Support for Python" | ||
authors = ["NI <[email protected]>"] | ||
readme = "README.md" # apply the repo readme to the package as well | ||
repository = "https://github.com/ni/measurementlink-python/" | ||
|