summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-03-31 17:51:52 -0600
committerChristian Kolset <christian.kolset@gmail.com>2025-03-31 17:51:52 -0600
commitae5331360514b9d4519cef0d73eb8d6093c6c245 (patch)
tree9e4f441367869bc45d6cbcd221ffdb456a878d5e
parent9cea323dee47040c9935119dbc84694c911ac9ac (diff)
Cleaned up README.md. Removed headers for figures.
-rw-r--r--README.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7373b8b..8667615 100644
--- a/README.md
+++ b/README.md
@@ -2,35 +2,31 @@
Development repository for MECH 305 - Computing for Mechanical Engineers
-
-## Administration
+## Administive
Find meeting notes, Course overview and Gantt Chart here.
[Meeting notes](administration/meeting-notes/)
-### Course overview
![Course overview](administration/CourseOverview.png)
-[Enlarge](administration/CourseOverview.png)
+*Course Overview Flowchart* [Enlarge](administration/CourseOverview.png)
-### Gantt Chart
To view interactive Gantt chart download and open the .html [file](administration/timeline.html) in a browser.
![Gantt Chart](administration/gantt.png)
-[Enlarge](administration/gantt.png)
+*Project Gantt Chart* [Enlarge](administration/gantt.png)
+
Updated: 2025-03-28
## Tutorials
See the tutorials under the /tutorials/ directory.
-### Table of Content
-
#### Introductory Programming Concepts
- [Introduction to Programming](tutorials/module_1/1_intro_to_programming.md)
- [Installing Anaconda](tutorials/module_1/1_installing_anaconda.md)
- [Intro to Anaconda](tutorials/module_1/1_intro_to_anaconda.md)
- [Getting started with Spyder](tutorials/module_1/1_spyder_getting_started.md)
-- [Basics of python](tutorials/module_1/1_basics_of_python.md)
+- [Basics of python](tutorials/module_1/1_basics_of_python.md) [notebook](tutorials/module_1/1_basics_of_python.ipynb)
- [Arrays](tutorials/module_1/1_arrays.md)
- [Functions](tutorials/module_1/1_functions.md)
- [Control Structures](tutorials/module_1/1_control_structures.md)