Skip to content

Commit 2b78b18

Browse files
committed
Update References to documentation
1 parent 1ac53ea commit 2b78b18

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

examples/linear_model.ipynb

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"source": [
271271
"With these functions created, we can now run our ThrownObject Model!\n",
272272
"\n",
273-
"In this example, we will initialize our ThrownObject as `m`, and we'll use the `simulate_to_threshold()` function (more information about simulation: https://nasa.github.io/progpy/prog_models_guide.html#simulation) to simulate the movement of the thrown object in air."
273+
"In this example, we will initialize our ThrownObject as `m`, and we'll use the `simulate_to_threshold()` function to simulate the movement of the thrown object in air. For more information, see the [Simulation](https://nasa.github.io/progpy/prog_models_guide.html#simulation) documentation."
274274
]
275275
},
276276
{
@@ -288,7 +288,7 @@
288288
"cell_type": "markdown",
289289
"metadata": {},
290290
"source": [
291-
"__Note__: Because our model takes in no inputs, we have no need to actually define a future loading function! As a result, we are simply passing in an empty Input Container. However, for most models, there would be inputs, thus a need for a future loading function. For more information on future loading functions and when to use them, please refer to the ProgPy documentation [here](https://nasa.github.io/progpy/prog_models_guide.html#future-loading)."
291+
"__Note__: Because our model takes in no inputs, we have no need to actually define a future loading function! As a result, we are simply passing in an empty Input Container. However, for most models, there would be inputs, thus a need for a future loading function. For more information on future loading functions and when to use them, please refer to the ProgPy [Future Loading](https://nasa.github.io/progpy/prog_models_guide.html#future-loading) Documentation."
292292
]
293293
},
294294
{
@@ -325,8 +325,13 @@
325325
"source": [
326326
"#### Conclusion\n",
327327
"\n",
328-
"In this example, we will initialize our ThrownObject as `m` and use the `simulate_to_threshold()` function (more information about simulation: https://nasa.github.io/progpy/prog_models_guide.html#simulation) to simulate the movement of the thrown object in air."
328+
"In this example, we will initialize our ThrownObject as `m` and use the `simulate_to_threshold()` function to simulate the movement of the thrown object in air. For more information, see the [Linear Model](https://nasa.github.io/progpy/api_ref/prog_models/LinearModel.html) Documentation."
329329
]
330+
},
331+
{
332+
"cell_type": "markdown",
333+
"metadata": {},
334+
"source": []
330335
}
331336
],
332337
"metadata": {

0 commit comments

Comments
 (0)