From f8edae68d9d937cc6a5c4946787f7dfb14e507c4 Mon Sep 17 00:00:00 2001
From: William Miceli
Date: Fri, 29 Jan 2021 19:14:41 -0500
Subject: [PATCH] Documentation mostly working as desired. Good enough for now.
Added some topics.
---
Documentation/html/_9_hardware_8markdown.html | 98 +++++++++
Documentation/html/_9_software_8markdown.html | 98 +++++++++
.../_device_01_specifications_8markdown.html | 6 +-
...ice_01_specifications_test3_8markdown.html | 98 +++++++++
.../_documentation_01_guide_8markdown.html | 98 +++++++++
.../html/_layout_01_planning_8markdown.html | 6 +-
.../html/_r_e_a_d_m_e_8markdown.html | 6 +-
Documentation/html/device_specifications.html | 206 +++++++++++++++++
.../dir_4e9c05acfa2c3671b8618fcb95d57d96.html | 6 +-
.../dir_6cc751a9e685a986d41d35de353de328.html | 6 +-
.../dir_6cc751a9e685a986d41d35de353de328.js | 14 ++
.../dir_70428d3c5958c16802133545478a5cfb.html | 6 +-
.../dir_7795a02a4813dcd036f04e5f7854f185.html | 98 +++++++++
.../dir_ef94255a62432ae865475b379d8bd501.html | 6 +-
Documentation/html/documentation_guide.html | 120 ++++++++++
Documentation/html/documentation_guide1.html | 100 +++++++++
Documentation/html/files.html | 15 +-
Documentation/html/files_dup.js | 3 +-
Documentation/html/globals.html | 6 +-
Documentation/html/globals_func.html | 6 +-
Documentation/html/hardware.html | 105 +++++++++
Documentation/html/hardware.js | 5 +
Documentation/html/index.html | 22 +-
Documentation/html/layout_planning.html | 101 +++++++++
Documentation/html/main_8c.html | 6 +-
Documentation/html/main_8c_source.html | 6 +-
.../md__hardware__device__specifications.html | 43 ++--
...ardware__device__specifications_test3.html | 208 ++++++++++++++++++
.../html/md__hardware__layout__planning.html | 6 +-
Documentation/html/navtreedata.js | 35 ++-
Documentation/html/navtreeindex0.js | 64 +++---
Documentation/html/pages.html | 9 +-
Documentation/html/search/all_0.js | 4 +-
Documentation/html/search/all_1.js | 5 +-
Documentation/html/search/all_2.js | 3 +-
Documentation/html/search/all_3.js | 4 +-
Documentation/html/search/all_4.js | 3 +-
Documentation/html/search/all_5.html | 37 ++++
Documentation/html/search/all_5.js | 4 +
Documentation/html/search/all_6.html | 37 ++++
Documentation/html/search/all_6.js | 4 +
Documentation/html/search/files_0.js | 3 +-
Documentation/html/search/files_1.js | 3 +-
Documentation/html/search/files_2.js | 2 +-
Documentation/html/search/files_3.js | 2 +-
Documentation/html/search/files_4.html | 37 ++++
Documentation/html/search/files_4.js | 4 +
Documentation/html/search/functions_0.js | 2 +-
Documentation/html/search/pages_0.js | 3 +-
Documentation/html/search/pages_1.js | 2 +-
Documentation/html/search/pages_2.js | 2 +-
Documentation/html/search/pages_3.html | 37 ++++
Documentation/html/search/pages_3.js | 4 +
Documentation/html/search/searchdata.js | 6 +-
Documentation/html/software.html | 99 +++++++++
Documentation/latex/_9_hardware_8markdown.tex | 2 +
Documentation/latex/_9_software_8markdown.tex | 2 +
...vice_01_specifications_test3_8markdown.tex | 2 +
.../_documentation_01_guide_8markdown.tex | 2 +
.../dir_7795a02a4813dcd036f04e5f7854f185.tex | 2 +
Documentation/latex/documentation_guide.tex | 19 ++
Documentation/latex/documentation_guide1.tex | 1 +
Documentation/latex/hardware.tex | 109 +++++++++
Documentation/latex/index.tex | 21 +-
Documentation/latex/layout_planning.tex | 1 +
.../md__hardware__device__specifications.tex | 21 +-
...hardware__device__specifications_test3.tex | 99 +++++++++
.../latex/md__hardware__layout__planning.tex | 2 +-
Documentation/latex/refman.tex | 27 ++-
Documentation/latex/software.tex | 0
Doxyfile | 9 +-
Hardware/!Hardware.markdown | 10 +
Hardware/Device Specifications.markdown | 2 +-
Hardware/Layout Planning.markdown | 2 +-
Meta/Documentation Guide.markdown | 34 +++
README.markdown | 21 +-
Software/!Software.markdown | 4 +
77 files changed, 2135 insertions(+), 176 deletions(-)
create mode 100644 Documentation/html/_9_hardware_8markdown.html
create mode 100644 Documentation/html/_9_software_8markdown.html
create mode 100644 Documentation/html/_device_01_specifications_test3_8markdown.html
create mode 100644 Documentation/html/_documentation_01_guide_8markdown.html
create mode 100644 Documentation/html/device_specifications.html
create mode 100644 Documentation/html/dir_6cc751a9e685a986d41d35de353de328.js
create mode 100644 Documentation/html/dir_7795a02a4813dcd036f04e5f7854f185.html
create mode 100644 Documentation/html/documentation_guide.html
create mode 100644 Documentation/html/documentation_guide1.html
create mode 100644 Documentation/html/hardware.html
create mode 100644 Documentation/html/hardware.js
create mode 100644 Documentation/html/layout_planning.html
create mode 100644 Documentation/html/md__hardware__device__specifications_test3.html
create mode 100644 Documentation/html/search/all_5.html
create mode 100644 Documentation/html/search/all_5.js
create mode 100644 Documentation/html/search/all_6.html
create mode 100644 Documentation/html/search/all_6.js
create mode 100644 Documentation/html/search/files_4.html
create mode 100644 Documentation/html/search/files_4.js
create mode 100644 Documentation/html/search/pages_3.html
create mode 100644 Documentation/html/search/pages_3.js
create mode 100644 Documentation/html/software.html
create mode 100644 Documentation/latex/_9_hardware_8markdown.tex
create mode 100644 Documentation/latex/_9_software_8markdown.tex
create mode 100644 Documentation/latex/_device_01_specifications_test3_8markdown.tex
create mode 100644 Documentation/latex/_documentation_01_guide_8markdown.tex
create mode 100644 Documentation/latex/dir_7795a02a4813dcd036f04e5f7854f185.tex
create mode 100644 Documentation/latex/documentation_guide.tex
create mode 100644 Documentation/latex/documentation_guide1.tex
create mode 100644 Documentation/latex/hardware.tex
create mode 100644 Documentation/latex/layout_planning.tex
create mode 100644 Documentation/latex/md__hardware__device__specifications_test3.tex
create mode 100644 Documentation/latex/software.tex
create mode 100644 Hardware/!Hardware.markdown
create mode 100644 Meta/Documentation Guide.markdown
create mode 100644 Software/!Software.markdown
diff --git a/Documentation/html/_9_hardware_8markdown.html b/Documentation/html/_9_hardware_8markdown.html
new file mode 100644
index 0000000..ed876f4
--- /dev/null
+++ b/Documentation/html/_9_hardware_8markdown.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+2020-2021 Sunseeker Telemetry and Lighting System: Hardware/!Hardware.markdown File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ 2020-2021 Sunseeker Telemetry and Lighting System
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/_9_software_8markdown.html b/Documentation/html/_9_software_8markdown.html
new file mode 100644
index 0000000..0beb8a2
--- /dev/null
+++ b/Documentation/html/_9_software_8markdown.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+2020-2021 Sunseeker Telemetry and Lighting System: Software/!Software.markdown File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ |
+ 2020-2021 Sunseeker Telemetry and Lighting System
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/_device_01_specifications_8markdown.html b/Documentation/html/_device_01_specifications_8markdown.html
index c7873cf..df64c6c 100644
--- a/Documentation/html/_device_01_specifications_8markdown.html
+++ b/Documentation/html/_device_01_specifications_8markdown.html
@@ -5,7 +5,7 @@
-Sunseeker Telemetry and Lighting System: Hardware/Device Specifications.markdown File Reference
+2020-2021 Sunseeker Telemetry and Lighting System: Hardware/Device Specifications.markdown File Reference
@@ -25,7 +25,7 @@
- Sunseeker Telemetry and Lighting System
+ 2020-2021 Sunseeker Telemetry and Lighting System
|
@@ -91,7 +91,7 @@ $(document).ready(function(){initNavTree('_device_01_specifications_8markdown.ht
+
+
+
+
+
+ |
+ 2020-2021 Sunseeker Telemetry and Lighting System
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Documentation/html/_device_01_specifications_test3_8markdown.html b/Documentation/html/_device_01_specifications_test3_8markdown.html
new file mode 100644
index 0000000..0a3b1c2
--- /dev/null
+++ b/Documentation/html/_device_01_specifications_test3_8markdown.html
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
2020-2021 Sunseeker Telemetry and Lighting System: Hardware/Device SpecificationsTest3.markdown File Reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+