From ae0938b72a03b70f395069e61f88e0488f5a3449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Roos?= Date: Wed, 29 Nov 2023 08:35:14 +0100 Subject: [PATCH] add TokenIgnores for Vale --- doc/.vale.ini | 4 +++- doc/source/index.rst | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/.vale.ini b/doc/.vale.ini index b10919f63..20177c586 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -28,4 +28,6 @@ Vocab = ANSYS BasedOnStyles = Vale, Google # Removing Google-specific rule - Not applicable under some circumstances -Google.Colons = NO \ No newline at end of file +Google.Colons = NO + +TokenIgnores = ((:py)?:(func|class|meth|attr|py):`(?:.|\n)*?`)|(<.*>)|(.. code::.*\n| .*) diff --git a/doc/source/index.rst b/doc/source/index.rst index 83a59d6b7..22e364adc 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -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.