We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b40b35 + 7d3412c commit e3fdfbfCopy full SHA for e3fdfbf
README.md
@@ -1,5 +1,18 @@
1
# Floating-point aware, human readable, numpy-compatible doctesting.
2
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
16
## TL;DR
17
18
This project extends the standard library `doctest` module to allow flexibility
0 commit comments