Skip to content

Commit bf71671

Browse files
committed
Annotate stub tutorial notebooks with pointers to the book
Eight placeholder notebooks (duals/sweeps, operating points, geometry optimization, nonlinear lifting-line, AeroBuildup methodology/vectorized, AirfoilInviscid) now open with a markdown note linking to the book chapter that covers the topic in full. Markdown-only change; nbval collection and execution unaffected.
1 parent 7624a0c commit bf71671

8 files changed

Lines changed: 57 additions & 1 deletion

File tree

tutorial/01 - Optimization and Math/08 - Parametric Sensitivities (Dual Variables).ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/03-solvers-and-solutions.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"source": [

tutorial/01 - Optimization and Math/09 - Sweeps and Carpet Plots.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/03-solvers-and-solutions.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "markdown",
512
"metadata": {

tutorial/04 - Geometry and Data Structures/01 - AeroSandbox Data Structures/02 - Operating Points.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/07-atmosphere-propulsion-weights.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,
@@ -31,4 +38,4 @@
3138
},
3239
"nbformat": 4,
3340
"nbformat_minor": 0
34-
}
41+
}

tutorial/04 - Geometry and Data Structures/01 - AeroSandbox Data Structures/03 - Design Optimization with AeroSandbox Data Structures.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/04-geometry.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,

tutorial/06 - Aerodynamics/01 - AeroSandbox 3D Aerodynamics Tools/02 - Nonlinear Lifting-Line/02 - Nonlinear Lifting-Line.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/06-aircraft-aerodynamics.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,

tutorial/06 - Aerodynamics/01 - AeroSandbox 3D Aerodynamics Tools/03 - AeroBuildup Aerodynamics Engine/02 - AeroBuildup Methodology.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/06-aircraft-aerodynamics.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,

tutorial/06 - Aerodynamics/01 - AeroSandbox 3D Aerodynamics Tools/03 - AeroBuildup Aerodynamics Engine/03 - Vectorized Aerodynamics.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/06-aircraft-aerodynamics.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,

tutorial/06 - Aerodynamics/02 - AeroSandbox 2D Aerodynamics Tools/03 - AirfoilInviscid.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"> **\ud83d\udcd6 This topic is covered in depth in [The AeroSandbox Book](https://peterdsharpe.github.io/AeroSandbox/05-airfoil-aerodynamics.html)** \u2014 the canonical AeroSandbox documentation. This notebook is a placeholder."
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": null,

0 commit comments

Comments
 (0)