Skip to content

Commit a3e493a

Browse files
authored
Merge pull request #419 from grlee77/badges
add Appveyor, TravisCI, RTD and Zenodo badges to the README
2 parents 597239b + e31975b commit a3e493a

1 file changed

Lines changed: 32 additions & 3 deletions

File tree

README.rst

Lines changed: 32 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
+---------------+-----------------+
2+
| Service | Master branch |
3+
+===============+=================+
4+
| Travis | |travis_ci| |
5+
+---------------+-----------------+
6+
| Appveyor | |appveyor_ci| |
7+
+---------------+-----------------+
8+
| Read the Docs | |read_the_docs| |
9+
+---------------+-----------------+
10+
11+
.. |travis_ci| image:: https://api.travis-ci.org/PyWavelets/pywt.svg?branch=master
12+
:align: middle
13+
:target: https://travis-ci.org/PyWavelets/pywt
14+
:alt: TravisCI Status
15+
16+
.. |appveyor_ci| image:: https://ci.appveyor.com/api/projects/status/github/PyWavelets/pywt
17+
:align: middle
18+
:target: https://ci.appveyor.com/project/PyWavelets/pywt
19+
:alt: Appveyor Status
20+
21+
.. |read_the_docs| image:: https://readthedocs.org/projects/pywavelets/badge/?version=latest
22+
:align: middle
23+
:target: https://pywavelets.readthedocs.io/en/latest/?badge=latest
24+
:alt: Documentation Status
25+
26+
127
PyWavelets
228
==========
329

@@ -94,15 +120,18 @@ interest in PyWavelets are very welcome to join the development team!
94120
Contact
95121
-------
96122

97-
Use `GitHub Issues`_ or the `mailing list`_ to post your
98-
comments or questions.
99-
123+
Use `GitHub Issues`_ or the `mailing list`_ to post your comments or questions.
100124

101125
License
102126
-------
103127

104128
PyWavelets is a free Open Source software released under the MIT license.
105129

130+
If you wish to cite PyWavelets in a publication, you may use the following DOI.
131+
132+
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.1407172.svg
133+
:target: https://doi.org/10.5281/zenodo.1407172
134+
106135
.. _built-in wavelet filters: http://wavelets.pybytes.com/
107136
.. _Cython: http://cython.org/
108137
.. _demo: https://github.com/PyWavelets/pywt/tree/master/demo

0 commit comments

Comments
 (0)