Skip to content

Commit

Permalink
switch to markdown to remove whitespace links between badges
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssadai committed Oct 22, 2024
1 parent 0e8dda8 commit 2617a82
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,11 @@

# Neurobagel API

<div>
<a href="https://github.com/neurobagel/api/actions/workflows/test.yaml">
<img src="https://img.shields.io/github/actions/workflow/status/neurobagel/api/test.yaml?color=BDB76B&label=test&style=flat-square">
</a>
<a href="https://coveralls.io/github/neurobagel/api">
<img src="https://img.shields.io/coverallsCoverage/github/neurobagel/api?style=flat-square&color=8FBC8F">
</a>
<a href="https://www.python.org/">
<img src="https://img.shields.io/badge/python-3.10-4682B4?style=flat-square" alt="Python">
</a>
<a href="LICENSE">
<img src="https://img.shields.io/github/license/neurobagel/api?color=CD5C5C&style=flat-square" alt="GitHub license">
</a>
</div>
<br>
[![Tests](https://img.shields.io/github/actions/workflow/status/neurobagel/api/test.yaml?color=BDB76B&label=test&style=flat-square)](https://github.com/neurobagel/api/actions/workflows/test.yaml)
[![Coverage](https://img.shields.io/coverallsCoverage/github/neurobagel/api?style=flat-square&color=8FBC8F)](https://coveralls.io/github/neurobagel/api)
[![Python](https://img.shields.io/badge/python-3.10-4682B4?style=flat-square)](https://www.python.org/)
[![License](https://img.shields.io/github/license/neurobagel/api?color=CD5C5C&style=flat-square)](LICENSE)

</div>

The Neurobagel API is a REST API, developed in [Python](https://www.python.org/) using [FastAPI](https://fastapi.tiangolo.com/) and [Pydantic](https://docs.pydantic.dev/).
Expand Down

0 comments on commit 2617a82

Please sign in to comment.