Skip to content

Commit 6361ef5

Browse files
committed
Version 0.0.2.
1 parent 5316c5d commit 6361ef5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ More information about both methods are given in the specific class documentatio
2020

2121
## Basic usage
2222

23-
The Robertson problem of semi-stable chemical reaction is a simple system of differential algebraic equations of index 1. It demosntrates the basic usage of the package.
23+
The Robertson problem of semi-stable chemical reaction is a simple system of differential algebraic equations of index 1. It demonstrates the basic usage of the package.
2424

2525
```python
2626
import numpy as np
@@ -73,7 +73,7 @@ ax.grid()
7373
plt.show()
7474
```
7575

76-
![Robertson](data/img/Robertson.png "Robertson")
76+
[![Robertson](/data/img/Robertson.png "Robertson")](https://github.com/JonasBreuling/scipy_dae/)
7777

7878
## Advanced usage
7979

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ find = {} # Scanning implicit namespaces is active by default
77

88
[project]
99
name = "scipy_dae"
10-
version = "0.0.1"
10+
version = "0.0.2"
1111
authors = [
1212
{ name="Jonas Breuling", email="jonas.breuling@inm.uni-stuttgart.de" },
1313
]

0 commit comments

Comments
 (0)