Skip to content

Commit

Permalink
Improved readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
nazavode committed Sep 29, 2015
1 parent fff0cee commit a975343
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
=========
Automaton
=========
A minimal python finite-state machine. Automaton requires Python >= 3.4.

.. image:: https://travis-ci.org/fmontag451/automaton.svg?branch=master
A minimal python finite-state machine.

|build-status| |coverage-status| |documentation-status| |license-status|

See the full documentation at http://automaton.readthedocs.org.

Contributors
============

Thanks to `@simone-campagna <http://github.com/simone-campagna>`_.

.. |build-status| image:: https://travis-ci.org/fmontag451/automaton.svg?branch=master
:target: https://travis-ci.org/fmontag451/automaton
:alt: Build status

.. image:: https://readthedocs.org/projects/automaton/badge/?version=latest
.. |documentation-status| image:: https://readthedocs.org/projects/automaton/badge/?version=latest
:target: http://automaton.readthedocs.org/en/latest/?badge=latest
:alt: Documentation Status
:alt: Documentation status

.. image:: https://coveralls.io/repos/fmontag451/automaton/badge.svg?branch=master&service=github
.. |coverage-status| image:: https://coveralls.io/repos/fmontag451/automaton/badge.svg?branch=master&service=github
:target: https://coveralls.io/github/fmontag451/automaton?branch=master
:alt: Coverage report

.. image:: https://img.shields.io/badge/license-Apache2.0-blue.svg
.. |license-status| image:: https://img.shields.io/badge/license-Apache2.0-blue.svg
:target: http://opensource.org/licenses/Apache2.0
:alt: License

See the full documentation at http://automaton.readthedocs.org.
:alt: License

0 comments on commit a975343

Please sign in to comment.