Skip to content

Commit e3fdfbf

Browse files
authored
Merge pull request #182 from scipy/readme_badges
2 parents 6b40b35 + 7d3412c commit e3fdfbf

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Floating-point aware, human readable, numpy-compatible doctesting.
22

3+
4+
[![PyPI version][pypi-version]][pypi-link]
5+
[![Conda-Forge][conda-badge]][conda-link]
6+
7+
8+
<!-- prettier-ignore-start -->
9+
[conda-badge]: https://img.shields.io/conda/vn/conda-forge/scipy-doctest
10+
[conda-link]: https://anaconda.org/conda-forge/scipy-doctest
11+
[pypi-link]: https://pypi.org/project/scipy-doctest/
12+
[pypi-version]: https://img.shields.io/pypi/v/scipy-doctest
13+
<!-- prettier-ignore-end -->
14+
15+
316
## TL;DR
417

518
This project extends the standard library `doctest` module to allow flexibility

0 commit comments

Comments
 (0)