diff --git a/README.rst b/README.rst index 981ac725db..0acaa8c180 100644 --- a/README.rst +++ b/README.rst @@ -101,6 +101,10 @@ Build the pdf version wit the following command:: The generated PDF will be located at build/latexpdf/oneAPI-spec.pdf. +Spell check:: + + python oneapi.doc. --verbose spelling + -- CI -- diff --git a/scripts/oneapi.py b/scripts/oneapi.py index b48e4516a0..1d4ce21297 100644 --- a/scripts/oneapi.py +++ b/scripts/oneapi.py @@ -9,7 +9,6 @@ import os.path import shutil import subprocess -from distutils.dir_util import copy_tree as copy_tree_update from functools import wraps from os.path import join @@ -74,18 +73,6 @@ def rm(dir): shutil.rmtree(dir, ignore_errors=True) -def copytree(src, dst, dirs_exist_ok=False): - log('cp -r', src, dst) - if cl_args.dry_run: - return - # dirs_exist_ok needs python 3.8 or later, use copy_tree_update - # for now - if dirs_exist_ok: - copy_tree_update(src, dst) - else: - shutil.copytree(src, dst) - - def copy(src, dst): log('cp', src, dst) if cl_args.dry_run: diff --git a/source/elements/oneCCL/source/spec/main_objects.rst b/source/elements/oneCCL/source/spec/main_objects.rst index bac12b1f41..ec1e6dacba 100644 --- a/source/elements/oneCCL/source/spec/main_objects.rst +++ b/source/elements/oneCCL/source/spec/main_objects.rst @@ -205,7 +205,7 @@ Communicator oneCCL specification defines ``communicator`` class that describes a group of communicating ranks, where a rank is an addressable entity in a communication operation and corresponds to single oneCCL device. -``communicator`` defines communication operations on memory buffers between homogenous oneCCL devices, that is, all oneCCL devices either wrap native device objects of the same type (for example CPUs only or GPUs only) or do not wrap native objects. +``communicator`` defines communication operations on memory buffers between homogeneous oneCCL devices, that is, all oneCCL devices either wrap native device objects of the same type (for example CPUs only or GPUs only) or do not wrap native objects. Each process may correspond to multiple ranks. diff --git a/source/elements/oneDAL/Doxyfile b/source/elements/oneDAL/Doxyfile index 2a5dd18973..588295e31e 100644 --- a/source/elements/oneDAL/Doxyfile +++ b/source/elements/oneDAL/Doxyfile @@ -267,12 +267,6 @@ TAB_SIZE = 4 ALIASES = -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -1154,13 +1148,6 @@ VERBATIM_HEADERS = YES ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored diff --git a/source/elements/oneDNN/Doxyfile b/source/elements/oneDNN/Doxyfile index b3d2ea0728..ce427bd87c 100644 --- a/source/elements/oneDNN/Doxyfile +++ b/source/elements/oneDNN/Doxyfile @@ -267,12 +267,6 @@ TAB_SIZE = 4 ALIASES = -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -1154,13 +1148,6 @@ CLANG_OPTIONS = ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored diff --git a/source/elements/oneTBB/source/algorithms/functions/collaborative_call_once_func.rst b/source/elements/oneTBB/source/algorithms/functions/collaborative_call_once_func.rst index 18704cb7ee..db781034ed 100644 --- a/source/elements/oneTBB/source/algorithms/functions/collaborative_call_once_func.rst +++ b/source/elements/oneTBB/source/algorithms/functions/collaborative_call_once_func.rst @@ -48,7 +48,7 @@ Example ------- The following example shows a class in which the "Lazy initialization" pattern is implemented on -the "cachedProperty" field. +the ``cachedProperty`` field. .. code:: cpp diff --git a/source/elements/oneVPL/Doxyfile b/source/elements/oneVPL/Doxyfile index 5d325ad7fc..86270ea4cf 100644 --- a/source/elements/oneVPL/Doxyfile +++ b/source/elements/oneVPL/Doxyfile @@ -267,12 +267,6 @@ TAB_SIZE = 4 ALIASES = -# This tag can be used to specify a number of word-keyword mappings (TCL only). -# A mapping has the form "name=value". For example adding "class=itcl::class" -# will allow you to use the command class in the itcl::class meaning. - -TCL_SUBST = - # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C sources # only. Doxygen will then generate output that is more tailored for C. For # instance, some of the names that are used will be different. The list of all @@ -1154,13 +1148,6 @@ CLANG_OPTIONS = ALPHABETICAL_INDEX = YES -# The COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns in -# which the alphabetical index list will be split. -# Minimum value: 1, maximum value: 20, default value: 5. -# This tag requires that the tag ALPHABETICAL_INDEX is set to YES. - -COLS_IN_ALPHA_INDEX = 5 - # In case all classes in a project start with a common prefix, all classes will # be put under the same header in the alphabetical index. The IGNORE_PREFIX tag # can be used to specify a prefix (or a list of prefixes) that should be ignored diff --git a/source/spelling_wordlist.txt b/source/spelling_wordlist.txt index 58c661c44f..236e9b27e4 100644 --- a/source/spelling_wordlist.txt +++ b/source/spelling_wordlist.txt @@ -811,3 +811,6 @@ zgebrd ≥ fi fl +parmeterizes +QNaN +decrementing