summaryrefslogtreecommitdiff
path: root/tutorials
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-14 00:12:03 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-14 00:12:03 -0700
commit86b957c9ed9914350d1636b67d965d9c5cab76ac (patch)
tree32b2b8ba655710ca9b56d3a554b34cbc551009c3 /tutorials
parent2e081b1f1249c95afa3c42d7675296a18f65cb03 (diff)
Removed the broken checkmarks
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/readme.md46
1 files changed, 19 insertions, 27 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index 8e72ab1..c96b323 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -4,37 +4,29 @@ This directory contains all the tutorials.
## Table of Content
### Introductory Programming Concepts
-- [Introduction to Programming](1_01_intro_to_programming.md) | [x] | [x] |
-- [Installing Anaconda](1_02_installing_anaconda.md) | [x] | [x] |
-- [Intro to Anaconda](1_03_intro_to_anaconda.md) | [x] | [ ] |
-- [Getting started with Spyder](1_04_spyder_getting_started.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) | [ ] | [ ] |
+- [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) \[Started\]
+- [Basics of python](1_05_basics_of_python.md) \[Started\]
+- [Arrays](1_06_arrays.md) \[Started\]
+- [Control Structures](1_07_control_structures.md)
+- [Functions](1_functions.md)
+- [Classes/Objects](1_classes_and_objects.md)
- Unlisted Tutorials:
- - [Fundamentals of Computing](1_fundamentals_of_programming.md) | [ ] | [ ] |
- - [Open source_software](1_open_source_software.md) | [ ] | [ ] |
+ - [Fundamentals of Computing](1_fundamentals_of_programming.md)
+ - [Open source_software](1_open_source_software.md) \[Started\]
### Algorithm Developments for ME
-- [Version Control](version_control.md) | [ ] | [ ] |
-- [Introduction to Numerical Methods](intro_to_numerical_methods.md) | [ ] | [ ] |
-- Roots and Optimization | [ ] | [ ] |
-- Systems of Equations and LU Decomposition | [ ] | [ ] |
-- Linear Regression | [ ] | [ ] |
-- Numerical Integration | [ ] | [ ] |
-- Ordinary Differential Equations | [ ] | [ ] |
-
+- [Introduction to Numerical Methods](intro_to_numerical_methods.md) \[Started\]
+- [Version Control](version_control.md)
+- Roots and Optimization
+- Systems of Equations and LU Decomposition
+- Linear Regression
+- Numerical Integration
+- Ordinary Differential Equations
### Applications of Computational Mathematics in ME
### Data Analysis of Processing
-- [Plotting](plotting.md) | [ ] | [ ] |
-
-
-### Progress notation
-
- | [x] | [x] | - Progress: Complete
- | [x] | [ ] | - Progress: Started
- | [ ] | [ ] | - Progress: Not started \ No newline at end of file
+- [Plotting](plotting.md) \ No newline at end of file