summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-02-14 10:21:48 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-02-14 10:21:48 -0700
commit3b7b5e745f16109d2df987832c3e29e064730975 (patch)
tree2368a7f8428c1398124fd51b1fc412eae8de79a8
parenta436e8517853231126bdb6825a98980d083cc14e (diff)
Re-named "started" labels to "in-progress"
-rw-r--r--tutorials/readme.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index 6f3fa54..9f1e8b9 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -7,19 +7,19 @@ This directory contains all the tutorials.
- [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\]
+- [Getting started with Spyder](1_04_spyder_getting_started.md) \[In-progress\]
+- [Basics of python](1_05_basics_of_python.md) \[In-progress\]
+- [Arrays](1_06_arrays.md) \[In-progress\]
- [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) \[Started\]
+ - [Open source software](1_open_source_software.md) \[In-progress\]
### Algorithm Developments for ME
-- [Introduction to Numerical Methods](2_01_intro_to_numerical_methods.md) \[Started\]
+- [Introduction to Numerical Methods](2_01_intro_to_numerical_methods.md) \[In-progress\]
- [Version Control](2_version_control.md)
- Roots and Optimization
- Systems of Equations and LU Decomposition