Fixed navigation for documentation HTML pages
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
|
||||
<meta name="generator" content="Doxygen 1.9.1"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
||||
<title>2020-2021 Sunseeker Telemetry and Lighting System: Main Page</title>
|
||||
<title>2020-2021 Sunseeker Telemetry and Lighting System: Home</title>
|
||||
<link href="tabs.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="jquery.js"></script>
|
||||
<script type="text/javascript" src="dynsections.js"></script>
|
||||
@@ -16,6 +16,13 @@
|
||||
<link href="search/search.css" rel="stylesheet" type="text/css"/>
|
||||
<script type="text/javascript" src="search/searchdata.js"></script>
|
||||
<script type="text/javascript" src="search/search.js"></script>
|
||||
<script type="text/x-mathjax-config">
|
||||
MathJax.Hub.Config({
|
||||
extensions: ["tex2jax.js"],
|
||||
jax: ["input/TeX","output/HTML-CSS"],
|
||||
});
|
||||
</script>
|
||||
<script type="text/javascript" async="async" src="https://cdn.jsdelivr.net/npm/mathjax@2/MathJax.js"></script>
|
||||
<link href="doxygen.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
@@ -82,23 +89,17 @@ $(document).ready(function(){initNavTree('index.html',''); initResizable(); });
|
||||
|
||||
<div class="PageDoc"><div class="header">
|
||||
<div class="headertitle">
|
||||
<div class="title">2020-2021 Sunseeker Telemetry and Lighting System Documentation</div> </div>
|
||||
<div class="title">Home </div> </div>
|
||||
</div><!--header-->
|
||||
<div class="contents">
|
||||
<div class="textblock"><p><b>Subpages</b> </p>
|
||||
<ul>
|
||||
<li><a class="el" href="hardware.html">Hardware</a></li>
|
||||
<li><a class="el" href="software.html">Software</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<h1><a class="anchor" id="autotoc_md15"></a>
|
||||
<div class="textblock"><h1><a class="anchor" id="autotoc_md14"></a>
|
||||
About</h1>
|
||||
<p>What this project is about (TODO)</p>
|
||||
<h1><a class="anchor" id="autotoc_md16"></a>
|
||||
<h1><a class="anchor" id="autotoc_md15"></a>
|
||||
Documentation</h1>
|
||||
<p>For Documentation, we will use "doxygen" to easily create documentation pages for the project. This will be accessible in a variety of means, but primarily through HTML pages accessible through a browser, covering all aspects of the project.</p>
|
||||
<p>More information here: <a class="el" href="documentation_guide.html">Documentation Guide</a></p>
|
||||
<h2><a class="anchor" id="autotoc_md17"></a>
|
||||
<h2><a class="anchor" id="autotoc_md16"></a>
|
||||
Tips from Dr. Bazuin</h2>
|
||||
<ul>
|
||||
<li>Make sub-circuits/sub-designs for schematics to keep things organized and modular/copy-able</li>
|
||||
@@ -115,15 +116,17 @@ Tips from Dr. Bazuin</h2>
|
||||
<li>Document things as we go</li>
|
||||
<li>Need to make sure we have a BOM</li>
|
||||
<li>Free samples for parts from manufacturers</li>
|
||||
<li>Make peripherals like output on one side and inputs on the other</li>
|
||||
<li>Use SPI Chip Select as a separate command (Use 3-pin SPI and then just use GPIO for Chip Select)</li>
|
||||
</ul>
|
||||
<h2><a class="anchor" id="autotoc_md18"></a>
|
||||
<h2><a class="anchor" id="autotoc_md17"></a>
|
||||
Tips from Dr. Gomez</h2>
|
||||
<ul>
|
||||
<li>Our requirements/specifications should be made to be more measurable</li>
|
||||
<li>Need to design to safety standards, which need to be researched online</li>
|
||||
<li>He said that he is available himself for anything power-related to help out with if needed</li>
|
||||
</ul>
|
||||
<h1><a class="anchor" id="autotoc_md19"></a>
|
||||
<h1><a class="anchor" id="autotoc_md18"></a>
|
||||
TODO List</h1>
|
||||
<ul>
|
||||
<li>[ ] Make battery circuitry for Real-Time Clock/Calendar for when the vehicle is off.</li>
|
||||
@@ -137,7 +140,7 @@ TODO List</h1>
|
||||
<!-- start footer part -->
|
||||
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
|
||||
<ul>
|
||||
<li class="footer">Generated on Tue Feb 2 2021 00:44:35 for 2020-2021 Sunseeker Telemetry and Lighting System by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
<li class="footer">Generated on Wed Feb 3 2021 17:04:16 for 2020-2021 Sunseeker Telemetry and Lighting System by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user