diff options
| author | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 17:51:52 -0600 |
|---|---|---|
| committer | Christian Kolset <christian.kolset@gmail.com> | 2025-03-31 17:51:52 -0600 |
| commit | ae5331360514b9d4519cef0d73eb8d6093c6c245 (patch) | |
| tree | 9e4f441367869bc45d6cbcd221ffdb456a878d5e | |
| parent | 9cea323dee47040c9935119dbc84694c911ac9ac (diff) | |
Cleaned up README.md. Removed headers for figures.
| -rw-r--r-- | README.md | 14 |
1 files changed, 5 insertions, 9 deletions
@@ -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  -[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.  -[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) |
