Commit 1d86dbf 1 parent 52a5507 commit 1d86dbf Copy full SHA for 1d86dbf
File tree 5 files changed +28
-11
lines changed
5 files changed +28
-11
lines changed Original file line number Diff line number Diff line change 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 >
10
15
11
16
## What is OSRD?
12
17
Original file line number Diff line number Diff line change 1
1
# OSRD's API
2
2
3
+ [ ![ API] ( https://github.com/DGEXSolutions/osrd/actions/workflows/api.yml/badge.svg )] ( https://github.com/DGEXSolutions/osrd/actions/workflows/api.yml )
4
+
3
5
This service handle OSRD models and schema using [ Django] ( https://www.djangoproject.com/ ) .
4
6
Multiple extension are used such as:
5
7
- [ Django Rest Framework] ( https://www.django-rest-framework.org/ )
Original file line number Diff line number Diff line change 1
1
# OSRD's Simulation backend
2
2
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
+
3
6
## Design Goals
4
7
5
8
* ** Microscopic** : The movement of trains should be accurately simulated, as well as their interactions with interlocking / signaling
Original file line number Diff line number Diff line change 1
1
# Editoast
2
2
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
+
3
6
This service allow to edit an infrastructure using railjson schema.
4
7
It will apply modification and update generated data such as object geometry.
5
8
@@ -33,5 +36,5 @@ Here a list of components to help you in your development:
33
36
34
37
To install them simply run:
35
38
```
36
- $ rustup component add rustfmt clippy
39
+ $ rustup component add rustfmt clippy
37
40
```
Original file line number Diff line number Diff line change 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
2
6
3
7
### Cross project
4
8
* [ i18n] ( https://www.i18next.com/ ) internationalization framework for javascript. Please keep it simple.
You can’t perform that action at this time.
0 commit comments