Skip to content

Commit

Permalink
badge update
Browse files Browse the repository at this point in the history
  • Loading branch information
kinkerl committed Mar 16, 2018
1 parent 6be6ec8 commit f61ed37
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
19 changes: 12 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,7 @@
Microhomie
==========

.. image:: https://readthedocs.org/projects/microhomie/badge/?version=master
:target: http://microhomie.readthedocs.io/en/master/?badge=master
:alt: Documentation Status

.. image:: https://img.shields.io/pypi/v/microhomie.svg
:target: https://pypi.python.org/pypi/microhomie/
:alt: PyPi Status
|build-status| |pypi|


A MicroPython implementation of the `Homie <https://github.com/marvinroger/homie>`_ MQTT convention version ``2.1.0``.
Expand Down Expand Up @@ -162,3 +156,14 @@ In most cases you write your own node classes. But if you just want to test publ
n.value = utime.time()
print(n)
utime.sleep(1)
.. |build-status| image:: https://readthedocs.org/projects/microhomie/badge/?version=master
:target: http://microhomie.readthedocs.io/en/master/?badge=master
:alt: Documentation Status

.. |pypi| image:: https://img.shields.io/pypi/v/microhomie.svg
:target: https://pypi.python.org/pypi/microhomie/
:alt: PyPi Status
6 changes: 0 additions & 6 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,3 @@



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

0 comments on commit f61ed37

Please sign in to comment.