Skip to content

Commit

Permalink
Fix geometry docs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
robbievanleeuwen committed Jun 21, 2023
1 parent e457795 commit f21fa23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/user_guide/geometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -541,8 +541,8 @@ also useful when creating geometry from CAD files:

.. admonition:: Example

The following example assigns material properties to a number of different
geometries:
The following example demonstrates assigning material properties through changing
the ``.material`` attribute.

.. code-block:: python
Expand Down Expand Up @@ -575,8 +575,8 @@ that make up the :class:`~sectionproperties.pre.geometry.CompoundGeometry`.

.. admonition:: Example

The following example assigns material properties to a number of different
geometries:
The following example demonstrates assigning material properties to
:class:`~sectionproperties.pre.geometry.CompoundGeometry` objects.

.. plot::
:include-source: True
Expand Down

0 comments on commit f21fa23

Please sign in to comment.