From a790478e2b119d88addc90012d99cd9fe5265f79 Mon Sep 17 00:00:00 2001
From: Matthew Kelly <mkelly2@iastate.edu>
Date: Tue, 5 Dec 2017 23:42:48 -0600
Subject: [PATCH] Moved documents into the ground station directory

---
 groundStation/README.md                             |   5 +++++
 .../documentation}/getting_started.md               |   0
 .../images/buttonPressCallStackFlowchart.png        | Bin
 .../images/groundStationComponents.jpg              | Bin
 .../documentation}/images/groundStationDiagram.jpg  | Bin
 .../images/src/groundStationComponents.vsdx         | Bin
 .../images/src/groundStationDiagram.vsdx            | Bin
 .../documentation}/packets.md                       |   0
 8 files changed, 5 insertions(+)
 rename {documentation/groundStation => groundStation/documentation}/getting_started.md (100%)
 rename {documentation/groundStation => groundStation/documentation}/images/buttonPressCallStackFlowchart.png (100%)
 rename {documentation/groundStation => groundStation/documentation}/images/groundStationComponents.jpg (100%)
 rename {documentation/groundStation => groundStation/documentation}/images/groundStationDiagram.jpg (100%)
 rename {documentation/groundStation => groundStation/documentation}/images/src/groundStationComponents.vsdx (100%)
 rename {documentation/groundStation => groundStation/documentation}/images/src/groundStationDiagram.vsdx (100%)
 rename {documentation/groundStation => groundStation/documentation}/packets.md (100%)

diff --git a/groundStation/README.md b/groundStation/README.md
index 422ff8f50..586465bed 100644
--- a/groundStation/README.md
+++ b/groundStation/README.md
@@ -82,3 +82,8 @@ If you find it helpful, with this setup you can create a bash script that simply
 runs the same commands. This has been found to be of use when we are tuning.
 
 There are a couple of already written bash scripts in the `scripts/` folder.
+
+## Documentation
+
+ - [Getting Started](./documentation/getting_started.md)
+ - [Packet Information](./documentation/packets.md)
diff --git a/documentation/groundStation/getting_started.md b/groundStation/documentation/getting_started.md
similarity index 100%
rename from documentation/groundStation/getting_started.md
rename to groundStation/documentation/getting_started.md
diff --git a/documentation/groundStation/images/buttonPressCallStackFlowchart.png b/groundStation/documentation/images/buttonPressCallStackFlowchart.png
similarity index 100%
rename from documentation/groundStation/images/buttonPressCallStackFlowchart.png
rename to groundStation/documentation/images/buttonPressCallStackFlowchart.png
diff --git a/documentation/groundStation/images/groundStationComponents.jpg b/groundStation/documentation/images/groundStationComponents.jpg
similarity index 100%
rename from documentation/groundStation/images/groundStationComponents.jpg
rename to groundStation/documentation/images/groundStationComponents.jpg
diff --git a/documentation/groundStation/images/groundStationDiagram.jpg b/groundStation/documentation/images/groundStationDiagram.jpg
similarity index 100%
rename from documentation/groundStation/images/groundStationDiagram.jpg
rename to groundStation/documentation/images/groundStationDiagram.jpg
diff --git a/documentation/groundStation/images/src/groundStationComponents.vsdx b/groundStation/documentation/images/src/groundStationComponents.vsdx
similarity index 100%
rename from documentation/groundStation/images/src/groundStationComponents.vsdx
rename to groundStation/documentation/images/src/groundStationComponents.vsdx
diff --git a/documentation/groundStation/images/src/groundStationDiagram.vsdx b/groundStation/documentation/images/src/groundStationDiagram.vsdx
similarity index 100%
rename from documentation/groundStation/images/src/groundStationDiagram.vsdx
rename to groundStation/documentation/images/src/groundStationDiagram.vsdx
diff --git a/documentation/groundStation/packets.md b/groundStation/documentation/packets.md
similarity index 100%
rename from documentation/groundStation/packets.md
rename to groundStation/documentation/packets.md
-- 
GitLab