From 251a7d3e59559f269994b459549f59ce55f786d4 Mon Sep 17 00:00:00 2001 From: Tetsuo Koyama Date: Fri, 6 Oct 2023 11:46:08 +0900 Subject: [PATCH] Set `Google.Spacing` NO in `.vale.ini` (#5027) --- doc/.vale.ini | 1 + doc/source/user-guide/data_model.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/.vale.ini b/doc/.vale.ini index 9eb60aea1d..d157ac95a3 100644 --- a/doc/.vale.ini +++ b/doc/.vale.ini @@ -21,6 +21,7 @@ BasedOnStyles = Vale, Google # Ignoring Google-specific rules - Not applicable under some circumstances Google.WordList = NO Google.Colons = NO +Google.Spacing = NO # ignore Jinja placeholders TokenIgnores = (?s){(.+?)} diff --git a/doc/source/user-guide/data_model.rst b/doc/source/user-guide/data_model.rst index 0c436c7316..6007a2b611 100644 --- a/doc/source/user-guide/data_model.rst +++ b/doc/source/user-guide/data_model.rst @@ -98,7 +98,7 @@ floats can describe the shape, so it takes the least amount of memory to store. This is because in |PolyData| or -|UnstructuredGrid|, points and cells must be explicitly +|UnstructuredGrid|, points, and cells must be explicitly defined. In other data types, such as |ImageData|, the cells (and even points) are defined as an emergent property based on the dimensionality of the grid.