diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-02-13 19:25:10 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-02-13 19:25:10 -0700 |
| commit | 5d0b7731384c2a2b2bf410bc90e542300f0a0ad3 (patch) | |
| tree | 59edcaa3918eb178164f58dc44c6160935c480e2 /tutorials/readme.md | |
| parent | c4e55bd19805d6a1ea9fbda8975a87e8d9747efa (diff) | |
renamed files to contain numbering
Diffstat (limited to 'tutorials/readme.md')
| -rw-r--r-- | tutorials/readme.md | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md index 283c1ad..fcc2283 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -3,16 +3,17 @@ This directory contains all the tutorials. ## Table of Content ### Introductory Programming Concepts -- [Installing Anaconda](installing_anaconda.md) -- [Intro to Anaconda](intro_to_anaconda.md) -- [Getting started with Spyder](spyder_getting_started.md) -- [Fundamentals of Computing](fundamentals_of_programming.md) -- [Open source_software](open_source_software.md) -- [Basics of python](basics_of_python.md) -- [Arrays](arrays.md) -- [Control Structures](control_structures.md) -- [Functions](Functions.md) -- [Classes/Objects](Classes_and_Objects.md) +- [Introduction to Programming](1_01_intro_to_programming) +- [Installing Anaconda](1_02_installing_anaconda.md) +- [Intro to Anaconda](1_03_intro_to_anaconda.md) +- [Getting started with Spyder](1_04_spyder_getting_started.md) +- [Fundamentals of Computing](1_fundamentals_of_programming.md) +- [Open source_software](1_open_source_software.md) +- [Basics of python](1_05_basics_of_python.md) +- [Arrays](1_06_arrays.md) +- [Control Structures](1_07_control_structures.md) +- [Functions](1_functions.md) +- [Classes/Objects](1_classes_and_objects.md) ### Algorithm Developments for ME - [Version Control](version_control.md) |
