Skip to content

Commit 2e905ed

Browse files
committed
FIXES image relative path in Doxyfile 🔒
1 parent e9b5fad commit 2e905ed

File tree

13 files changed

+7
-7
lines changed

13 files changed

+7
-7
lines changed

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ DOXYFILE_ENCODING = UTF-8
4242
# title of most generated pages and in a few other places.
4343
# The default value is: My Project.
4444

45-
PROJECT_NAME = "Project Shadow Flight - A 1U Cubesat"
45+
PROJECT_NAME = "Project Shadow Flight - A 1U amateur Cubesat"
4646

4747
# The PROJECT_NUMBER tag can be used to enter a project or revision number. This
4848
# could be handy for archiving the generated documentation or if some version

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The OBC is made up of the following sub-systems:
270270

271271
The image below shows the memory and debug block diagram used on this cubesat's OBC:
272272

273-
<img src="./user-docs/images/obc-block.jpg" alt="Shadow flight OBC" width="500" height="700"/>
273+
<img src="obc-block.jpg" alt="Shadow flight OBC" width="500" height="700"/>
274274

275275

276276
**To note, all the PCBs are equipped with ISA PC/104 connectors to make stacking possible**

documentation/firmware-docs/html/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
66
<meta name="generator" content="Doxygen 1.9.1"/>
77
<meta name="viewport" content="width=device-width, initial-scale=1"/>
8-
<title>Project Shadow Flight - A 1U Cubesat: Main Page</title>
8+
<title>Project Shadow Flight - A 1U amateur Cubesat: Main Page</title>
99
<link href="tabs.css" rel="stylesheet" type="text/css"/>
1010
<script type="text/javascript" src="jquery.js"></script>
1111
<script type="text/javascript" src="dynsections.js"></script>
@@ -31,7 +31,7 @@
3131
<tr style="height: 56px;">
3232
<td id="projectlogo"><img alt="Logo" src="logo-3.png"/></td>
3333
<td id="projectalign" style="padding-left: 0.5em;">
34-
<div id="projectname">Project Shadow Flight - A 1U Cubesat
34+
<div id="projectname">Project Shadow Flight - A 1U amateur Cubesat
3535
&#160;<span id="projectnumber">v1.0</span>
3636
</div>
3737
<div id="projectbrief">1U Cubesat Documentation</div>
@@ -95,7 +95,7 @@
9595

9696
<div class="PageDoc"><div class="header">
9797
<div class="headertitle">
98-
<div class="title">Project Shadow Flight - A 1U Cubesat Documentation</div> </div>
98+
<div class="title">Project Shadow Flight - A 1U amateur Cubesat Documentation</div> </div>
9999
</div><!--header-->
100100
<div class="contents">
101101
<div class="textblock"><p><a class="anchor" id="md_README"></a> </p><div style="background-color:#fff3cd; border:1px solid #ffeeba; padding:10px; border-radius:5px;"> <b>🚧 In Development:</b> This CubeSat project and its documentation are actively being developed. Expect frequent updates and changes. </div><p>&lt;details open&gt; </p><h2>Table of Contents</h2>
@@ -391,7 +391,7 @@ <h3><a class="anchor" id="autotoc_md9"></a>
391391
<li>Inhibit switches</li>
392392
</ul>
393393
<p>The image below shows the memory and debug block diagram used on this cubesat's OBC:</p>
394-
<p><img src="./user-docs/images/obc-block.jpg" alt="Shadow flight OBC" width="500" height="700" class="inline"/></p>
394+
<p><img src="obc-block.jpg" alt="Shadow flight OBC" width="500" height="700" class="inline"/></p>
395395
<p><b>To note, all the PCBs are equipped with ISA PC/104 connectors to make stacking possible</b></p>
396396
<h2><a class="anchor" id="autotoc_md10"></a>
397397
2. Sensor Board</h2>

documentation/firmware-docs/html/navtreedata.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
*/
2525
var NAVTREE =
2626
[
27-
[ "Project Shadow Flight - A 1U Cubesat", "index.html", [
27+
[ "Project Shadow Flight - A 1U amateur Cubesat", "index.html", [
2828
[ "System components", "index.html#autotoc_md5", [
2929
[ "Introduction", "index.html#autotoc_md0", [
3030
[ "Web documentation", "index.html#autotoc_md1", null ],
15.4 KB
Loading
115 KB
Loading
186 KB
Loading
15.5 KB
Loading
5.97 KB
Loading
25.9 KB
Loading

0 commit comments

Comments
 (0)