Skip to content

Commit 1a0519e

Browse files
authored
Update README.md
1 parent 682f224 commit 1a0519e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# radCAD
22
![PyPI](https://badge.fury.io/py/radcad.svg)
3-
[![Build Status](https://github.com/cadCAD-Edu/radCAD/actions/workflows/python.yml/badge.svg)](https://github.com/cadCAD-Edu/radCAD/actions/workflows/python.yml)
4-
[![Coverage Status](https://coveralls.io/repos/github/cadCAD-Edu/radCAD/badge.svg?branch=master&service=github)](https://coveralls.io/github/cadCAD-Edu/radCAD?branch=master&service=github)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/a65a6fb94f052cd804c2/maintainability)](https://codeclimate.com/github/cadCAD-Edu/radCAD/maintainability)
3+
[![Build Status](https://github.com/CADLabs/radCAD/actions/workflows/python.yml/badge.svg)](https://github.com/CADLabs/radCAD/actions/workflows/python.yml)
4+
[![Coverage Status](https://coveralls.io/repos/github/CADLabs/radCAD/badge.svg?branch=master&service=github)](https://coveralls.io/github/CADLabs/radCAD?branch=master&service=github)
5+
[![Maintainability](https://api.codeclimate.com/v1/badges/a65a6fb94f052cd804c2/maintainability)](https://codeclimate.com/github/CADLabs/radCAD/maintainability)
66

7-
![Gosper Glider Gun](https://github.com/cadCAD-Edu/radCAD/blob/master/examples/game_of_life/gosper-glider-gun.gif)
7+
![Gosper Glider Gun](https://github.com/CADLabs/radCAD/blob/master/examples/game_of_life/gosper-glider-gun.gif)
88

99
A Python framework for modelling and simulating [dynamical systems](https://en.wikipedia.org/wiki/Dynamical_system). Models are structured using state transitions for encoding differential equations, or any other logic, as an example. Simulations are configured using methods such as parameter sweeps, Monte Carlo runs, and A/B testing. See [cadCAD.education](https://cadcad.education) for the most comprehensive cadCAD beginner course.
1010

0 commit comments

Comments
 (0)