diff --git a/docs/fpp-spec.html b/docs/fpp-spec.html index 5e580983b..06d2d3c6f 100644 --- a/docs/fpp-spec.html +++ b/docs/fpp-spec.html @@ -8551,7 +8551,7 @@

20.4. Translation Tools

diff --git a/docs/fpp-users-guide.html b/docs/fpp-users-guide.html index 4884fb003..e986fa16e 100644 --- a/docs/fpp-users-guide.html +++ b/docs/fpp-users-guide.html @@ -749,11 +749,11 @@

1. Introduction

create, e.g., deployable flight software (FSW) programs and ground data environments.

-

The name "F Double Prime" (or F'') deliberately suggests the idea of a -"derivative" -of F Prime (or F'). -By "integrating" an FPP model (i.e., running the tools) you get a partial -FSW implementation in the F Prime framework; and then by "integrating" again +

The name “F Double Prime” (or F″) deliberately suggests the idea of a +“derivative” +of F Prime (or F′). +By “integrating” an FPP model (i.e., running the tools) you get a partial +FSW implementation in the F Prime framework; and then by “integrating” again (i.e., providing the project-specific C++ implementation) you get a FSW application.

@@ -761,8 +761,7 @@

1. Introduction

Purpose: The purpose of this document is to describe FPP in a way that is accessible to users, including beginning users. A more detailed and precise description is available in -The FPP Language -Specification. +The FPP Language Specification. We recommend that you read this document before consulting that one.

@@ -12294,7 +12293,7 @@

diff --git a/docs/index.html b/docs/index.html index eda34078b..07e30b8d1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -463,7 +463,7 @@

F Prime Prime (FPP)

diff --git a/docs/users-guide/Introduction.adoc b/docs/users-guide/Introduction.adoc index 7ecc3db8a..b6e94a409 100644 --- a/docs/users-guide/Introduction.adoc +++ b/docs/users-guide/Introduction.adoc @@ -23,19 +23,18 @@ In this document, we will call these languages the *target languages*. Developers may combine code generated from FPP with code written by hand to create, e.g., deployable flight software (FSW) programs and ground data environments. -The name "F Double Prime" (or F'') deliberately suggests the idea of a -"derivative" -of F Prime (or F'). -By "integrating" an FPP model (i.e., running the tools) you get a partial -FSW implementation in the F Prime framework; and then by "integrating" again +The name "`F Double Prime`" (or F″) deliberately suggests the idea of a +"`derivative`" +of F Prime (or F′). +By "`integrating`" an FPP model (i.e., running the tools) you get a partial +FSW implementation in the F Prime framework; and then by "`integrating`" again (i.e., providing the project-specific {cpp} implementation) you get a FSW application. *Purpose:* The purpose of this document is to describe FPP in a way that is accessible to users, including beginning users. A more detailed and precise description is available in -https://fprime-community.github.io/fpp/fpp-spec.html[_The FPP Language -Specification_]. +https://nasa.github.io/fpp/fpp-spec.html[_The FPP Language Specification_]. We recommend that you read this document before consulting that one. *Overview:* The rest of this document proceeds as follows.