Skip to content

Commit ddbb12a

Browse files
authored
Update README.md
1 parent f6064dd commit ddbb12a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ functionalities of the library and practical application areas.
99

1010
### Basic
1111

12-
#### [Tutorial: Basic 1](Basic/methods_comparison/methods_comparison.ipynb)
12+
#### [Tutorial: Basic 1](basic/methods_comparison/methods_comparison.ipynb)
1313

1414
In this tutorial we give an introduction to the main functionalities
1515
of the package, by definining a 2D dataset and analyzing it via the
1616
three SPOD algorithms implemented. In this case, we load the entire
1717
data in RAM and pass it to the constructor of the SPOD class.
1818

19-
#### [Tutorial: Basic 2](Basic/methods_comparison_file/methods_comparison_file.ipynb)
19+
#### [Tutorial: Basic 2](basic/methods_comparison_file/methods_comparison_file.ipynb)
2020

2121
In this tutorial we give an introduction to the main functionalities
2222
of the package, by definining a 2D dataset and analyzing it via the
@@ -64,4 +64,4 @@ studied is pressure.
6464
#### [Tutorial: 2D Slip Potency](earthquakes/slip_potency_2D/slip_potency_2D.ipynb)
6565

6666
This tutorial shows a simple 2D application seismic data, where the variable studied
67-
is the slip potency.
67+
is the slip potency.

0 commit comments

Comments
 (0)