Skip to content

Commit

Permalink
add TokenIgnores for Vale
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Nov 29, 2023
1 parent b5832bb commit ae0938b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/.vale.ini
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,6 @@ Vocab = ANSYS
BasedOnStyles = Vale, Google

# Removing Google-specific rule - Not applicable under some circumstances
Google.Colons = NO
Google.Colons = NO

TokenIgnores = ((:py)?:(func|class|meth|attr|py):`(?:.|\n)*?`)|(<.*>)|(.. code::.*\n| .*)
3 changes: 2 additions & 1 deletion doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Limitations
preprocessed with ACP and if the corresponding lay-up definition file is passed to the :class:`.CompositeModel` class.

- The evaluation of the failure criteria for sandwich
(:class:`FaceSheetWrinklingCriterion <.failure_criteria.FaceSheetWrinklingCriterion>`, :class:`ShearCrimpingCriterion <.failure_criteria.ShearCrimpingCriterion>`)
(:class:`FaceSheetWrinklingCriterion <.failure_criteria.FaceSheetWrinklingCriterion>`,
:class:`ShearCrimpingCriterion <.failure_criteria.ShearCrimpingCriterion>`)
for solid elements. Layered shell elements are always supported.

- The computation of interlaminar normal stresses (s3) for layered shell elements.
Expand Down

0 comments on commit ae0938b

Please sign in to comment.