diff --git a/docs/UsersGuide/guide.md b/docs/UsersGuide/guide.md index 121b89bdff..409ac152f8 100644 --- a/docs/UsersGuide/guide.md +++ b/docs/UsersGuide/guide.md @@ -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) diff --git a/docs/UsersGuide/user/fpp-user-guide.md b/docs/UsersGuide/user/fpp-user-guide.md new file mode 100644 index 0000000000..4500db24b6 --- /dev/null +++ b/docs/UsersGuide/user/fpp-user-guide.md @@ -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)