From a439c924b7f222f8160e694cee928b0c09c03551 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Mon, 17 Mar 2025 14:31:50 -0600 Subject: Re-organized tutorials to modules --- tutorials/readme.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'tutorials/readme.md') 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 -- cgit v1.2.3