diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 11:32:29 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 11:39:28 -0600 |
| commit | b5b5cd21a6632daedd545d19c42732d199eecd00 (patch) | |
| tree | 9cb3ae0a88afe0dbd14a1a59e29cdaea7968652b /README.md | |
| parent | 54dee3e315bc8db44188dc606910786857c39dab (diff) | |
Fixed links in /README.md.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -27,30 +27,30 @@ See the tutorials under the /tutorials/ directory. ### Table of Content #### Introductory Programming Concepts -- [Introduction to Programming](module_1/1_intro_to_programming.md) -- [Installing Anaconda](module_1/1_installing_anaconda.md) -- [Intro to Anaconda](module_1/1_intro_to_anaconda.md) -- [Getting started with Spyder](module_1/1_spyder_getting_started.md) -- [Basics of python](module_1/1_basics_of_python.md) -- [Arrays](module_1/1_arrays.md) -- [Functions](module_1/1_functions.md) -- [Control Structures](module_1/1_control_structures.md) -- [Classes/Objects](module_1/1_classes_and_objects.md) -- [Excel to Python](module_1/1_excel_to_python.md) +- [Introduction to Programming](tutorials/module_1/1_intro_to_programming.md) +- [Installing Anaconda](tutorials/module_1/1_installing_anaconda.md) +- [Intro to Anaconda](tutorials/module_1/1_intro_to_anaconda.md) +- [Getting started with Spyder](tutorials/module_1/1_spyder_getting_started.md) +- [Basics of python](tutorials/module_1/1_basics_of_python.md) +- [Arrays](tutorials/module_1/1_arrays.md) +- [Functions](tutorials/module_1/1_functions.md) +- [Control Structures](tutorials/module_1/1_control_structures.md) +- [Classes/Objects](tutorials/module_1/1_classes_and_objects.md) +- [Excel to Python](tutorials/module_1/1_excel_to_python.md) - Unlisted Tutorials: - - [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) + - [Fundamentals of Computing](tutorials/module_1/1_fundamentals_of_programming.md) + - [Open source software](tutorials/module_1/1_open_source_software.md) \[In-progress\] + - [Computational Expense](tutorials/module_1/1_computational_expense.md) #### Algorithm Developments for ME -- [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\] -- [Problem Solving Strategies](module_2/2_problem_solving_strategies.md) +- [Introduction to Numerical Methods](tutorials/module_2/2_01_intro_to_numerical_methods.md) \[In-progress\] +- [Version Control](tutorials/module_2/2_version_control.md) \[In-progress\] +- [Problem Solving Strategies](tutorials/module_2/2_problem_solving_strategies.md) - Code debugging - Code Documentation - Code libraries & resources -- [AI assisted programming](2_ai_assisted_programming) +- [AI assisted programming](tutorials/module_2/2_ai_assisted_programming) - Verification and Validation - Roots and Optimization - Linear Regression @@ -62,7 +62,7 @@ See the tutorials under the /tutorials/ directory. - Numerical Integration - Ordinary Differential Equations #### Data Analysis of Processing -- [Plotting](4_plotting.md) +- [Plotting](tutorials/4_plotting.md) - Importing scientific data - Data Processing - Data Visualization |
