Skip to content

Commit

Permalink
Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kcech committed May 9, 2019
1 parent aff870a commit 951e706
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions docs/clients.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,17 @@ Sentilo using various existing platforms and languages.
+-----------------------------------+
| |raspberrypi.jpeg| |
| `RaspberryPi Client`_ |
| .. raw:: html |
| |
| </div> |
| <div> |
| 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`_ |
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/arduino_client.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Arduino Client
==============

.. figure:: ../_static/images/clients/arduino-mega-2560-r3.jpg
.. figure:: _static/images/clients/arduino-mega-2560-r3.jpg
:alt: Arduino

The **SentiloClient Library** for Arduino offers a basic C++ library
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/java_client.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Java Client
===========

.. figure:: ./_static/images/clients/java_logo.jpg
.. figure:: _static/images/clients/java_logo.jpg
:alt: Java

The Sentilo Java Client is a library developed for working with webapps
Expand Down
2 changes: 1 addition & 1 deletion docs/clients/raspberrypi_client.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
RaspberryPi Client
==================

.. figure:: ../_static/images/clients/raspberrypi.jpeg
.. figure:: _static/images/clients/raspberrypi.jpeg
:alt: RaspberryPi

The **SentiloClientNodej** is a library written in javascript that
Expand Down

0 comments on commit 951e706

Please sign in to comment.