Skip to content

Commit ba0afd5

Browse files
authored
Update README.md
added hyperlinks in README
1 parent f256e4f commit ba0afd5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
</p>
88

99

10-
**JaxADi** is a powerful Python library designed to bridge the gap between `casadi.Function` and JAX-compatible functions. By leveraging the strengths of both CasADi and JAX, JAXADI opens up exciting opportunities for building highly efficient, batchable code that can be executed seamlessly across CPUs, GPUs, and TPUs.
10+
**JaxADi** is a Python library designed to bridge the gap between [CasADi](https://web.casadi.org/) based and [JAX](https://jax.readthedocs.io/en/latest/index.html#)-compatible functions. By leveraging the strengths of both CasADi and JAX, JaxADi opens up exciting opportunities for building highly efficient, batchable code that can be executed seamlessly across CPUs, GPUs, and TPUs.
1111

12-
JAXADI can be particularly useful in scenarios involving:
12+
JaxADi can be particularly useful in scenarios involving:
1313

1414
- Robotics simulations
1515
- Optimal control problems
@@ -19,7 +19,7 @@ JAXADI can be particularly useful in scenarios involving:
1919

2020
## Installation
2121

22-
You can install JAXADI using pip:
22+
You can install JaxADi using pip:
2323
<!-- Change once it will be realeased -->
2424

2525
```bash
@@ -34,7 +34,7 @@ mamba env create -f environment.yml
3434

3535
## Usage
3636

37-
JAXADI provides a simple and intuitive API:
37+
JaxADi provides a simple and intuitive API:
3838

3939
```python
4040
import casadi as cs
@@ -65,7 +65,7 @@ output = jax_fn(input_x, input_y)
6565

6666
## Examples
6767

68-
JAXADI comes with several examples to help you get started:
68+
JaxADi comes with several examples to help you get started:
6969

7070
1. [Basic Translation](examples/00_translate.py): Learn how to translate CasADi functions to JAX.
7171

@@ -113,4 +113,4 @@ This project draws inspiration from [cusadi](https://github.com/se-hwan/cusadi),
113113
For questions, issues, or suggestions, please [open an issue](https://github.com/based-robotics/jaxadi/issues) on our GitHub repository.
114114

115115

116-
We hope JAXADI empowers your numerical computing and optimization tasks! Happy coding!
116+
We hope JaxADi empowers your numerical computing and optimization tasks! Happy coding!

0 commit comments

Comments
 (0)