diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-02-05 16:53:27 -0700 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-02-05 16:53:27 -0700 |
| commit | d15b47d5a0a58515b64e2f57d4b6ab2b86e404be (patch) | |
| tree | 6209229ed79c8ff5a98cc21fd478303ba4389d3f /tutorials/readme.md | |
| parent | 9c2e0d2d6d4a59b1a8cc34a98e416f97f67364df (diff) | |
Renamed tutorials and updated links in tutorial/readme.md
Diffstat (limited to 'tutorials/readme.md')
| -rw-r--r-- | tutorials/readme.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md index d8f7f42..283c1ad 100644 --- a/tutorials/readme.md +++ b/tutorials/readme.md @@ -3,19 +3,19 @@ This directory contains all the tutorials. ## Table of Content ### Introductory Programming Concepts -- [Installing Anaconda](1.1_installing_anaconda.md) -- [Intro to Anaconda](1.2_intro_to_anaconda.md) -- [Getting started with Spyder](2.1_spyder_getting_started.md) +- [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](3.1_basics_of_python.md) -- [Arrays](3.x_arrays.md) +- [Basics of python](basics_of_python.md) +- [Arrays](arrays.md) - [Control Structures](control_structures.md) -- [Functions](3.x_Functions.md) -- [Classes/Objects](3.x_Classes_and_Objects.md) +- [Functions](Functions.md) +- [Classes/Objects](Classes_and_Objects.md) ### Algorithm Developments for ME -- [Version Control](1.3_version_control.md) +- [Version Control](version_control.md) - [Introduction to Numerical Methods](intro_to_numerical_methods.md) - Roots and Optimization - Systems of Equations and LU Decomposition |
