summaryrefslogtreecommitdiff
path: root/tutorials/readme.md
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-17 14:31:50 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-17 14:31:50 -0600
commita439c924b7f222f8160e694cee928b0c09c03551 (patch)
treea17dd6ff7eafcf2b61b58827c5c3bc3657873651 /tutorials/readme.md
parent7be45360e1131945f2c43182358da252ee07edac (diff)
Re-organized tutorials to modules
Diffstat (limited to 'tutorials/readme.md')
-rw-r--r--tutorials/readme.md30
1 files changed, 15 insertions, 15 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index ab7699b..55d5872 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -4,25 +4,25 @@ This directory contains all the tutorials.
## Table of Content
### Introductory Programming Concepts
-- [Introduction to Programming](1_01_intro_to_programming.md) \[Complete\]
-- [Installing Anaconda](1_02_installing_anaconda.md) \[Complete\]
-- [Intro to Anaconda](1_03_intro_to_anaconda.md) \[Complete\]
-- [Getting started with Spyder](1_04_spyder_getting_started.md) \[In-progress\]
-- [Basics of python](1_05_basics_of_python.md) \[Complete\]
-- [Arrays](1_06_arrays.md) \[In-progress\]
-- [Functions](1_functions.md) \[Complete\]
-- [Control Structures](1_07_control_structures.md) \[In-progress\]
-- [Classes/Objects](1_classes_and_objects.md)
-- [Excel to Python](1_excel_to_python.md)
+- [Introduction to Programming](module_1/1_01_intro_to_programming.md) \[Complete\]
+- [Installing Anaconda](module_1/1_02_installing_anaconda.md) \[Complete\]
+- [Intro to Anaconda](module_1/1_03_intro_to_anaconda.md) \[Complete\]
+- [Getting started with Spyder](module_1/1_04_spyder_getting_started.md) \[In-progress\]
+- [Basics of python](module_1/1_05_basics_of_python.md) \[Complete\]
+- [Arrays](module_1/1_06_arrays.md) \[In-progress\]
+- [Functions](module_1/1_functions.md) \[Complete\]
+- [Control Structures](module_1/1_07_control_structures.md) \[In-progress\]
+- [Classes/Objects](module_1/1_classes_and_objects.md)
+- [Excel to Python](module_1/1_excel_to_python.md)
- Unlisted Tutorials:
- - [Fundamentals of Computing](1_fundamentals_of_programming.md)
- - [Open source software](1_open_source_software.md) \[In-progress\]
- - [Computational Expense](1_computational_expense.md)
+ - [Fundamentals of Computing](module_1/1_fundamentals_of_programming.md)
+ - [Open source software](module_1/1_open_source_software.md) \[In-progress\]
+ - [Computational Expense](module_1/1_computational_expense.md)
### Algorithm Developments for ME
-- [Introduction to Numerical Methods](2_01_intro_to_numerical_methods.md) \[In-progress\]
-- [Version Control](2_version_control.md) \[In-progress\]
+- [Introduction to Numerical Methods](module_2/2_01_intro_to_numerical_methods.md) \[In-progress\]
+- [Version Control](module_2/2_version_control.md) \[In-progress\]
- Code de-bugging
- Code Documentation
- Code libraries & resources