@@ -8,7 +8,7 @@ Examples
|
8 | 8 | The source code for the examples below are available in the `examples/` |
9 | 9 | subdirecory of the source code distribution. The can also be accessed online |
10 | 10 | via the [python-control GitHub repository](https://github.com/python-control/python-control/tree/master/examples). |
11 | | - |
| 11 | + |
12 | 12 | |
13 | 13 | Python scripts |
14 | 14 | ============== |
@@ -37,17 +37,22 @@ Jupyter notebooks
|
37 | 37 | |
38 | 38 | The examples below use `python-control` in a Jupyter notebook environment. |
39 | 39 | These notebooks demonstrate the use of modeling, anaylsis, and design tools |
40 | | -using running examples in FBS2e. |
| 40 | +using examples from textbooks |
| 41 | +(`FBS <https://fbswiki.org/wiki/index.php?title=FBS>`_, |
| 42 | +`OBC <https://fbswiki.org/wiki/index.php?title=OBC>`_), courses, and other |
| 43 | +online sources. |
41 | 44 | |
42 | 45 | .. toctree:: |
43 | 46 | :maxdepth: 1 |
44 | 47 | |
45 | 48 | cruise |
46 | 49 | describing_functions |
| 50 | +interconnect_tutorial |
47 | 51 | kincar-fusion |
48 | 52 | mhe-pvtol |
49 | 53 | mpc_aircraft |
50 | | -steering |
51 | 54 | pvtol-lqr-nested |
52 | 55 | pvtol-outputfbk |
| 56 | +simulating_discrete_nonlinear |
| 57 | +steering |
53 | 58 | stochresp |