summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-04-29 15:17:05 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-04-29 15:17:05 -0600
commitff4b21339f32625e169a0dd54c5cc4dc50e0ecd6 (patch)
tree03786ae7b5ec74431a36dcc7ce08a74b9af128dd /README.md
parentf1cc185b2571715b3077c9ea8ed601940a8f4932 (diff)
Added error tutorial
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 27ba849..e3c8372 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ See the tutorials under the /tutorials/ directory.
- [Fundamentals of Computing](tutorials/module_1/fundamentals_of_programming.md)
- [Open source software](tutorials/module_1/open_source_software.md)
- [Computational Expense](tutorials/module_1/computational_expense.md)
+ - [Error](error.md)
#### Algorithm Developments for ME
- [Numerical Methods](tutorials/module_2/intro_to_numerical_methods.md)
- [Version Control](tutorials/module_2/version_control.md)