Re: [PATCH v7 03/21] dts: add basic developer docs

2023-11-20 Thread Yoan Picchi
On 11/15/23 13:09, Juraj Linkeš wrote: Expand the framework contribution guidelines and add how to document the code with Python docstrings. Signed-off-by: Juraj Linkeš --- doc/guides/tools/dts.rst | 73 1 file changed, 73 insertions(+) diff --git a/

[PATCH v7 03/21] dts: add basic developer docs

2023-11-15 Thread Juraj Linkeš
Expand the framework contribution guidelines and add how to document the code with Python docstrings. Signed-off-by: Juraj Linkeš --- doc/guides/tools/dts.rst | 73 1 file changed, 73 insertions(+) diff --git a/doc/guides/tools/dts.rst b/doc/guides/tools