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