Skip to content

Commit 7f30d82

Browse files
authored
Merge pull request #19 from jimbobbennett/fix_example_names
Renaming files to match example standard
2 parents 3d77d0e + 74e11c8 commit 7f30d82

9 files changed

+16
-16
lines changed

docs/examples.rst

+16-16
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,51 @@ IoT Hub
33

44
Ensure your IoT Hub device works with this simple test.
55

6-
.. literalinclude:: ../examples/iothub_simpletest.py
7-
:caption: examples/iothub_simpletest.py
6+
.. literalinclude:: ../examples/azureiot_hub_simpletest.py
7+
:caption: examples/azureiot_hub_simpletest.py
88
:linenos:
99

1010
Handle direct methods.
1111

12-
.. literalinclude:: ../examples/iothub_directmethods.py
13-
:caption: examples/iothub_directmethods.py
12+
.. literalinclude:: ../examples/azureiot_hub_directmethods.py
13+
:caption: examples/azureiot_hub_directmethods.py
1414
:linenos:
1515

1616
Send device to cloud messages, and handle cloud to device messages.
1717

18-
.. literalinclude:: ../examples/iothub_messages.py
19-
:caption: examples/iothub_messages.py
18+
.. literalinclude:: ../examples/azureiot_hub_messages.py
19+
:caption: examples/azureiot_hub_messages.py
2020
:linenos:
2121

2222
Update the reported properties of the devices device twin, and receive updates to desired properties.
2323

24-
.. literalinclude:: ../examples/iothub_twin_operations.py
25-
:caption: examples/iothub_twin_operations.py
24+
.. literalinclude:: ../examples/azureiot_hub_twin_operations.py
25+
:caption: examples/azureiot_hub_twin_operations.py
2626
:linenos:
2727

2828
IoT Central
2929
------------
3030

3131
Ensure your IoT Central device works with this simple test.
3232

33-
.. literalinclude:: ../examples/iotcentral_simpletest.py
34-
:caption: examples/iotcentral_simpletest.py
33+
.. literalinclude:: ../examples/azureiot_central_simpletest.py
34+
:caption: examples/azureiot_central_simpletest.py
3535
:linenos:
3636

3737
Handle commands.
3838

39-
.. literalinclude:: ../examples/iotcentral_commands.py
40-
:caption: examples/iotcentral_commands.py
39+
.. literalinclude:: ../examples/azureiot_central_commands.py
40+
:caption: examples/azureiot_central_commands.py
4141
:linenos:
4242

4343
Update the properties of the device, and receive updates to properties.
4444

45-
.. literalinclude:: ../examples/iotcentral_properties.py
46-
:caption: examples/iotcentral_properties.py
45+
.. literalinclude:: ../examples/azureiot_central_properties.py
46+
:caption: examples/azureiot_central_properties.py
4747
:linenos:
4848

4949
Handle connection errors.
5050

51-
.. literalinclude:: ../examples/iotcentral_notconnected.py
52-
:caption: examples/iotcentral_notconnected.py
51+
.. literalinclude:: ../examples/azureiot_central_notconnected.py
52+
:caption: examples/azureiot_central_notconnected.py
5353
:linenos:
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)