Skip to content

Commit

Permalink
Referencing FPP in User Guide (#2099)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Aug 4, 2023
1 parent 369362f commit 350d3b0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/UsersGuide/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ This section is divided into three sub-sections:
- [Sequencing in F´](./gds/seqgen.md)
- Full Development Guides: technical details for full F´ implementations
- [Configuring F´](./dev/configuring-fprime.md)
- [v3 Migration Guide](./user/v3-migration-guide.md)
- [F´ Modeling with FPP](./user/fpp-user-guide.md)
- [A Tour of the Source Tree](./dev/source-tree.md)
- [F´ XML Specifications](./dev/xml-specification.md):
- [F´ XML Specifications](./dev/xml-specification.md)
- [F´ Implementation Classes](./dev/implementation.md)
- [Constructing the F´ Topology](./dev/building-topology.md)
- [Asserts in F´](./dev/assert.md)
- [GDS Dashboard Reference](./dev/gds-dashboard-reference.md)
- [Integration Test API](./dev/testAPI/user_guide.md)
- [v3 Migration Guide](./user/v3-migration-guide.md)
- Advanced F´ Topics:
- [F´ Python Guidelines](./dev/py-dev.md)
- [Porting F´ To a New Platform](./dev/porting-guide.md)
Expand Down
9 changes: 9 additions & 0 deletions docs/UsersGuide/user/fpp-user-guide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# F´ Modeling: FPP User Guide

F´ v3 introduced a new way of modeling with F´, the FPP (F Prime Prime) modeling language. The [MathComponent Tutorial](https://fprime-community.github.io/fprime-tutorial-math-component/) is a good introduction to FPP.

To go into more detail, the full FPP documentation can be found here: [FPP Wiki](https://github.com/fprime-community/fpp/wiki).

**Quick links:**
- [FPP User Guide](https://fprime-community.github.io/fpp/fpp-users-guide.html)
- [FPP Language Specification](https://fprime-community.github.io/fpp/fpp-spec.html)

0 comments on commit 350d3b0

Please sign in to comment.