Skip to content

Commit

Permalink
fix(docs): correct heading level
Browse files Browse the repository at this point in the history
Seems like my PR #214 introduced a problem where the heading level is not correct, which renders wrongly when docs are compiled.

Signed-off-by: Jérome Eertmans
<[email protected]>

fix(docs): link rendering
  • Loading branch information
jeertmans committed Dec 5, 2023
1 parent fd8b13a commit a8b78cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Sionna_Ray_Tracing_Diffraction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
"id": "318a9c54-4bd1-4bb5-b615-6ab2d8143b21",
"metadata": {},
"source": [
"# Wedge vs Edge\n",
"## Wedge vs Edge\n",
"\n",
"First, it is important to know the difference between a *wedge* and an *edge*, and why we distinguish between them.\n",
"\n",
"Sionna defines a *wedge* as the line segment between two primitives, i.e., the common segment of two triangles. For example, a cubic building would have 12 wedges.\n",
"\n",
"For primitives that have one or more line segments that are not shared with another primitive, Sionna refers to such line segments as *edges*. See [`sionna.rt.scene.floor_wall`](https://nvlabs.github.io/sionna/api/rt.html#sionna.rt.scene.floor_wall) for an example scene.\n",
"For primitives that have one or more line segments that are not shared with another primitive, Sionna refers to such line segments as *edges*. See [sionna.rt.scene.floor_wall](https://nvlabs.github.io/sionna/api/rt.html#sionna.rt.scene.floor_wall) for an example scene.\n",
"\n",
"By default, Sionna does not simulate diffraction on edges (`edge_diffraction=False`), to avoid problems such as diffraction on the exterior edges of the ground surface (modelled as a rectangular plane)."
]
Expand Down

0 comments on commit a8b78cf

Please sign in to comment.