From 87b4d4d3d7adb0bb8f15c68bfc16a1230914f932 Mon Sep 17 00:00:00 2001 From: ethanc8 Date: Wed, 4 Sep 2024 17:27:31 -0500 Subject: [PATCH] random changes --- source/PreseasonTraining/2024CodeOverview/Setup.md | 3 +++ source/PreseasonTraining/2024CodeOverview/index.md | 1 + .../OpenCV_ColorSegmentation/Tutorial.md | 3 --- .../PreseasonTraining/OpenCV_ColorSegmentation/index.md | 8 -------- source/PreseasonTraining/Overview/index.md | 8 -------- 5 files changed, 4 insertions(+), 19 deletions(-) create mode 100644 source/PreseasonTraining/2024CodeOverview/Setup.md delete mode 100644 source/PreseasonTraining/OpenCV_ColorSegmentation/Tutorial.md diff --git a/source/PreseasonTraining/2024CodeOverview/Setup.md b/source/PreseasonTraining/2024CodeOverview/Setup.md new file mode 100644 index 0000000..7d24e5f --- /dev/null +++ b/source/PreseasonTraining/2024CodeOverview/Setup.md @@ -0,0 +1,3 @@ +# Setting up your environment + + diff --git a/source/PreseasonTraining/2024CodeOverview/index.md b/source/PreseasonTraining/2024CodeOverview/index.md index 86933a4..b46c353 100644 --- a/source/PreseasonTraining/2024CodeOverview/index.md +++ b/source/PreseasonTraining/2024CodeOverview/index.md @@ -6,6 +6,7 @@ maxdepth: 2 caption: Contents titlesonly: true --- +Setup.md ``` ## Agenda diff --git a/source/PreseasonTraining/OpenCV_ColorSegmentation/Tutorial.md b/source/PreseasonTraining/OpenCV_ColorSegmentation/Tutorial.md deleted file mode 100644 index 9d6994e..0000000 --- a/source/PreseasonTraining/OpenCV_ColorSegmentation/Tutorial.md +++ /dev/null @@ -1,3 +0,0 @@ -# Color-based segmentation in OpenCV Python: Tutorial - -TODO: Figure out where we put the tutorial! \ No newline at end of file diff --git a/source/PreseasonTraining/OpenCV_ColorSegmentation/index.md b/source/PreseasonTraining/OpenCV_ColorSegmentation/index.md index 7538a10..6d52361 100644 --- a/source/PreseasonTraining/OpenCV_ColorSegmentation/index.md +++ b/source/PreseasonTraining/OpenCV_ColorSegmentation/index.md @@ -1,10 +1,2 @@ # Color-based segmentation in OpenCV Python -```{toctree} ---- -maxdepth: 2 -caption: Contents -titlesonly: true ---- -Tutorial.md -``` diff --git a/source/PreseasonTraining/Overview/index.md b/source/PreseasonTraining/Overview/index.md index 0d4c394..6075401 100644 --- a/source/PreseasonTraining/Overview/index.md +++ b/source/PreseasonTraining/Overview/index.md @@ -1,13 +1,5 @@ # Programming Subteam Overview -```{toctree} ---- -maxdepth: 2 -caption: Contents -titlesonly: true ---- -``` - ## Agenda * What does FRC programming do