|
| 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 | + |
1 | 27 | PyWavelets |
2 | 28 | ========== |
3 | 29 |
|
@@ -94,15 +120,18 @@ interest in PyWavelets are very welcome to join the development team! |
94 | 120 | Contact |
95 | 121 | ------- |
96 | 122 |
|
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. |
100 | 124 |
|
101 | 125 | License |
102 | 126 | ------- |
103 | 127 |
|
104 | 128 | PyWavelets is a free Open Source software released under the MIT license. |
105 | 129 |
|
| 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 | + |
106 | 135 | .. _built-in wavelet filters: http://wavelets.pybytes.com/ |
107 | 136 | .. _Cython: http://cython.org/ |
108 | 137 | .. _demo: https://github.com/PyWavelets/pywt/tree/master/demo |
|
0 commit comments