forked from github/pelican
README: Added Coveralls badge, refactor Travis badge
This commit is contained in:
parent
9bf22f20bf
commit
683d10a480
1 changed files with 10 additions and 6 deletions
16
README.rst
16
README.rst
|
|
@ -1,9 +1,5 @@
|
||||||
Pelican
|
Pelican |build-status| |coverage-status|
|
||||||
=======
|
========================================
|
||||||
|
|
||||||
.. image:: https://secure.travis-ci.org/getpelican/pelican.png?branch=master
|
|
||||||
:target: http://travis-ci.org/getpelican/pelican
|
|
||||||
:alt: Travis-ci: continuous integration status.
|
|
||||||
|
|
||||||
Pelican is a static site generator, written in Python_.
|
Pelican is a static site generator, written in Python_.
|
||||||
|
|
||||||
|
|
@ -58,3 +54,11 @@ See our `contribution submission and feedback guidelines <CONTRIBUTING.rst>`_.
|
||||||
.. _Jinja2: http://jinja.pocoo.org/
|
.. _Jinja2: http://jinja.pocoo.org/
|
||||||
.. _`Pelican documentation`: http://docs.getpelican.com/
|
.. _`Pelican documentation`: http://docs.getpelican.com/
|
||||||
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
|
.. _`Pelican's internals`: http://docs.getpelican.com/en/latest/internals.html
|
||||||
|
|
||||||
|
.. |build-status| image:: https://travis-ci.org/getpelican/pelican.svg?branch=master
|
||||||
|
:target: https://travis-ci.org/getpelican/pelican
|
||||||
|
:alt: Travis CI: continuous integration status
|
||||||
|
.. |coverage-status| image:: https://img.shields.io/coveralls/getpelican/pelican.svg
|
||||||
|
:target: https://coveralls.io/r/getpelican/pelican
|
||||||
|
:alt: Coveralls: code coverage status
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue