summaryrefslogtreecommitdiff
path: root/tutorials
diff options
context:
space:
mode:
authorChristian Kolset <christian.kolset@gmail.com>2025-01-29 00:48:39 -0700
committerChristian Kolset <christian.kolset@gmail.com>2025-01-29 00:48:39 -0700
commitaaf05d4a14961883bc425c14f679c16737ecd1a4 (patch)
treeae42f0b01402b87af2176634c656b543b3bb31f6 /tutorials
parentbf57cd5d36abafcc0737ed5639b410945f7537e3 (diff)
Removed subtopic from index list to make it look much cleaner.
Diffstat (limited to 'tutorials')
-rw-r--r--tutorials/readme.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/tutorials/readme.md b/tutorials/readme.md
index 2ce7570..dfcdbef 100644
--- a/tutorials/readme.md
+++ b/tutorials/readme.md
@@ -6,8 +6,6 @@ This directory contains all the tutorials.
### 1.0 Introduction to Anaconda
- [1.1 installing_anaconda.md](1.1_installing_anaconda.md)
- [1.2 intro_to_anaconda.md](1.2_intro_to_anaconda.md)
- - Environments
- - Package Management
- [1.3 version_control.md](1.3_version_control.md)
### 2.0 Spyder
@@ -20,10 +18,6 @@ This directory contains all the tutorials.
### 3.0 Programing in Python
- [3.1 basics_of_python.md](3.1_basics_of_python.md)
- - Syntax
- - Operators
- - Comments
- - Data Types
- Arrays [Numpy]
- Plotting [Matplotlib]
- Decisions/If conditions