Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-10 Thread Juraj Linkeš
On Tue, May 9, 2023 at 11:40 AM Bruce Richardson wrote: > > On Tue, May 09, 2023 at 11:23:50AM +0200, Juraj Linkeš wrote: > > On Fri, May 5, 2023 at 3:29 PM Bruce Richardson > > wrote: > > > > > > On Fri, May 05, 2023 at 01:13:34PM +0200, Juraj Linkeš wrote: > > > > On Fri, May 5, 2023 at 12:57 P

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-09 Thread Bruce Richardson
On Tue, May 09, 2023 at 11:23:50AM +0200, Juraj Linkeš wrote: > On Fri, May 5, 2023 at 3:29 PM Bruce Richardson > wrote: > > > > On Fri, May 05, 2023 at 01:13:34PM +0200, Juraj Linkeš wrote: > > > On Fri, May 5, 2023 at 12:57 PM Bruce Richardson > > > wrote: > > > > > > > > On Thu, May 04, 2023 a

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-09 Thread Juraj Linkeš
On Fri, May 5, 2023 at 3:29 PM Bruce Richardson wrote: > > On Fri, May 05, 2023 at 01:13:34PM +0200, Juraj Linkeš wrote: > > On Fri, May 5, 2023 at 12:57 PM Bruce Richardson > > wrote: > > > > > > On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > > > > The tool used to generate deve

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-05 Thread Bruce Richardson
On Fri, May 05, 2023 at 01:13:34PM +0200, Juraj Linkeš wrote: > On Fri, May 5, 2023 at 12:57 PM Bruce Richardson > wrote: > > > > On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > > > The tool used to generate developer docs is sphinx, which is already > > > used in DPDK. The configu

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-05 Thread Juraj Linkeš
On Fri, May 5, 2023 at 12:57 PM Bruce Richardson wrote: > > On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > > The tool used to generate developer docs is sphinx, which is already > > used in DPDK. The configuration is kept the same to preserve the style. > > > > Sphinx generates th

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-05 Thread Bruce Richardson
On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > The tool used to generate developer docs is sphinx, which is already > used in DPDK. The configuration is kept the same to preserve the style. > > Sphinx generates the documentation from Python docstrings. The docstring > format most

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-05 Thread Juraj Linkeš
On Fri, May 5, 2023 at 12:24 PM Bruce Richardson wrote: > > On Fri, May 05, 2023 at 09:53:50AM +0200, Juraj Linkeš wrote: > > On Thu, May 4, 2023 at 2:45 PM Bruce Richardson > > wrote: > > > > > > On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > > > > The tool used to generate deve

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-05 Thread Bruce Richardson
On Fri, May 05, 2023 at 09:53:50AM +0200, Juraj Linkeš wrote: > On Thu, May 4, 2023 at 2:45 PM Bruce Richardson > wrote: > > > > On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > > > The tool used to generate developer docs is sphinx, which is already > > > used in DPDK. The configur

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-05 Thread Juraj Linkeš
On Thu, May 4, 2023 at 2:45 PM Bruce Richardson wrote: > > On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > > The tool used to generate developer docs is sphinx, which is already > > used in DPDK. The configuration is kept the same to preserve the style. > > > > Sphinx generates the

Re: [RFC PATCH v2 3/4] dts: add doc generation

2023-05-04 Thread Bruce Richardson
On Thu, May 04, 2023 at 02:37:48PM +0200, Juraj Linkeš wrote: > The tool used to generate developer docs is sphinx, which is already > used in DPDK. The configuration is kept the same to preserve the style. > > Sphinx generates the documentation from Python docstrings. The docstring > format most