Skip to content

Renaming files to match example standard #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 8, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,51 @@ IoT Hub

Ensure your IoT Hub device works with this simple test.

.. literalinclude:: ../examples/iothub_simpletest.py
:caption: examples/iothub_simpletest.py
.. literalinclude:: ../examples/azureiot_hub_simpletest.py
:caption: examples/azureiot_hub_simpletest.py
:linenos:

Handle direct methods.

.. literalinclude:: ../examples/iothub_directmethods.py
:caption: examples/iothub_directmethods.py
.. literalinclude:: ../examples/azureiot_hub_directmethods.py
:caption: examples/azureiot_hub_directmethods.py
:linenos:

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

.. literalinclude:: ../examples/iothub_messages.py
:caption: examples/iothub_messages.py
.. literalinclude:: ../examples/azureiot_hub_messages.py
:caption: examples/azureiot_hub_messages.py
:linenos:

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

.. literalinclude:: ../examples/iothub_twin_operations.py
:caption: examples/iothub_twin_operations.py
.. literalinclude:: ../examples/azureiot_hub_twin_operations.py
:caption: examples/azureiot_hub_twin_operations.py
:linenos:

IoT Central
------------

Ensure your IoT Central device works with this simple test.

.. literalinclude:: ../examples/iotcentral_simpletest.py
:caption: examples/iotcentral_simpletest.py
.. literalinclude:: ../examples/azureiot_central_simpletest.py
:caption: examples/azureiot_central_simpletest.py
:linenos:

Handle commands.

.. literalinclude:: ../examples/iotcentral_commands.py
:caption: examples/iotcentral_commands.py
.. literalinclude:: ../examples/azureiot_central_commands.py
:caption: examples/azureiot_central_commands.py
:linenos:

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

.. literalinclude:: ../examples/iotcentral_properties.py
:caption: examples/iotcentral_properties.py
.. literalinclude:: ../examples/azureiot_central_properties.py
:caption: examples/azureiot_central_properties.py
:linenos:

Handle connection errors.

.. literalinclude:: ../examples/iotcentral_notconnected.py
:caption: examples/iotcentral_notconnected.py
.. literalinclude:: ../examples/azureiot_central_notconnected.py
:caption: examples/azureiot_central_notconnected.py
:linenos:
File renamed without changes.
File renamed without changes.
File renamed without changes.