Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Referencing FPP docs in User Guide #2099

Merged
merged 1 commit into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)