Skip to content

Commit 1d86dbf

Browse files
committed
all: cleaning of badges
1 parent 52a5507 commit 1d86dbf

File tree

5 files changed

+28
-11
lines changed

5 files changed

+28
-11
lines changed

README.md

+14-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
[![OSRD](assets/branding/osrd_small.svg)](https://github.com/DGEXSolutions/osrd)
2-
[![public money, public code](assets/PMPC_badge.svg)](https://publiccode.eu/)
3-
4-
[![license](https://img.shields.io/badge/license-LGPL-blue.svg)](https://github.com/DGEXSolutions/osrd/blob/dev/LICENSE)
5-
[![Integration](https://github.com/DGEXSolutions/osrd/actions/workflows/integration_tests.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/integration_tests.yml)
6-
[![Core](https://github.com/DGEXSolutions/osrd/actions/workflows/core.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/core.yml)
7-
[![API](https://github.com/DGEXSolutions/osrd/actions/workflows/api.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/api.yml)
8-
[![Front](https://github.com/DGEXSolutions/osrd/actions/workflows/front.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/front.yml)
9-
[![codecov](https://codecov.io/gh/DGEXSolutions/osrd/branch/dev/graph/badge.svg?token=O3NAHQ01NO)](https://codecov.io/gh/DGEXSolutions/osrd)
1+
<p align="center">
2+
<a href="https://github.com/DGEXSolutions/osrd">
3+
<img src="assets/branding/osrd_small.svg" width="200px" alt="OSRD logo"/>
4+
</a>
5+
<a href="https://publiccode.eu/">
6+
<img src="assets/PMPC_badge.svg" width="200px" alt="Public Money Public Code"/>
7+
</a>
8+
</p>
9+
10+
<p align="center">
11+
<a href="https://dgexsolutions.github.io/osrd-website/en/developers/contribute/"><img src="https://img.shields.io/github/contributors-anon/DGEXSolutions/osrd" alt="Contributors badge" /></a>
12+
<a href="https://github.com/DGEXSolutions/osrd/blob/dev/LICENSE"><img src="https://img.shields.io/badge/license-LGPL-blue.svg" alt="LGPL License badge" /></a>
13+
<a href="https://github.com/DGEXSolutions/osrd/actions/workflows/integration_tests.yml"><img src="https://github.com/DGEXSolutions/osrd/actions/workflows/integration_tests.yml/badge.svg" alt="Integration Status" /></a>
14+
</p>
1015

1116
## What is OSRD?
1217

api/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# OSRD's API
22

3+
[![API](https://github.com/DGEXSolutions/osrd/actions/workflows/api.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/api.yml)
4+
35
This service handle OSRD models and schema using [Django](https://www.djangoproject.com/).
46
Multiple extension are used such as:
57
- [Django Rest Framework](https://www.django-rest-framework.org/)

core/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# OSRD's Simulation backend
22

3+
[![Core](https://github.com/DGEXSolutions/osrd/actions/workflows/core.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/core.yml)
4+
[![Codecov](https://codecov.io/gh/DGEXSolutions/osrd/branch/dev/graph/badge.svg?token=O3NAHQ01NO&flag=core)](https://codecov.io/gh/DGEXSolutions/osrd)
5+
36
## Design Goals
47

58
* **Microscopic**: The movement of trains should be accurately simulated, as well as their interactions with interlocking / signaling

editoast/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Editoast
22

3+
[![Test Editoast](https://github.com/DGEXSolutions/osrd/actions/workflows/editoast.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/editoast.yml)
4+
[![Codecov](https://codecov.io/gh/DGEXSolutions/osrd/branch/dev/graph/badge.svg?token=O3NAHQ01NO&flag=editoast)](https://codecov.io/gh/DGEXSolutions/osrd)
5+
36
This service allow to edit an infrastructure using railjson schema.
47
It will apply modification and update generated data such as object geometry.
58

@@ -33,5 +36,5 @@ Here a list of components to help you in your development:
3336

3437
To install them simply run:
3538
```
36-
$ rustup component add rustfmt clippy
39+
$ rustup component add rustfmt clippy
3740
```

front/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Dependencies
1+
# OSRD's Front
2+
3+
[![Front](https://github.com/DGEXSolutions/osrd/actions/workflows/front.yml/badge.svg)](https://github.com/DGEXSolutions/osrd/actions/workflows/front.yml)
4+
5+
## Dependencies
26

37
### Cross project
48
* [i18n](https://www.i18next.com/) internationalization framework for javascript. Please keep it simple.

0 commit comments

Comments
 (0)