Skip to content

Commit

Permalink
Add badges to readme.
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
prabhuramachandran committed Dec 2, 2018
1 parent 7a14a94 commit be5c7b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.rst
@@ -1,6 +1,17 @@
ComPyle: execute a subset of Python on HPC platforms
======================================================

|Travis Status| |Appveyor Status| |Documentation Status|


.. |Travis Status| image:: https://travis-ci.org/pypr/compyle.svg?branch=master
:target: https://travis-ci.org/pypr/compyle
.. |Appveyor Status| image:: https://ci.appveyor.com/api/projects/status/isg727d5ofn69rrm?svg=true
:target: https://ci.appveyor.com/project/prabhuramachandran/compyle
.. |Documentation Status| image:: https://readthedocs.org/projects/compyle/badge/?version=latest
:target: https://compyle.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

ComPyle allows users to execute a restricted subset of Python (almost similar
to C) on a variety of HPC platforms. Currently we support multi-core execution
using Cython, and OpenCL and CUDA for GPU devices.
Expand Down

0 comments on commit be5c7b3

Please sign in to comment.