Skip to content

Commit

Permalink
test template
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed Jan 4, 2019
1 parent 1af7a6c commit 4ae0f6b
Showing 1 changed file with 32 additions and 35 deletions.
67 changes: 32 additions & 35 deletions docs/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,41 @@ Contents:
On this page you will find several tutorials about how to connect to
Sentilo using various existing platforms and languages.

.. table:: tutorials
:widths: 40 60
.. |java_logo.jpg| image:: _static/images/tutorials/java_logo.jpg
:width: 202px
:height: 113px
:target: tutorials/java_client.html
.. |raspberrypi.jpeg| image:: _static/images/tutorials/raspberrypi.jpeg
:width: 215px
:height: 122px
:target: ./tutorials/raspberrypi_client.html
.. |arduino-mega-2560-r3.jpg| image:: _static/images/tutorials/arduino-mega-2560-r3.jpg
:width: 216px
:height: 157px
:target: ./tutorials/arduino_client.html

+---------------------------------------------------------------+-----------------------------------+
| | `Java Client`_ |
| .. image:: _static/images/tutorials/java_logo.jpg | Java 1.6 library that allows |
| :width: 202px | access to Sentilo Platform |
| :height: 113px | through its REST API Client |
| a | through its REST API Client |
+---------------------------------------------------------------+-----------------------------------+
| | `RaspberryPi Client`_ |
| .. image:: _static/images/tutorials/raspberrypi.jpeg | Independent platform library |
| :width: 215px | created with NodeJS that allows |
| :height: 122px | embedded architectures, such as |
| | Raspberry Pi, to communicate with |
| | Sentilo Platform through its REST |
| a | API Client |
+---------------------------------------------------------------+-----------------------------------+
| | `Arduino Client`_ |
| .. image:: _static/images/tutorials/arduino-mega-2560-r3.jpg | A simple Arduino library that |
| :width: 216px | allows connect with the Official |
| :height: 157px | Ethernet Shield to the Sentilo |
| a | Platform |
+---------------------------------------------------------------+-----------------------------------+
+-----------------------------------+-----------------------------------+
| |java_logo.jpg| | `Java Client`_ |
| | Java 1.6 library that allows |
| | access to Sentilo Platform |
| | through its REST API Client |
+-----------------------------------+-----------------------------------+
| |raspberrypi.jpeg| | `RaspberryPi Client`_ |
| | Independent platform library |
| | created with NodeJS that allows |
| | embedded architectures, such as |
| | Raspberry Pi, to communicate with |
| | Sentilo Platform through its REST |
| | API Client |
+-----------------------------------+-----------------------------------+
| |arduino-mega-2560-r3.jpg| | `Arduino Client`_ |
| | A simple Arduino library that |
| | allows connect with the Official |
| | Ethernet Shield to the Sentilo |
| | Platform |
+-----------------------------------+-----------------------------------+

.. _Java Client: ./tutorials/java_client.html
.. _RaspberryPi Client: ./tutorials/raspberrypi_client.html
.. _Arduino Client: ./tutorials/arduino_client.html

.. |java_logo.jpg| image:: _static/images/tutorials/java_logo.jpg
:width: 202px
:height: 113px
:target: tutorials/java_client.html
.. |raspberrypi.jpeg| image:: _static/images/tutorials/raspberrypi.jpeg
:width: 215px
:height: 122px
:target: ./tutorials/raspberrypi_client.html
.. |arduino-mega-2560-r3.jpg| image:: _static/images/tutorials/arduino-mega-2560-r3.jpg
:width: 216px
:height: 157px
:target: ./tutorials/arduino_client.html

0 comments on commit 4ae0f6b

Please sign in to comment.