@@ -4,15 +4,15 @@ Python Resources for Digi Devices
44This project contains modules and sample code for use on Digi devices with
55Python 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
88available samples, libraries platforms and stubs and facilitate the process of
99creating and launching Python applications in Digi devices. This means that you
1010don't need to clone it unless you want to contribute with new content as the
1111PyCharm plugin will handle all necessary resources automatically.
1212
1313We don't recommend you to do so, but you can still use the content of this
1414repository 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
1616started with Python in the [ Applications] [ doc ] section of your device
1717documentation.
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
0 commit comments