Skip to content

Commit

Permalink
Merge pull request #22 from main
Browse files Browse the repository at this point in the history
Merge `main` into `devel`
  • Loading branch information
thomas-bc committed Nov 29, 2023
2 parents 4b89b9d + 708fbc1 commit bb01409
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
title: ""
description: "Flight Software & Embedded Systems Framework"
remote_theme: "fprime-community/fprime-theme@main"
remote_theme: "fprime-community/fprime-theme@main"
includes_dir: docs/_includes
exclude: [fprime/]
16 changes: 16 additions & 0 deletions docs/_includes/toc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

<h4><a href="https://nasa.github.io/fprime/">F´ Documentation</a></h4>
<ul>
<!-- empty list for consistent spacing between items -->
</ul>
<h4><a href="/fprime-tutorial-math-component">MathComponent Tutorial</a></h4>
<ol>
<li><a href="/fprime-tutorial-math-component/docs/project-setup.html">Project Setup</a></li>
<li><a href="/fprime-tutorial-math-component/docs/defining-types.html">Defining Types</a></li>
<li><a href="/fprime-tutorial-math-component/docs/constructing-ports.html">Constructing Ports</a></li>
<li><a href="/fprime-tutorial-math-component/docs/creating-components-1.html">Creating Components</a></li>
<li><a href="/fprime-tutorial-math-component/docs/developing-deployments.html">Developing Deployments</a></li>
<li><a href="/fprime-tutorial-math-component/docs/writing-unit-tests-1.html">Writing Unit Tests</a></li>
<li><a href="/fprime-tutorial-math-component/docs/adding-telemetry.html">Adding Telemetry</a></li>
<li><a href="/fprime-tutorial-math-component/docs/error-handling-1.html">Error handling</a></li>
</ol>
2 changes: 1 addition & 1 deletion docs/creating-components-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This command will prompt you for some inputs. Answer the prompts as shown below:
```
[INFO] Cookiecutter source: using builtin
Component name [MyComponent]: MathSender
Component short description [Example Component for F Prime FSW framework.]: Active component used for sending operations and operrands to the MathReceiver.
Component short description [Example Component for F Prime FSW framework.]: Active component used for sending operations and operands to the MathReceiver.
Component namespace [Component]: MathModule
Select component kind:
1 - active
Expand Down

0 comments on commit bb01409

Please sign in to comment.