Skip to content

Commit f1072d0

Browse files
authored
Merge pull request #41 from adafruit/adabotify
Renamed example subdirs
2 parents f731d9d + 8bd2270 commit f1072d0

17 files changed

+32
-32
lines changed

docs/examples.rst

+32-32
Original file line numberDiff line numberDiff line change
@@ -3,105 +3,105 @@ IoT Hub ESP32 AirLift Networking
33

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

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

1010
Handle direct methods.
1111

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

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

18-
.. literalinclude:: ../examples/esp32spi/azureiot_hub_messages.py
19-
:caption: examples/esp32spi/azureiot_hub_messages.py
18+
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_hub_messages.py
19+
:caption: examples/azureiot_esp32spi/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/esp32spi/azureiot_hub_twin_operations.py
25-
:caption: examples/esp32spi/azureiot_hub_twin_operations.py
24+
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_hub_twin_operations.py
25+
:caption: examples/azureiot_esp32spi/azureiot_hub_twin_operations.py
2626
:linenos:
2727

2828
IoT Central ESP32 AirLift Networking
2929
------------------------------------
3030

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

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

3737
Handle commands.
3838

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

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

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

4949
Handle connection errors.
5050

51-
.. literalinclude:: ../examples/esp32spi/azureiot_central_notconnected.py
52-
:caption: examples/esp32spi/azureiot_central_notconnected.py
51+
.. literalinclude:: ../examples/azureiot_esp32spi/azureiot_central_notconnected.py
52+
:caption: examples/azureiot_esp32spi/azureiot_central_notconnected.py
5353
:linenos:
5454

5555
IoT Hub Native Networking
5656
-------------------------
5757

5858
Ensure your IoT Hub device works with this simple test.
5959

60-
.. literalinclude:: ../examples/native_networking/azureiot_hub_simpletest.py
61-
:caption: examples/native_networking/azureiot_hub_simpletest.py
60+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_simpletest.py
61+
:caption: examples/azureiot_native_networking/azureiot_hub_simpletest.py
6262
:linenos:
6363

6464
Handle direct methods.
6565

66-
.. literalinclude:: ../examples/native_networking/azureiot_hub_directmethods.py
67-
:caption: examples/native_networking/azureiot_hub_directmethods.py
66+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_directmethods.py
67+
:caption: examples/azureiot_native_networking/azureiot_hub_directmethods.py
6868
:linenos:
6969

7070
Send device to cloud messages, and handle cloud to device messages.
7171

72-
.. literalinclude:: ../examples/native_networking/azureiot_hub_messages.py
73-
:caption: examples/native_networking/azureiot_hub_messages.py
72+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_messages.py
73+
:caption: examples/azureiot_native_networking/azureiot_hub_messages.py
7474
:linenos:
7575

7676
Update the reported properties of the devices device twin, and receive updates to desired properties.
7777

78-
.. literalinclude:: ../examples/native_networking/azureiot_hub_twin_operations.py
79-
:caption: examples/native_networking/azureiot_hub_twin_operations.py
78+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_hub_twin_operations.py
79+
:caption: examples/azureiot_native_networking/azureiot_hub_twin_operations.py
8080
:linenos:
8181

8282
IoT Central Native Networking
8383
-----------------------------
8484

8585
Ensure your IoT Central device works with this simple test.
8686

87-
.. literalinclude:: ../examples/native_networking/azureiot_central_simpletest.py
88-
:caption: examples/native_networking/azureiot_central_simpletest.py
87+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_simpletest.py
88+
:caption: examples/azureiot_native_networking/azureiot_central_simpletest.py
8989
:linenos:
9090

9191
Handle commands.
9292

93-
.. literalinclude:: ../examples/native_networking/azureiot_central_commands.py
94-
:caption: examples/native_networking/azureiot_central_commands.py
93+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_commands.py
94+
:caption: examples/azureiot_native_networking/azureiot_central_commands.py
9595
:linenos:
9696

9797
Update the properties of the device, and receive updates to properties.
9898

99-
.. literalinclude:: ../examples/native_networking/azureiot_central_properties.py
100-
:caption: examples/native_networking/azureiot_central_properties.py
99+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_properties.py
100+
:caption: examples/azureiot_native_networking/azureiot_central_properties.py
101101
:linenos:
102102

103103
Handle connection errors.
104104

105-
.. literalinclude:: ../examples/native_networking/azureiot_central_notconnected.py
106-
:caption: examples/native_networking/azureiot_central_notconnected.py
105+
.. literalinclude:: ../examples/azureiot_native_networking/azureiot_central_notconnected.py
106+
:caption: examples/azureiot_native_networking/azureiot_central_notconnected.py
107107
:linenos:

0 commit comments

Comments
 (0)