Skip to content

Commit 6ff2f68

Browse files
committed
resources: update plugin name and IX15 documentation link in README files
Signed-off-by: Ruben Moral <ruben.moral@digi.com>
1 parent 4d11282 commit 6ff2f68

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ there is not already a category that meets your needs.
105105
corresponding copyright in the header of the source file.
106106

107107

108-
[doc]: https://www.digi.com/resources/documentation/digidocs/90002291/default.htm#containers/applications-cont.htm
108+
[doc]: https://www.digi.com/resources/documentation/digidocs/90002400/#containers/applications-cont.htm
109109
[forum]: http://www.digi.com/support/forum
110110
[issues]: http://github.com/digidotcom/digi-python-resources/issues
111111
[digi-python-resources]: http://github.com/digidotcom/digi-python-resources

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ Python Resources for Digi Devices
44
This project contains modules and sample code for use on Digi devices with
55
Python support.
66

7-
The repository is used by the **Digi Python PyCharm Plugin** to get the
7+
The repository is used by the **Digi XBee PyCharm IDE plugin** to get the
88
available samples, libraries platforms and stubs and facilitate the process of
99
creating and launching Python applications in Digi devices. This means that you
1010
don't need to clone it unless you want to contribute with new content as the
1111
PyCharm plugin will handle all necessary resources automatically.
1212

1313
We don't recommend you to do so, but you can still use the content of this
1414
repository to create Python applications by your own (without using the **Digi
15-
Python PyCharm Plugin**). In any case, you will find information on how to get
15+
XBee PyCharm IDE plugin**). In any case, you will find information on how to get
1616
started with Python in the [Applications][doc] section of your device
1717
documentation.
1818

@@ -36,22 +36,22 @@ The repository is structured in the following folders:
3636

3737
* **categories** - This folder contains the definition and images for the Digi
3838
categories in which the different products supporting Python are organized.
39-
This information is used by the **Digi Python PyCharm Plugin** to filter the
39+
This information is used by the **Digi XBee PyCharm IDE plugin** to filter the
4040
supported platforms.
4141
* **lib** - The `lib/` directory contains Python modules that extend the
4242
standard API of your device. You can either import these libraries in your
43-
project using the **Digi Python PyCharm Plugin** or copy them manually inside
44-
your project structure.
43+
project using the **Digi XBee PyCharm IDE plugin** or copy them manually
44+
inside your project structure.
4545
* **platforms** - This folder contains the definition and images for the
46-
Digi products supporting Python. This information is used by the **Digi
47-
Python PyCharm Plugin** to list the supported platforms.
46+
Digi products supporting Python. This information is used by the **Digi XBee
47+
PyCharm IDE plugin** to list the supported platforms.
4848
* **samples** - Files in the `samples/` directory are organized by feature.
4949
For example, `network` contains samples related to XBee networks and
5050
`configuration` contains samples demonstrating how to configure XBee
5151
devices.
5252
* **typehints** - This folder contains the API definitions of the Python
5353
modules available in the Digi devices. These definitions are used by the
54-
**Digi Python PyCharm Plugin** for syntax checking, code completion and
54+
**Digi XBee PyCharm IDE plugin** for syntax checking, code completion and
5555
refactoring.
5656

5757

@@ -81,4 +81,4 @@ licensing, depending on their origin.
8181

8282
[Digi]: http://www.digi.com
8383
[digi-python-resources]: https://github.com/digidotcom/digi-python-resources
84-
[doc]:https://www.digi.com/resources/documentation/digidocs/90002291/default.htm#containers/applications-cont.htm
84+
[doc]: https://www.digi.com/resources/documentation/digidocs/90002400/#containers/applications-cont.htm

categories/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Digi Python Categories
33

44
This folder contains the definition and images for the Digi categories in which
55
the different products supporting Python are organized. This information is
6-
used by the **Digi Python PyCharm Plugin** to filter the supported platforms
6+
used by the **Digi XBee PyCharm IDE plugin** to filter the supported platforms
77
when creating a new application or importing a sample.

lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ to benefit from the methods and abstractions they offer. Libraries are
66
organized in categories, which are directories that group them by feature or
77
functionality.
88

9-
**Digi Python PyCharm Plugin** uses this folder to list and import libraries
9+
**Digi XBee PyCharm IDE plugin** uses this folder to list and import libraries
1010
when creating a new project.
1111

1212
Contributing

platforms/platforms.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<name>IX15 XBee Gateway</name>
55
<category_id>xbee_gateway</category_id>
66
<discovery_pattern>Digi IX15 ?\[[0-9a-fA-F]{12}\] ?\(ssh\)</discovery_pattern>
7-
<documentation_url>https://www.digi.com/resources/documentation/digidocs/90002291</documentation_url>
7+
<documentation_url>https://www.digi.com/resources/documentation/digidocs/90002400</documentation_url>
88
</platform>
99
</platforms>

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This directory contains sample applications that demonstrate the use of Digi
55
Python modules and libraries. Samples are organized in categories, which are
66
directories that group samples by feature or functionality.
77

8-
**Digi Python PyCharm Plugin** uses this folder to list the available samples
8+
**Digi XBee PyCharm IDE plugin** uses this folder to list the available samples
99
in the **Import Digi Python Sample Project** wizard.
1010

1111
Contributing

typehints/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ Digi Python Typehints
33

44
This folder contains the API definitions of the Digi Python modules available
55
in devices running Digi Accelerated Linux. These definitions are used by the
6-
**Digi Python PyCharm Plugin** for syntax checking, code completion and
6+
**Digi XBee PyCharm IDE plugin** for syntax checking, code completion and
77
refactoring when writing your application.

0 commit comments

Comments
 (0)