Skip to content

Commit

Permalink
DOC: more robust doc strings
Browse files Browse the repository at this point in the history
  • Loading branch information
saullocastro committed Jul 24, 2021
1 parent c35de78 commit b0ebdcf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composites/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
laminate_from_lamination_parameters)

def read_laminaprop(laminaprop, rho=0):
"""Returns a :class:`.MatLamina` object based on an input ``laminaprop`` tuple
r"""Returns a :class:`.MatLamina` object based on an input ``laminaprop`` tuple
Parameters
----------
Expand Down Expand Up @@ -96,7 +96,7 @@ def read_laminaprop(laminaprop, rho=0):

def laminated_plate(stack, plyt=None, laminaprop=None, rho=0., plyts=None,
laminaprops=None, rhos=None, offset=0., calc_scf=True):
"""Read a laminate stacking sequence data.
r"""Read a laminate stacking sequence data.
:class:`.Laminate` object is returned based on the inputs given.
Expand Down Expand Up @@ -178,7 +178,7 @@ def laminated_plate(stack, plyt=None, laminaprop=None, rho=0., plyts=None,


def isotropic_plate(thickness, E, nu, offset=0., calc_scf=True, rho=0.):
"""Read data for an isotropic plate
r"""Read data for an isotropic plate
:class:`.Laminate` object is returned based on the inputs given.
Expand Down

0 comments on commit b0ebdcf

Please sign in to comment.