Skip to content

Commit 245d114

Browse files
committed
Define badges directly
1 parent 4d7be11 commit 245d114

File tree

1 file changed

+11
-31
lines changed

1 file changed

+11
-31
lines changed

README.md

Lines changed: 11 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,17 @@ jupytext:
1414

1515
# ![logo](https://adaptive.readthedocs.io/en/latest/_static/logo.png) adaptive
1616

17-
[![PyPI][PyPI-badge]][PyPI-url]
18-
[![Conda][Conda-badge]][Conda-url]
19-
[![Downloads][Downloads-badge]][Downloads-url]
20-
[![Pipeline-status][Pipeline-status-badge]][Pipeline-status-url]
21-
[![DOI][DOI-badge]][DOI-url]
22-
[![Binder][Binder-badge]][Binder-url]
23-
[![Gitter][Gitter-badge]][Gitter-url]
24-
[![Documentation][Documentation-badge]][Documentation-url]
25-
[![Coverage][Coverage-badge]][Coverage-url]
26-
[![GitHub][GitHub-badge]][GitHub-url]
17+
[[Binder](https://mybinder.org/badge.svg)](https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=example-notebook.ipynb)
18+
[[Conda](https://img.shields.io/badge/install%20with-conda-green.svg)](https://anaconda.org/conda-forge/adaptive)
19+
[[Coverage](https://img.shields.io/codecov/c/github/python-adaptive/adaptive)](https://codecov.io/gh/python-adaptive/adaptive)
20+
[[DOI](https://img.shields.io/badge/doi-10.5281%2Fzenodo.1182437-blue.svg)](https://doi.org/10.5281/zenodo.1182437)
21+
[[Documentation](https://readthedocs.org/projects/adaptive/badge/?version=latest)](https://adaptive.readthedocs.io/en/latest/?badge=latest)
22+
[[Downloads](https://img.shields.io/conda/dn/conda-forge/adaptive.svg)](https://anaconda.org/conda-forge/adaptive)
23+
[[GitHub](https://img.shields.io/github/stars/python-adaptive/adaptive.svg?style=social)](https://github.com/python-adaptive/adaptive/stargazers)
24+
[[Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/python-adaptive/adaptive)
25+
[[Pipeline-status](https://dev.azure.com/python-adaptive/adaptive/_apis/build/status/python-adaptive.adaptive?branchName=master)](https://dev.azure.com/python-adaptive/adaptive/_build/latest?definitionId=6?branchName=master)
26+
[[PyPI](https://img.shields.io/pypi/v/adaptive.svg)](https://pypi.python.org/pypi/adaptive)
27+
2728

2829
> *Adaptive*: parallel active learning of mathematical functions.
2930
@@ -182,24 +183,3 @@ For general discussion, we have a [Gitter chat channel](https://gitter.im/python
182183
% references-start
183184

184185
% references-end
185-
186-
[Binder-badge]: https://mybinder.org/badge.svg
187-
[Binder-url]: https://mybinder.org/v2/gh/python-adaptive/adaptive/master?filepath=example-notebook.ipynb
188-
[Conda-badge]: https://img.shields.io/badge/install%20with-conda-green.svg
189-
[Conda-url]: https://anaconda.org/conda-forge/adaptive
190-
[Coverage-badge]: https://img.shields.io/codecov/c/github/python-adaptive/adaptive
191-
[Coverage-url]: https://codecov.io/gh/python-adaptive/adaptive
192-
[DOI-badge]: https://img.shields.io/badge/doi-10.5281%2Fzenodo.1182437-blue.svg
193-
[DOI-url]: https://doi.org/10.5281/zenodo.1182437
194-
[Documentation-badge]: https://readthedocs.org/projects/adaptive/badge/?version=latest
195-
[Documentation-url]: https://adaptive.readthedocs.io/en/latest/?badge=latest
196-
[Downloads-badge]: https://img.shields.io/conda/dn/conda-forge/adaptive.svg
197-
[Downloads-url]: https://anaconda.org/conda-forge/adaptive
198-
[GitHub-badge]: https://img.shields.io/github/stars/python-adaptive/adaptive.svg?style=social
199-
[GitHub-url]: https://github.com/python-adaptive/adaptive/stargazers
200-
[Gitter-badge]: https://img.shields.io/gitter/room/nwjs/nw.js.svg
201-
[Gitter-url]: https://gitter.im/python-adaptive/adaptive
202-
[Pipeline-status-badge]: https://dev.azure.com/python-adaptive/adaptive/_apis/build/status/python-adaptive.adaptive?branchName=master
203-
[Pipeline-status-url]: https://dev.azure.com/python-adaptive/adaptive/_build/latest?definitionId=6?branchName=master
204-
[PyPI-badge]: https://img.shields.io/pypi/v/adaptive.svg
205-
[PyPI-url]: https://pypi.python.org/pypi/adaptive

0 commit comments

Comments
 (0)