diff options
Diffstat (limited to 'tutorials')
| -rw-r--r-- | tutorials/Classes_and_Objects.md (renamed from tutorials/3.x_Classes_and_Objects.md) | 0 | ||||
| -rw-r--r-- | tutorials/Functions.md (renamed from tutorials/3.x_Functions.md) | 0 | ||||
| -rw-r--r-- | tutorials/arrays.md (renamed from tutorials/3.x_arrays.md) | 0 | ||||
| -rw-r--r-- | tutorials/basics_of_python.md (renamed from tutorials/3.1_basics_of_python.md) | 0 | ||||
| -rw-r--r-- | tutorials/installing_anaconda.md (renamed from tutorials/1.1_installing_anaconda.md) | 0 | ||||
| -rw-r--r-- | tutorials/intro_to_anaconda.md (renamed from tutorials/1.2_intro_to_anaconda.md) | 0 | ||||
| -rw-r--r-- | tutorials/readme.md | 16 | ||||
| -rw-r--r-- | tutorials/spyder_getting_started.md (renamed from tutorials/2.1_spyder_getting_started.md) | 0 | ||||
| -rw-r--r-- | tutorials/version_control.md (renamed from tutorials/1.3_version_control.md) | 0 |
9 files changed, 8 insertions, 8 deletions
diff --git a/tutorials/3.x_Classes_and_Objects.md b/tutorials/Classes_and_Objects.md index 0392483..0392483 100644 --- a/tutorials/3.x_Classes_and_Objects.md +++ b/tutorials/Classes_and_Objects.md diff --git a/tutorials/3.x_Functions.md b/tutorials/Functions.md index e4c9874..e4c9874 100644 --- a/tutorials/3.x_Functions.md +++ b/tutorials/Functions.md diff --git a/tutorials/3.x_arrays.md b/tutorials/arrays.md index e698d67..e698d67 100644 --- a/tutorials/3.x_arrays.md +++ b/tutorials/arrays.md diff --git a/tutorials/3.1_basics_of_python.md b/tutorials/basics_of_python.md index abced24..abced24 100644 --- a/tutorials/3.1_basics_of_python.md +++ b/tutorials/basics_of_python.md diff --git a/tutorials/1.1_installing_anaconda.md b/tutorials/installing_anaconda.md index 5a2e63e..5a2e63e 100644 --- a/tutorials/1.1_installing_anaconda.md +++ b/tutorials/installing_anaconda.md diff --git a/tutorials/1.2_intro_to_anaconda.md b/tutorials/intro_to_anaconda.md index f05cb4c..f05cb4c 100644 --- a/tutorials/1.2_intro_to_anaconda.md +++ b/tutorials/intro_to_anaconda.md 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 diff --git a/tutorials/2.1_spyder_getting_started.md b/tutorials/spyder_getting_started.md index 8a7f566..8a7f566 100644 --- a/tutorials/2.1_spyder_getting_started.md +++ b/tutorials/spyder_getting_started.md diff --git a/tutorials/1.3_version_control.md b/tutorials/version_control.md index f9719e1..f9719e1 100644 --- a/tutorials/1.3_version_control.md +++ b/tutorials/version_control.md |
