Re: [PATCH v5 03/23] dts: add basic developer docs

2023-11-08 Thread Juraj Linkeš
On Tue, Nov 7, 2023 at 3:40 PM Yoan Picchi wrote: > > On 11/6/23 17:15, 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 +++

Re: [PATCH v5 03/23] dts: add basic developer docs

2023-11-07 Thread Yoan Picchi
On 11/6/23 17:15, 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/d

[PATCH v5 03/23] dts: add basic developer docs

2023-11-06 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