[PATCH v4 6/8] dts: add autodoc pydantic
Nicholas Pratte
npratte at iol.unh.edu
Thu Oct 31 21:52:02 CET 2024
Definitely a set in the right direction here!
Just a small typo, but otherwise:
Reviewed-by: Nicholas Pratte <npratte at iol.unh.edu>
<snip>
> --- a/doc/guides/tools/dts.rst
> +++ b/doc/guides/tools/dts.rst
> @@ -204,9 +204,10 @@ node, and then run the tests with the newly built binaries.
> Configuring DTS
> ~~~~~~~~~~~~~~~
>
> -DTS configuration is split into nodes and test runs and build targets within test runs,
> -and follows a defined schema as described in `Configuration Schema`_.
> -By default, DTS will try to use the ``dts/conf.yaml`` :ref:`config file <configuration_schema_example>`,
> +DTS configuration is split into nodes and test runs, and must respect the the model definitions as
There are two 'the' in the sentence above: "must respect the the model
definitions".
> +documented in the DTS API docs under the ``config`` page. The root of the configuration is
> +represented by the ``Configuration`` model.
> +By default, DTS will try to use the ``dts/conf.yaml`` :ref:`config file <configuration_example>`,
> which is a template that illustrates what can be configured in DTS.
>
<snip>
More information about the dev
mailing list